This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: MIPS/NEC VR4181 issues..
- To: echristo at redhat dot com, gcc at gcc dot gnu dot org
- Subject: Re: MIPS/NEC VR4181 issues..
- From: mike stump <mrs at windriver dot com>
- Date: Tue, 28 Aug 2001 10:36:18 -0700 (PDT)
> From: "Eric Christopher" <echristo@redhat.com>
> Date: Mon, 27 Aug 2001 23:20:20 -0700
> To: gcc@gcc.gnu.org
> > /tmp/ccAnzuz3.o: ISA mismatch (-mips3) with previous modules (-mips1)
> >
> > Is there a way to link objects containing 4100-series instructions with
> > ISA I-III libraries?
> Without looking closer at it I'd guess that you need a multilib for
> the 4181.
Is mips 3 is a super set of mips 1? If it is, then ld should be able
to combine mips 1 and mips3 to produce mips 3 output?