>
> 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
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
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 .
> 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.
__
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
---