On Mon, Apr 6, 2009 at 11:07 AM, Jonas Maebe <jonas.ma...@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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to