<div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:large">Thank you all. I did try yum update binutils, no luck. So I tried yum update, let it update 136 packets, no luck.<br><br></div><div class="gmail_default" style="font-size:large">So, I will try you idea of dropping back to (I think 2.6.4) FPC that is prepacked for CentOS 6.8.<br><br></div><div class="gmail_default" style="font-size:large">Forced an FTP download of 2.6.4 bin & src, and viola:<br># fpc test<br>Free Pascal Compiler version 2.6.4 [2014/03/07] for x86_64<br>Copyright (c) 1993-2014 by Florian Klaempfl and others<br>Target OS: Linux for x86-64<br>Compiling test.pp<br>Linking test<br>/usr/bin/ld: warning: link.res contains output sections; did you forget -T?<br>9 lines compiled, 0.1 sec<br><br></div><div class="gmail_default" style="font-size:large">Just had to code around:<br>pascal.inc(1251,35) Error: Identifier not found "GetCPUCount"<br>pascal.inc(1256,37) Error: Identifier not found "AVXSupport"<br>pascal.inc(1260,38) Error: Identifier not found "AVX2Support"<br>pascal.inc(1264,37) Error: Identifier not found "FMASupport"<br><br>;-)<br></div><div class="gmail_default" style="font-size:large">THANKS!<br><br></div><div class="gmail_default" style="font-size:large">PS. Sorry Ralf, I did not realize you were saying "it's an LD issue" ;-)<br></div><div class="gmail_default" style="font-size:large"><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 3, 2019 at 8:05 AM Florian Klämpfl <<a href="mailto:florian@freepascal.org">florian@freepascal.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Am 03.02.19 um 11:09 schrieb Tomas Hajny:<br>
> On Sun, February 3, 2019 08:40, Ozz Nixon wrote:<br>
> <br>
> <br>
> Hi Ozz,<br>
> <br>
>   .<br>
>   .<br>
>> /usr/bin/ld: BFD version 2.20.51.0.2-5.44.el6 20100205 internal error,<br>
>> aborting at reloc.c line 443 in bfd_get_reloc_size<br>
>><br>
>> /usr/bin/ld: Please report this bug.<br>
>   .<br>
>   .<br>
> <br>
> As correctly pointed out by Ralf, the messages above clearly say that you<br>
> get an internal error in '/usr/bin/ld' and that you should report it to ld<br>
> maintainers (or possibly maintainers of your distribution) together with<br>
> information about the reported location in the C source of ld.<br>
> <br>
<br>
It might be worth to try first with newer binutils, 2.20 is almost 10 <br>
years old. Or try with the fpc which comes with the used CentOS. IIRC <br>
CentOS 6 is using some ancient kernel 2.6.xx even?<br>
_______________________________________________<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/cgi-bin/mailman/listinfo/fpc-devel" rel="noreferrer" target="_blank">http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel</a><br>
</blockquote></div>