cross x86->mips
Robert Lipe
robertlipe@usa.net
Wed Apr 11 23:09:00 GMT 2001
> I'm trying to build gcc-2.95.2 on an x86 machine as a cross compiler with
> mips-elf as the target platform. I configure it like this:
>
> ...and I get an error stating that 'mips-tfile' can't be found.
This question used to be frequently asked.
Add the flags to your configure line to tell it to use GNU as
(--with-gas or --with-gnu-as, I can't recall) and your life will be
better.
Why, after all this time, nobody has submitted a patch to deduce that
if you're doing a cross build you're certainly not using the mips assembler
is a mystery to me. Perhaps you'd like to propose an appropriate patch.
Signed,
He Who Used To Care About MIPS But Not Anymore. :-)
More information about the Gcc
mailing list