|
我在编译Gcc 4.0.0,库用uClibc 0.9.27,linux headers用的是 2.6.0
配置时用的是 ./configure --target=arm-linux --prefix=/home/project/tools --with-headers=/home/project/tools/uClibc/include/ --enable-languages=c,c++ --with-libs='/home/project/tools/uClibc/lib/'
make时出现下面这个错误,
checking locale.h presence... yes
checking for locale.h... yes
checking for float.h... (cached) yes
checking for stdint.h... (cached) yes
checking for main in -lm... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
make: *** [configure-target-libstdc++-v3] Error 1
不知怎么解决? |
|