Hi there, I'm trying to build cross tool chain for mips32 target from my pc (i686) based on crosstoll-0.43. By running "sh demo-mips.sh" (I chose eval `cat mips.dat gcc-3.4.5-glibc-2.3.5.dat` sh all.sh --notest), I got following error from log file. Has anyone ever had similiar experience and how did you fix it? Thanks! - Reeve ## ----------- ## ## Core tests. ## ## ----------- ## configure:1706: checking build system type configure:1724: result: i686-pc-linux-gnu configure:1732: checking host system type configure:1746: result: mips642-unknown-linux-gnu configure:1998: checking sysdep dirs configure:2214: result: sysdeps/generic/elf sysdeps/generic configure:2233: checking for a BSD-compatible install configure:2288: result: /usr/bin/install -c configure:2303: checking whether ln -s works configure:2307: result: yes configure:2323: checking for mips32-linux-gnu-gcc configure:2349: result: gcc configure:2631: checking for C compiler version configure:2634: gcc --version </dev/null >&5 gcc (GCC) 3.3.5 (Debian 1:3.3.5-13) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2637: $? = 0 configure:2639: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/ usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable -shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale= gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.5 (Debian 1:3.3.5-13) configure:2642: $? = 0 configure:2644: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:2647: $? = 1 configure:2651: checking for suffix of object files configure:2672: gcc -c -mabi=n32 conftest.c >&5 cc1: error: invalid option `abi=n32' configure:2675: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU C Library" | #define PACKAGE_TARNAME "c-library" | #define PACKAGE_VERSION "(see version.h)" | #define PACKAGE_STRING "GNU C Library (see version.h)" | #define PACKAGE_BUGREPORT "glibc" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2689: error: cannot compute suffix of object files: cannot compile See `config.log' for more details.