GCC 4.5.0:host-x86_64-unknown-linux-gnu / fixincludes:没有这样的文件或目录

时间:2010-10-22 10:27:51

标签: gcc

当GCC4.5.0的“make check”时,发生了这样的错误:

make[1]: Entering directory `/home/username/tool/gcc-4.5.0'
/bin/sh: line 0: cd: host-x86_64-unknown-linux-gnu/fixincludes: No such file or directory
make[1]: *** [check-fixincludes] Error 1
make[1]: Leaving directory `/home/username/tool/gcc-4.5.0'
make: *** [do-check] Error 2

如何解决这个问题?请.......&感谢~~~~~

2 个答案:

答案 0 :(得分:0)

显然检查失败了。 makefile尝试输入不存在的目录。这意味着什么取决于您正在尝试构建的项目。

答案 1 :(得分:0)

我和你有同样的问题;修复包含的原因并不存在是因为你从未完成运行" make"(+)。