kernel coder wrote:
hi, I'm trying to cross compile gcc-4.1.0 for mipsel platform.Following is the sequence of commands which i'm using../gcc-4.1.0/configure --target=mipsel --without-headres --prefix=/home/shahzad/install/ --with-newlib --enable-languages=c
Perhaps you should try to disable libssp. Try adding (untested) --disable-libmudflap --disable-libssp
David Daney.