Ryan Murray wrote: > On Thu, Sep 20, 2001 at 01:57:42AM -0400, Jim Paris wrote: > > Does anyone have gcc-3.0.1 built as a native MIPS compiler? > > Debian built 3.0.1 natively... > > > It could also be that gcc-3.0.1 is simply broken when running natively > > on MIPS. Has anyone done this? Any luck? > > When that was the version in Debian, it did work. > > > anyone has built gcc-3.0 or gcc-3.0.1 natively on MIPS, can you send > > me the config.cache from your build? > > I don't have that around anymore, but I can send you the config.cache from > a build of a 3.0.2 CVS snapshot... > > -- > Ryan Murray, Debian Developer (rmurray@cyberhqz.com, rmurray@debian.org) > The opinions expressed here are my own. > > ------------------------------------------------------------------------ > Part 1.2Type: application/pgp-signature Hi, Just, I use GCC-3.0.1 to compile Linux kernel,except ramdisk.o,everything seems fine.about ramdisk.o because GCC-3.0.1 can't suppor failed to merge target specific data of file ../boot/ramdisk.ot ecoff-littlemips target.so I modified it as elf32-littlemips,but when linking, compiler told me failed to merge specific data of file ramdisk.o,from the output compiler message,it says ISA mismatch(-mips1) with previous modules(--mips3) and used different e_flags(0x0) fields than previous modules(0x100).What's wrong with it? Best regards william 20/9/2001