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]

ISA mismatch for GCC-3.0.1


Hi,
       Just, I use GCC-3.0.1 to compile Linux kernel for mips
platform,except ramdisk.o,everything seems fine.As to ramdisk.o
because GCC-3.0.1 can't support ecoff-littlemips obj format.so I
modified it as elf32-littlemips,but when linking, compiler told me
failed to merge target specific data of file../boot/ramdisk.o ,from the
output of compiler message,it says ISA mismatch(-mips1) with previous
modules(--mips3) and used different e_flags(0x0) fields than previous
modules(0x100).What's thr problem?

            Best regards
        william  20/9/2001


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