<div dir="ltr">Hello,<br><br>I'm trying to cross compile FPC 2.5.1 in Linux 64 bit (in Arch Linux) to arm (eabi) cpu.<br>When I'm using <br><br>make CPUT_TARGET=arm OS=TARGET=linux all<br><br>The make file build an x86_64 units and not arm units. The result is also not ppcrossarm but ppcx64.<br>

<br>Only when I'm doing:<br>make OPT='-dFPC_ARMEL -dFPC_ABI_EABI -Xd -Tlinux -CaEABI -Op arm' CROSSCOMPILE=1 CPU_TARGET=arm OS_TARGET=linux<br><br>It compiles it to ppcrossarm, but when I'm making it with 'zipinstall' it does not pack inside the archive the ppcrossarm compiler.<br>

<br>What am I missing ?<br><br>Thank,<br><br>Ido<br><br clear="all"><a href="http://ik.homelinux.org/">http://ik.homelinux.org/</a><br>
</div>