|
我的configure:
${SRCDIR}/gcc-4.3.3/configure --prefix=/tools \
--host=${CLFS_HOST} --target=${CLFS_TARGET} \
--with-sysroot=${CLFS} --disable-nls \
--disable-shared --with-mpfr=${CLFS}/libforgcc --with-gmp=${CLFS}/libforgcc \
--without-headers --with-newlib --disable-decimal-float --disable-nls --disable-shared\
--disable-libgomp --disable-libmudflap --disable-libssp \
--disable-threads --enable-languages=c
其中CLFS_TARGET=arm-none-linux-gnueabi
用的是linux-2.6.29.1的头文件
在 make时出错
提示是:arm-none-linux-gnueab-gcc -dumpspecs > tmp-specs
arm-none-linux-gnueab-gcc :command not found
问题时此时arm-none-linux-gnueab-gcc 还没生成啊,我的PATH变量是${CLFS}/tools/bin:/bin:/usr/bin, 但这时在tools/bin下面可以看到arm-none-linux-gnueabi-gccbug。
编了好几遍了,都这样,实在没办法了忘大侠们相助 |
|