[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:16:43 CEST 2009


On Mon, Apr 6, 2009 at 11:07 AM, Jonas Maebe <jonas.maebe at elis.ugent.be>wrote:

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


Followed the instructions. Now if I try to do the following:
make MAKEFILETARGETS=arm-linux all

It still gives me the following error:
Makefile:197: *** The Makefile doesn't support target x86_64-linux, please
run fpcmake first.  Stop.

Without MAKEFILETARGETS it does works.

So how can I cross compile fpc to arm in Linux (I have the linker etc.. for
arm) ?



>
>
>
> Jonas
>

Ido
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20090406/3ca6c243/attachment.html>


More information about the fpc-pascal mailing list