|
Configuring in ./gcc
configure: loading cache ./config.cache
configure: error: `GMPINC' has changed since the previous run:
configure: former value: -I/slfs/systools/include
configure: current value: -I/slfs/systools/include
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm ./config.cache' and start over
make: *** [configure-gcc] Error 1
bash-3.00$
采用的 地球发动机 的 用GCC 4.3-20040810构造SYSROOT工具链和youbest的 从源代码建立Linux系统系列之(Sysroot LFS 1.0)的环境变量,在第一遍GCC时出了问题。。环境变量如下
bash-3.00$ cat ~/.bashrc
set +h
umask 022
export TARGET_DIR="/slfs"
export LC_ALL=POSIX
export BUILD_DIR="${TARGET_DIR}/build"
export DOWNLOAD_DIR="${TARGET_DIR}/download"
export BUILD_TARGET=${MACHTYPE}
export BUILD_HOST=${BUILD_TARGET}.old
export PATH=${TARGET_DIR}/systools/bin:/bin:/usr/bin
unset CFLAGS
unset CXXFLAGS
bash-3.00$ |
|