[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.

Vincent Snijders vsnijders at vodafonevast.nl
Mon Apr 6 11:41:35 CEST 2009


ik schreef:
> Hello,
> 
> I'm trying to create a cross compile to arm-linux.
> I made the following execution:
> 
> fpcmake -Tarm-linux -v

Why do you regenerate the makefile? Makefiles from svn support all targets the 
compiler can handle.

> 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.
> 

You removed support for the host target in the makefile.

> My machine is x86_64 (Arch Linux).
> What am I missing or doing wrong here ?


Vincent



More information about the fpc-pascal mailing list