[fpc-pascal]ARM compiling error

Jose Pascual josepascual at almudi.com
Wed Jun 16 12:25:31 CEST 2004


I have tried to build last cvs version 1.9.4 for ARM and It can't
compile

I'm using ppc386 version 1.0.10 to make it!

#>
#> make clean all OS_TARGET=linux CPU_TARGET=arm
BINUTILSPREFIX=arm-linux-
#>

------------------ DUMP SCREEN --------------------------- 
/usr/bin/ppc386 -dUNIX -Ur -Xs -OG2p3 -n -Fi../inc -Fi../i386 -Fi../unix
-Fii386 -FE. -di386 -dRELEASE ../unix/dos.pp
/usr/bin/ppc386 -dUNIX -Ur -Xs -OG2p3 -n -Fi../inc -Fi../i386 -Fi../unix
-Fii386 -FE. -di386 -dRELEASE ../unix/crt.pp
crth.inc(60,18) Fatal: Syntax error, ; expected but = found
make[4]: *** [crt.ppu] Error 1
make[4]: Leaving directory
`/trabajo/programas/freepascal/cvs/fpc/rtl/linux'
make[3]: *** [rtl] Error 2
make[3]: Leaving directory
`/trabajo/programas/freepascal/cvs/fpc/compiler'
make[2]: *** [cycle] Error 2
make[2]: Leaving directory
`/trabajo/programas/freepascal/cvs/fpc/compiler'
make[1]: *** [compiler_cycle] Error 2
make[1]: Leaving directory `/trabajo/programas/freepascal/cvs/fpc'
make: *** [build-stamp.linux] Error 2
--------------------------------------------------

--------------- this is line 60 in crth.inc-------------
  TextAttr: Byte = $07;         { Current text attribute }
--------------------------------------------------

it seems as know about Byte but not about initializating value in this
line, perhaps because it's byte type?
Any suggestion? 

regards






More information about the fpc-pascal mailing list