Re: [fpc-pascal] installing ppcrossarm from cvs

2005-05-13 Thread Marco van de Voort
> > As many months ago the solution for me was and has been to override > cprtO.o with prtO.o > > If my program is working thanks to overwrite cprtO.o with prtO.o What > does it means? > prt0 is for static programs, cprt0 is for libc programs. cprt0 initialises and finalises libc, prt0 does not

RE: [fpc-pascal] installing ppcrossarm from cvs

2005-05-12 Thread Jose Pascual
l: jueves, 12 de mayo de 2005 19:00 > Para: FPC-Pascal users discussions > Asunto: Re: [fpc-pascal] installing ppcrossarm from cvs > > > On Thursday 12 May 2005 11:19 am, Jose Pascual wrote: > > but > > > > > make crossinstall CPU_TARGET=arm

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] 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 ---