[fpc-pascal] is there a ready to use FPC Cross compiler x86-Linux -> MIPS-linux?
Michael Schnell
mschnell at lumino.de
Wed Jun 12 11:40:59 CEST 2013
On 06/12/2013 11:13 AM, Dennis Poon wrote:
> Michael,
>
> I just typed "ld -v" and it replied:
> GNU ld (GNU Binutils for Debian) 2.22
You'd better do
gcc -v
This should output (among others) a line starting "Target:"
Same will state the architecture and be something like "Target: MIPS-linux"
-Michael
More information about the fpc-pascal
mailing list