Re: some compile problem about gcc-2.95.3

2005-06-19 Thread Kai Ruottu
zouqiong kirjoitti: .../../gcc-2.95.3/configure --prefix=/opt/gcc --target=mipsel-linux --enable-languages=c --disable-checking -enable-shared -v; This is not true at all -B=/opt/gcc-2.95//mipsel-linux/bin/ -I=/opt/gcc-2.95//mipsel-linux/include Because these rows tell that a '--pre

Re: some compile problem about gcc-2.95.3

2005-06-19 Thread Kai Ruottu
Steven J. Hill kirjoitti: zouqiong wrote in 15.4.2005 10:16: > i download the release version of gcc-2.95.3, and binutils 2.15, > then i did the following things: > 1. mkdir binutils-build; > .../../binutils-2.15/configure --prefix=/opt/gcc > --target=mipsel-linux -v; > make;make install; > >

Re: some compile problem about gcc-2.95.3

2005-06-18 Thread Steven J. Hill
zouqiong wrote: i am surprised about it. You seem surprised, and I am terrified you are using a compiler that old. Please go look at: http://kegel.com/crosstool/ which automatically builds cross toolchains and even still has scripts to build your ancient (IMHO) combination. -Steve

some compile problem about gcc-2.95.3

2005-06-18 Thread zouqiong
i download the release version of gcc-2.95.3, and binutils 2.15, then i did the following things: 1. mkdir binutils-build; ../../binutils-2.15/configure --prefix=/opt/gcc --target=mipsel-linux -v; make;make install; 2.i copy the o32 lib, o32 include to the /opt/gcc/mipsel-linux/lib, /opt/gcc/mip