[fpc-devel] FPC 2.0.4 arm-linux testing

Peter Vreman peter at freepascal.org
Wed Aug 9 13:56:49 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?

No. the are precompiled with a gcc compiler. But you can fake it by
creating a empty .o file. Ofcourse it'll let some tests fail, but the
other tests can be run.






More information about the fpc-devel mailing list