[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.
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Apr 6 10:07:18 CEST 2009
On 06 Apr 2009, at 10:00, ik wrote:
> I'm trying to create a cross compile to arm-linux.
> I made the following execution:
>
> fpcmake -Tarm-linux -v
Use this instead:
fpcmake -Tall
Why are you regenerating the makefiles anyway? They already should
contain support for all supported platforms.
Jonas
More information about the fpc-pascal
mailing list