[fpc-pascal] FPC for ARMv4

Sven Barth pascaldragon at googlemail.com
Fri Mar 7 15:58:09 CET 2014


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



More information about the fpc-pascal mailing list