<div dir="ltr">Hello,<br><br>I'm trying to create a cross compile to arm-linux.<br>I made the following execution:<br><br>fpcmake -Tarm-linux -v<br>FPCMake Version 2.0.0 [2009/02/20]<br>Processing Makefile.fpc<br> Targets: "arm-linux"<br>
 Globals:<br>    FPCDIR = "."<br>    PACKAGESDIR = "$(FPCDIR)/packages $(FPCDIR)/packages/base $(FPCDIR)/packages/extra $(FPCDIR)/packages"<br>    UNITSDIR = "$(FPCDIR)/units/$(FULLTARGET)"<br>
    BASEDIR = "/_/programming/fpc/fpc"<br> Required packages for linux-arm:<br> Required dirs for arm-linux: compiler rtl utils packages ide installer<br>   Subdir: compiler/Makefile.fpc<br>   Subdir: rtl/Makefile.fpc<br>
   Subdir: utils/Makefile.fpc<br>   Subdir: packages/Makefile.fpc<br>   Subdir: ide/Makefile.fpc<br>   Subdir: installer/Makefile.fpc<br> arm-linux requires:<br> Writing Makefile<br><br>When I try to use make (even without any parameters) it returns me the following error message:<br>
Makefile:186: *** The Makefile doesn't support target x86_64-linux, please run fpcmake first.  Stop.<br><br>My machine is x86_64 (Arch Linux).<br>What am I missing or doing wrong here ?<br><br>Thanks,<br>Ido<br>
</div>