Hi,
ich habe Probleme dabeit einen mips32 crosscompiler einzurichten. Die binutils ( binutils-2.16 ) lassen sich noch installieren mit
./configure --prefix=/usr/local/cross --target=mips32
make
make install
./configure --prefix=/usr/local/mipscross/ --target=mips32 --enable-languages=c
im gcc verzeichnis ( 3.3.4 / 3.3.6 ) schlägt allerdings dann fehl und meldet
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking whether times is declared... yes
checking for struct tms... yes
checking for clock_t... yes
checking for uchar...
checking for .preinit_array/.init_array/.fini_array support... yes
checking if mkdir takes one argument... no
checking for main in -lunwind... no
*** Configuration mips642-unknown-elf not supported
Configure in gcc-3.3.6/gcc failed, exiting.
Konnte bisher nichts ergoogeln - falls also jemand ne idee hat...
danke schonma