On 03 Oct 2012, at 23:39, Den Jean wrote:

I am trying to compile for hardfloat.

The problem is that you are not compiling for hardfloat.


Pascal compiler options like
fpc -Aas -O- -CfVFPv3 -Cparmv7 -CaEABI  pmain.pp
or
fpc -Aas -dFPC_ARMEL -O- -dFPC_ABI_EABI -CfVFPv3 -Cparmv7 -CaEABI pmain

using fpc svn fixes_2_6 Revision: 22520

The hard float abi is not supported in fixes_2_6, and probably never will be. Additionally, you cannot compile programs for the hard float abi using a regular eabi compiler. You have to compile the ARM compiler with -dFPC_ARMHF.


Jonas
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to