http://ik.homelinux.org/


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

>
> On 06 Apr 2009, at 10:16, ik wrote:
>
>  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.
>>
>
> That's probably because this MAKEFILETARGETS tells the makefile to
> regenerate all makefiles only for arm-linux.
>
>  So how can I cross compile fpc to arm in Linux (I have the linker etc..
>> for
>> arm) ?
>>
>
> make CPU_TARGET=arm OS_TARGET=linux all



Now I understand, at first when I did it like that I saw x86_64, now I
reread the output better.


>
>
> See 
> http://www.stack.nl/~marcov/buildfaq.pdf<http://www.stack.nl/%7Emarcov/buildfaq.pdf>for
>  more information.
>
>
>
> Jonas
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>


Thanks,

Ido
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to