[fpc-devel] FPC 2.0.4 arm-linux testing

Alexander Todorov alexx.todorov at gmail.com
Wed Aug 9 12:46:34 CEST 2006


On 8/9/06, Jonas Maebe <jonas.maebe at elis.ugent.be> wrote:
> TEST_OPT="..."
Thanks again. I saw the options in the readme file.

After running:
make TEST_FPC=/usr/local/lib/fpc/2.0.4/ppcarm TEST_OPT=-XParm-linux-
clean all digest

in the fpc/tests directory it starts compiling for a while and then
error occures:

/usr/local/lib/fpc/2.0.4/ppcarm -n -FEarm-linux -Tlinux -XParm-linux- erroru.pp
/usr/local/lib/fpc/2.0.4/ppcarm -n -FEarm-linux -Tlinux -XParm-linux-
../test/cg/ptest.pp
/usr/local/lib/fpc/2.0.4/ppcarm -n -FEarm-linux -Tlinux -XParm-linux-
popuperr.pp
make[1]: Leaving directory `/home/alexx/repos/fpc_2.0.4_rc3/tests/units'
/bin/cp -fp test/cg/obj/linux/arm/ctest.o test/cg
/bin/cp -fp test/cg/obj/linux/arm/tcext3.o test/cg
/bin/cp: cannot stat `test/cg/obj/linux/arm/tcext3.o': No such file or directory
make: *** [copyfiles] Error 1

The file tcext3.c seems to not compile. There are some .c files to
test linking between FPC and C object files. The test should compile
them as well, right?

According to readme file there is this option:
TEST_CCOMPILER - defaults to installed gcc compiler, but only if
driver and test full-targets are the same.

Does this mean that I need to have gcc-arm installed? Are there other
.c / .cpp files that need gcc? How to check why this file was not
compiled?



More information about the fpc-devel mailing list