[fpc-pascal]ARM compiling error
Jose Pascual
josepascual at almudi.com
Mon Jun 7 17:48:28 CEST 2004
I have tried to build last cvs version 1.9.4 for ARM and It can't
compile
#>
#> make clean all OS_TARGET=linux CPU_TARGET=arm
BINUTILSPREFIX=arm-linux-
#>
------------------ DUMP SCREEN ---------------------------
/trabajo/programas/freepascal/cvs/fpc/compiler/ppcrossarm -Ur
-XParm-linux- -Xc -Xr -Xs -n -Fi../inc -Fi../arm -Fi../unix -Fiarm -FE.
-darm -dRELEASE -Us -Sg system.pp
systemh.inc(192,13) Error: Duplicate identifier "ValSInt"
systemh.inc(193,13) Error: Duplicate identifier "ValUInt"
system.pp(38,1) Fatal: There were 2 errors compiling module, stopping
make[4]: *** [system.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
--------------------------------------------------
I have checked systemh.inc and It seems like the problem is in define
ARM and define 32bits at the same time.
regards
More information about the fpc-pascal
mailing list