|
发表于 2008-7-25 05:59:02
|
显示全部楼层
我是刚遇到,就把这个问题发这儿,望大家指教
参考书:<<ARM嵌入式Linux系统开发从入门到精通>>
下面是在编译glibc 时,出错
[root@TV build-glibc]# CC=arm-linux-gcc ../glibc-2.3.4/configure --host=$TARGET --prefix="/usr" --enable-add-ons --with-headers=$TARGET_PREFIX/include
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnulibc1
checking host system type... arm-unknown-linux-gnu
running configure fragment for add-on linuxthreads
提示信息如上
盼解决。。。 |
|