On Wed, Dec 18, 2002 at 05:21:39PM -0500, Chien-Lung Wu wrote: > Hi, Brad: > > Thanks for your information. > I download: > binutils v2.13.90.0.10 (H.J. Lu) > GCC v3.2-7.1 (H.J. Lu) > glibc v2.2.5 > glibc-linuxthreads v2.2.5 > > and follow your build note to build a big-endian mips cross-compiler. > The cross compile toolchain, toolchain-20021126-1.src.rpm, I provided is based on gcc 2.96. Although I do have one based gcc 3.2: # /export/tools-3.2-redhat-8/bin/mips-linux-gcc Reading specs from /export/tools-3.2-redhat-8/lib/gcc-lib/mips-linux/3.2.1/specs Configured with: /export/linux/src/tools-3.2-redhat-8/tools/configure --disable-multilib --enable-clocale=gnu --with-system-zlib --target=mips-linux --prefix=/export/tools-3.2-redhat-8 --with-local-prefix=/export/tools-3.2-redhat-8 --enable-threads=posix --enable-haifa --enable-shared --disable-checking Thread model: posix gcc version 3.2.1 20021125 (Red Hat Linux 8.0 3.2.1-1) it is the part of my RedHat 8.x port, which hasn't been finished yet. H.J.