[fpc-pascal] FPC fixes 3 0 fails to build on linux arm

Jonas Maebe jonas.maebe at elis.ugent.be
Tue Dec 1 22:38:11 CET 2015


On 01/12/15 22:08, Anthony Walter wrote:
> Okay, this issue was related to:
>
> http://lists.freepascal.org/fpc-devel/2014-October/034592.html
>
> The solution was:
>
> make all OPT="-dNO_THREADING -Fl/usr/lib/arm-linux-gnueabihf
> -Fl/usr/lib/gcc/arm-linux-gnueabihf/4.6"

1) you don't need -dNO_THREADING
2) those -Fl paths are detected automatically by fpmake if your system 
is set up properly (in particular, a C compiler is installed) and if you 
are building the correct EABI variant of the compiler

The above is a hack that papers over the real problems, and should not 
be used to just hide them.


Jonas




More information about the fpc-pascal mailing list