This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Error building for mips variant
- From: Jim Wilson <wilson at specifixinc dot com>
- To: Rama Singh <rama10nov at yahoo dot co dot in>
- Cc: gcc at gcc dot gnu dot org
- Date: 11 Dec 2003 23:51:26 -0800
- Subject: Re: Error building for mips variant
- References: <20031212071903.36331.qmail@web8004.mail.in.yahoo.com>
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