You have a typo in your configure that isnt helping things:-target-mips-elf should be --target=mips-elf You also missed the extra '-' in the binutils configure.
manjunatha writes:
Hi I am geeting the following error on building cross compiler for MIPS, My binutils config is #./configure -target=mips-elf --prefix=/usr/local building and installing binutils is successfulMy gcc config is# ./configure -target-mips-elf --prefix=/usr/local --enable-language=c --with-gnu-as --with-gnu-ad