<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 03 Oct 2012, at 23:39, Den Jean wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: monospace; ">I am trying to compile for hardfloat.<br></span></span></blockquote><div><br></div><div>The problem is that you are not compiling for hardfloat.</div><br><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: monospace; "><br>Pascal compiler options like<br>fpc -Aas -O- -CfVFPv3 -Cparmv7 -CaEABI  pmain.pp<br>or<br>fpc -Aas -dFPC_ARMEL -O- -dFPC_ABI_EABI -CfVFPv3 -Cparmv7  -CaEABI pmain<span class="Apple-converted-space"> </span><br><br>using fpc svn fixes_2_6 Revision: 22520<br></span></span></blockquote></div><br><div>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.</div><div><br></div><div><br></div><div>Jonas</div></body></html>