This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error building for mips variant


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]