Error building for mips variant
Jim Wilson
wilson@specifixinc.com
Fri Dec 12 08:02:00 GMT 2003
On Thu, 2003-12-11 at 23:19, Rama Singh wrote:
> Yeah I tried --with-gnu-as and also --with-gnu-ar
> but no change...
They I suspect you made a mistake.
Use -v to see what commands gcc is emitting. Look at the specs file to
see where the mips-tfile command comes from. Notice that it is from
ASM_FINAL_SPEC. Notice that ASM_FINAL_SPEC depends on MASK_GAS. Notice
that config.gcc sets MASK_GAS depending on the --with-gnu-as option.
Debug the gcc build process and/or gcc binary to figure out why this
doesn't work for you.
You didn't mention the gcc version, but I assume you have gcc-3.3. The
answer may be slightly different for other gcc versions. For instance,
if you use the mainline cvs sources, you shouldn't see any mips-tfile
stuff at all unless you ask for it.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com
More information about the Gcc
mailing list