This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

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