<div dir="ltr">Okay, thanks, so I should be able to simply patch the makefile in my copy of the fpc source to apply the correct assembler parameters when (re)building the RTL to fix this problem, right? If so, I'll look into doing this when I've resolved the cthreads issue. -b<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 23, 2013 at 10:29 PM, Jonas Maebe <span dir="ltr"><<a href="mailto:jonas.maebe@elis.ugent.be" target="_blank">jonas.maebe@elis.ugent.be</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On 23 May 2013, at 05:54, Bruce Tulloch wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I built FPC 2.7.1 from trunk to cross compile as:<br>
<br>
make crossall crosszipinstall \<br>
CPU_TARGET=arm OS_TARGET=linux \<br>
CROSSBINDIR=/usr/local/opt/<u></u>binutils/bin \<br>
BINUTILSPREFIX=arm-linux- \<br>
OPT="-XX -CX -dFPC_ARMHF"<br>
<br>
When using this cross compiler to build my code (also with -dFPC_ARMHF) I<br>
get this error at the end of the link:<br>
<br>
/usr/local/lib/fpc/2.7.1/<u></u>units/arm-linux/rtl/cprt0.o has EABI version 0,<br>
but target a.out has EABI version 5<br>
<br>
which suggests the RTL was not built with EABI 5.<br>
</blockquote>
<br>
<br></div>
cpr0.o is not generated by the compiler from Pascal code, but directly from assembler. The code in that file is not specific to any ABI. The Makefile does not appear to pass the proper parameters to the assembler when processing that file during a compilation for the ARMHF target, so it doesn't get the proper markers. I'm not even certain whether the Makefile can easily determine that we are compiling for ARMHF.<br>

<br>
<br>
Jonas<br>
______________________________<u></u>_________________<br>
fpc-devel maillist  -  <a href="mailto:fpc-devel@lists.freepascal.org" target="_blank">fpc-devel@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-devel" target="_blank">http://lists.freepascal.org/<u></u>mailman/listinfo/fpc-devel</a><br>
</blockquote></div><br></div>