GCC 使安装错误



我尝试使用 make install 编译 gcc,它给了我这个:

make[1]: Entering directory `/media/BOSS/sources/gcc-build'
/bin/bash ../gcc-4.8.1/mkinstalldirs /tools /tools
/bin/bash: line 3: cd: ./fixincludes: No such file or directory
make[1]: *** [install-fixincludes] Error 1
make[1]: Leaving directory `/media/BOSS/sources/gcc-build'
make: *** [install] Error 2

我目前正在为 lfs 编译它,我也在 32 位计算机上的单独目录中

问题似乎是由目标安装引起的。所以我的建议是检查 MakeFile 中与 [安装] 相关的行。

也许您可能想分享更多详细信息以获得更好的解决方案。

相关内容

最新更新