Am 07.03.2014 15:09, schrieb Jonas Maebe:

On 07 Mar 2014, at 14:17, Sven Barth wrote:

If it contains "EABI", then you have to build an EABI cross-compiler (compile the ARM compiler with -dFPC_ARMEL in the make OPT parameter), otherwise you have to build an old ABI cross-compiler (compile the ARM compiler with no specific parameters in the make OPT parameter, but add -Cfsoft to CROSSOPT to ensure the created native compiler uses software floating point).
According to fpcdefs.inc the default should be EABI since October 2011 (revision 19562). The old ABI needs "FPC_OARM".

You're right, thanks for the correction.
You're welcome. :)

Regards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to