RE: [fpc-pascal] installing ppcrossarm from cvs

2005-05-12 Thread Jose Pascual
Hi Dean, The solution for make crossinstall CPU_TARGET=arm was fpcmake from >= 1.9.8 as Peter Vreman said in his last email to forum. I have been making test to new ppcarm releas (1.9.9) and I have found a old problem with cprtO.o Linking te

Re: [fpc-pascal] installing ppcrossarm from cvs

2005-05-12 Thread Den Jean
On Thursday 12 May 2005 11:19 am, Jose Pascual wrote: > but > > > make crossinstall CPU_TARGET=arm > Please read README.TXT of arm fpc qt binding demo. http://prdownloads.sourceforge.net/qtforfpc/demo-qteintf-0.9.tar.gz?download http://users.pandora.be/Jan.Van.hijfte/qtforfpc/qtedemo.html the .

Re: [fpc-pascal] Varriable number of parameters

2005-05-12 Thread Michalis Kamburelis
Anandu R Suri wrote: Hi, how can I create procedure with undefined number of parrameters. Writeln is example of what I am looking for for example procedure add(a,b,c, var result) Pianoman Declare a Function or a procedure as MyProc(P1: String; Args: Array of Const); And as Michael Van Canne

Re: [fpc-pascal] Varriable number of parameters

2005-05-12 Thread Anandu R Suri
Hi, how can I create procedure with undefined number of parrameters. Writeln is example of what I am looking for for example procedure add(a,b,c, var result) Pianoman Declare a Function or a procedure as MyProc(P1: String; Args: Array of Const); And as Michael Van Canneyt said, you can us

RE: [fpc-pascal] installing ppcrossarm from cvs

2005-05-12 Thread Peter Vreman
> Hi, > > I Have downloaded last cvs version for FPC, I want to make a cross > compile for ARM > >> make crossall CPU_TARGET=arm > > that's work perfectly > > but > >> make crossinstall CPU_TARGET=arm > > give me next error You need a fpcmake from 1.9.8 installed on the system. __

RE: [fpc-pascal] installing ppcrossarm from cvs

2005-05-12 Thread Jose Pascual
Hi, I Have downloaded last cvs version for FPC, I want to make a cross compile for ARM > make crossall CPU_TARGET=arm that's work perfectly but > make crossinstall CPU_TARGET=arm give me next error ---