This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Q:Error building cross compiler for mips-mips-linux on Solaris.
- To: krishm at taec dot toshiba dot com (Madhu Krishnamurthy)
- Subject: Re: Q:Error building cross compiler for mips-mips-linux on Solaris.
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 05 Nov 1998 22:41:29 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199811040352.TAA17355@yakuza.sanjose>you write:
>
> I copied the as,ld etc into
>
> install/lib/gcc-lib/mips-mips-linux/egcs-2.91.57/
>
> xgcc seems to be picking this up. So I went past my earlier problem
> a little bit. I now know that it is using the correct assembler but
> I am getting these errors.
Sounds like the compiler & assembler disagree on some aspect of the
assembly language.
I don't work on mips-linux ports at all, so I don't know what if anything
to look for.
You'll probably have to look at the generated assembler code to see what
the assembler is complaining about.
jeff