<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">LECUYER Philippe via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Sa., 14. Okt. 2023, 15:16:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="FR" link="#0563C1" vlink="#954F72">
<div class="m_7121202685218628683WordSection1">
<p class="MsoNormal"><span lang="EN-US">Hi,<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">I search a free pascal cross compiler (for host Linux Red hat 7.x and target Motorola 68k)
<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">I test the last 3.2.2 version but I doesn’t find the option for target Motorola 68k (fpc –help)<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">It’s run when I compile an example (in examples directory) and execute on Linux RH 7.x but I want to produce the binary for 68k target.<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">Thanks for helping me.</span></p></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">You need to build a suitable compiler. For this you download the source (either 3.2.2 or the development version 3.3.1) and do a make:</div><div dir="auto"><br></div><div dir="auto">make all CPU_TARGET=m68k OS_TARGET=linux BINUTILSPREFIX=<prefix> FPMAKEOPT="-T <count>" - j <count></div><div dir="auto"><br></div><div dir="auto">Where <prefix> is the prefix of the binutils for 68k (as and ld, e.g. m68k-linux-gnu-) and <count> is the number of CPU cores you have. </div><div dir="auto"><br></div><div dir="auto">After that you do a</div><div dir="auto"><br></div><div dir="auto">make install CPU_TARGET=m68k OS_TARGET=linux BINUTILSPREFIX=<prefix> INSTALL_PREFIX=/path/to/the/destination</div><div dir="auto"><br></div><div dir="auto">Depending on the destination path you need to do that as root. </div><div dir="auto"><br></div><div dir="auto">There are further details, but I can't describe them right now, so don't hesitate to ask if you have issues. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>