Re: [fpc-pascal] problem compiling svn-fpc for arm-linux

2006-04-02 Thread Koenraad Lelong
Koenraad Lelong schreef: Jonas Maebe schreef: ... /home/koenraad/fpc-devel/fpc/compiler/ppcrossarm -Ur -XParm-linux- -Xc -Xr -Ur -Xs -O2 -n -Fi../inc -Fi../arm -Fi../unix -Fiarm -FE. -FU/home/koenraad/fpc-devel/fpc/rtl/units/arm-linux -darm -dRELEASE ../objpas/sysconst.pp

Re: [fpc-pascal] problem compiling svn-fpc for arm-linux

2006-04-02 Thread Florian Klaempfl
Koenraad Lelong wrote: Koenraad Lelong schreef: Jonas Maebe schreef: ... /home/koenraad/fpc-devel/fpc/compiler/ppcrossarm -Ur -XParm-linux- -Xc -Xr -Ur -Xs -O2 -n -Fi../inc -Fi../arm -Fi../unix -Fiarm -FE. -FU/home/koenraad/fpc-devel/fpc/rtl/units/arm-linux -darm -dRELEASE

Re: [fpc-pascal] problem compiling svn-fpc for arm-linux

2006-03-19 Thread Jonas Maebe
On 19 Mar 2006, at 10:07, Koenraad Lelong wrote: This program is buggy - '@' is used as the comment character for ARM, so everything after that is ignored. The assembler therefore sees: .type operatingsystem_result, which is garbage. The GNU assembler targetted for ARM accepts

Re: [fpc-pascal] problem compiling svn-fpc for arm-linux

2006-03-19 Thread Koenraad Lelong
Jonas Maebe schreef: On 19 Mar 2006, at 10:07, Koenraad Lelong wrote: This program is buggy - '@' is used as the comment character for ARM, so everything after that is ignored. The assembler therefore sees: .type operatingsystem_result, which is garbage. The GNU assembler targetted

Re: [fpc-pascal] problem compiling svn-fpc for arm-linux

2006-03-15 Thread Koenraad Lelong
Peter Vreman schreef: More specific, the error-lines point to the @object construct. Is there any way I can avoid these errors ? I used revision 2898 of fpc. My arm-linux-as is version 2.14. Use the latest binutils 2.16.1 I downloaded and compiled them from http://www.gnuarm.com, then

[fpc-pascal] problem compiling svn-fpc for arm-linux

2006-03-13 Thread Koenraad Lelong
Hi, Since a while I'm experiencing problems compiling fpc from svn for arm-linux. When make CPU_TARGET=arm OS_TARGET=linux all arrives at assembling system.pp for arm it gives following errors : /home/koenraad/fpc-devel/fpc/compiler/ppcrossarm -Ur -XParm-linux- -Xc -Xr -Ur -Xs -n -Fi../inc

Re: [fpc-pascal] problem compiling svn-fpc for arm-linux

2006-03-13 Thread Peter Vreman
More specific, the error-lines point to the @object construct. Is there any way I can avoid these errors ? I used revision 2898 of fpc. My arm-linux-as is version 2.14. Use the latest binutils 2.16.1 ___ fpc-pascal maillist -