Benjamin Menküc wrote: > Hi, > > I cross-compiled binutils 2.13 and gcc-3.2.3 successfully for mips. > > [benmen@linuxpc1 mipsel-glibc] LD_LIBRARY_PATH="" CFLAGS="-O2 -g > -finline-limit=10000" ../glibc-2.3.2/configure --build=i686-linux > --host=mipsel-linux --enable-add-ons --prefix=/home/benmen/mipsel It also needs the headers of the already correctly configured kernel, added by --with-headers=/path/to/linux/headers. Thiemo