[fpc-pascal] FPC on ARM (eg Zaurus)

Florian Klaempfl F.Klaempfl at gmx.de
Fri Oct 22 22:22:30 CEST 2004


Den Jean wrote:

> On Thursday 21 October 2004 06:02 pm, Florian Klaempfl wrote:
> 
>>>* Does anyone have a working ARM snapshot  ?
>>
>>ftp://ftp.freepascal.org/fpc/snapshot/v19/linux-arm/fpc-1.9.3.arm.tar
>>
> 
> 
> Hi
> 
> Thanks.
> It works fine with the snapshot you pointed out.
> For a report see : http://users.pandora.be/Jan.Van.hijfte/qtforfpc/SetupFPCCrossCompile.html


o) tar zxvf binutils.tar.gz
o) tar contains arm-linux-as arm-linux-ld
o) ln -s arm-linux-as as
o) ln -s arm-linux-ld ld
o) cd ..
o) echo "program hello; begin writeln('hello'); end." > hello.pas
o) ppcarm -FD./binutils/ hello
o) my output was:

The "official" way is to do use -XP:
ppcarm -XParm-linux- hello
and install the arm-linux-as and arm-linux-ld into e.g. /usr/local/bin

> 
> kind regards,
> 
> Den Jean
> 
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal





More information about the fpc-pascal mailing list