[fpc-devel] Arm Hardfloat
    Jonas Maebe 
    jonas.maebe at elis.ugent.be
       
    Thu Oct  4 14:36:38 CEST 2012
    
    
  
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20121004/2602fe07/attachment.html>
    
    
More information about the fpc-devel
mailing list