[fpc-pascal] Trying to cross compile to arm-linux and have the following error message: Makefile:186: *** The Makefile doesn't support target x86_64-linux, please run fpcmake first. Stop.
ik
idokan at gmail.com
Mon Apr 6 10:00:43 CEST 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20090406/297da38d/attachment.html>
More information about the fpc-pascal
mailing list