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]

Fail to build cygwin hosted cross compiler for mips


  Here are the error messages when I build the MIPS cross compiler.
xgcc:installation problem,cannot exec 'mips-tfile':no such file or directory
make[1]: *** [libgcc1-asm.a] Error 1
make[1]: Leaving directory <My build directory of gcc>
make: ***[all-gcc] Error 2
 
  How do I solve the problem?
 
 
The procesures:
target=mips-lsi-elf
prefix=/usr/mipsgcc
PATH=/usr/mipsgcc/bin:$PATH
 
cd <my build directory of binutils>
../binutils-2.10.1/configure --target=$target --prefix=$prefix
make all install --> OK!
 
cd <my build directory of gcc>
../gcc-2.95.3/configure --target=$target --prefix=$prefix --enable-languages=c
make all install --> failed!

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