mips-linux-ld: target elf32-bigmips not found

Zhang Shengqi zsq20030710@hotmail.com
Mon May 16 10:25:00 GMT 2005


Hi,evryone:

    I tried to build a mips-linux toolchain on Fedora Core 3 Linux as the following:

    1. Build binuitls-2.15:

        ../binutils-2.15/configure --target=mips-linux --prefix=/home/szhang/mips-linux-tools/
       ./make
       ./make install

    2. Build glibc-2.3.4
       ../glibc-2.3.4/configure --host=mips-linux --build=i686-linux --with-tls --enable-add-ons --prefix=/home/szhang/mips-linux-tools
       ./make
       ./make install

    3. Build gcc-3.4.2
      ../gcc-3.4.2/configure --target=mips-linux --host=i686-linux --prefix=/home/szhang/mips-linux-tools --enable-languages=c --with-headers=/home/szhang/mips-linux-tools/include --disable-shared

      I try to use the toolchain to build a project after it is built and installed. But I met the following error:

     "mips-linux-ld: target elf32-bigmips not found"

      Who can help me solve such a problem?

      Thanks a lot


More information about the crossgcc mailing list