|
+ libc_cv_ppc_machine=yes CC=gcc /home/swliao/tools/cross-compile/crosstool-0.43/build/arm-9tdmi-linux/gcc-4.4.3-glibc-2.9/glibc-2.9/configure --prefix=/usr --build=i686-pc-linux-gnu --host=arm-9tdmi-linux --without-cvs --disable-sanity-checks --with-headers=/opt/crosstool/gcc-4.4.3-glibc-2.9/arm-9tdmi-linux/arm-9tdmi-linux/include --enable-hacker-mode
checking build system type... i686-pc-linux-gnu
checking host system type... arm-9tdmi-linux-gnu
configure: running configure fragment for add-on linuxthreads
linuxthreads disabled because nptl add-on is also in use
configure: running configure fragment for add-on nptl
checking sysdep dirs... configure: error: The arm is not supported.
关键的就是:
configure: error: The arm is not supported.这句,不知道是哪里的问题呢?
我的host是ubuntu-10.4,想编译arm9的工具链... |
|