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