[fpc-devel] ARM V7 Hard float issue

2013-05-08 Thread Johan Kotze
Hi I am trying to build fpc and Lazarus for ARMHF for a pcDuino. The processor is an AllWinner A10. I used fpc 2.6.2 to build fpc 2.7.1 from source. When I compile a test program with the following parameters fpc -dFPC_ARMHF -Caeabihf -Cparmv6 -Cfvfpv3_d16 test.pas I get the following

Re: [fpc-devel] ARM V7 Hard float issue

2013-05-08 Thread peter green
Johan Kotze wrote: It seems that fpc in fact does not produce ARMHF executables with the parameters that I use. Am I using the wrong parameters or is something broken in the ARMHF support ? IIRC fpc doesn't set elf tags to mark objects as hardfloat, this is something I need to look into