[fpc-pascal] is there a ready to use FPC Cross compiler x86-Linux -> MIPS-linux?

Sven Barth pascaldragon at googlemail.com
Sat Jun 8 14:03:03 CEST 2013


On 08.06.2013 13:43, Dennis Poon wrote:
> Sven,
>
> Thanks for the prompt reply.
> I did "make all ...." and after many lines of messages, the last few are:
> make[5]: mipsel-linux-as: command not found
> make[5]: *** [prt0.o] Error 127
> make[5]: Leavning directory '/home/dennis/fpc/rtl/linux'
> ....
>
> make[1]:
> make: *** [build-stamp.mipsel-linus] Error 2
>
> Any clues?

How are the binutils called that you generated? If they are called e.g. 
"mips-linux-as" and "mips-linux-ld" then you need to pass the additional 
option "BINUTILSPREFIX=mips-linux-" to the "make all" call.

Regards,
Sven




More information about the fpc-pascal mailing list