[fpc-pascal] problem compiling svn-fpc for arm-linux
Koenraad Lelong
fpascal at brouwerij.homelinux.net
Mon Mar 13 21:48:31 CET 2006
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 -Fi../arm -Fi../unix -Fiarm -FE.
-FU/home/koenraad/fpc-devel/fpc/rtl/units/arm-linux -darm -dRELEASE -Us
-Sg system.pp
/home/koenraad/fpc-devel/fpc/rtl/units/arm-linux/system.s: Assembler
messages:
/home/koenraad/fpc-devel/fpc/rtl/units/arm-linux/system.s:51628: Error:
unrecognized symbol type ""
/home/koenraad/fpc-devel/fpc/rtl/units/arm-linux/system.s:51636: Error:
unrecognized symbol type ""
/home/koenraad/fpc-devel/fpc/rtl/units/arm-linux/system.s:51643: Error:
unrecognized symbol type ""
...(about 40 similar lines)
When I look in system.s at those lines they are all similar to :
.section .bss
.balign 2
.globl operatingsystem_result
.type operatingsystem_result, at object
.size operatingsystem_result,2
operatingsystem_result:
.zero 2
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.
Thanks for any help,
Koenraad Lelong.
More information about the fpc-pascal
mailing list