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

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

Reply via email to