Re: gcc-4.1.0 cross-compile for MIPS

2006-06-19 Thread Kai Ruottu
David Daney kirjoitti: 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 Perhap

RE: gcc-4.1.0 cross-compile for MIPS

2006-06-16 Thread Dave Korn
On 16 June 2006 16:47, David Daney wrote: > 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-

Re: gcc-4.1.0 cross-compile for MIPS

2006-06-16 Thread David Daney
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 disa

gcc-4.1.0 cross-compile for MIPS

2006-06-16 Thread kernel coder
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 make But following error is generated /home/shahzad