make コマンドへの GCC 4.7.0 のインストールが失敗する

make コマンドへの GCC 4.7.0 のインストールが失敗する

Linux MintにGCC 4.7.0(Ubuntu 18.04ベース)をインストールしようとしています。構成の最初のステップを完了しました。ただし、実行すると、make -j5次のエラーが発生します。

make[2]: Leaving directory '/home/james/src/build-gcc'
Makefile:26035: recipe for target 'stage1-bubble' failed
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory '/home/james/src/build-gcc'
Makefile:941: recipe for target 'all' failed
make: *** [all] Error 2
make[1]: Entering directory '/home/james/src/build-gcc'
/bin/bash ../gcc-7.4.0/mkinstalldirs /home/james/opt/gcc-7.4.0 
/home/james/opt/gcc-7.4.0
make[2]: Entering directory '/home/james/src/build-gcc/fixincludes'
make[2]: *** No rule to make target 'install'.  Stop.
make[2]: Leaving directory '/home/james/src/build-gcc/fixincludes'
Makefile:3736: recipe for target 'install-fixincludes' failed
make[1]: *** [install-fixincludes] Error 2
make[1]: Leaving directory '/home/james/src/build-gcc'
Makefile:2337: recipe for target 'install' failed
make: *** [install] Error 2

OSDev Wikiで提供された手順に従いました。https://wiki.osdev.org/Building_GCC。クロスコンパイラを作成するには、このコンパイラが必要です。なぜこれが起こり、どのように解決するのですか?

編集:完全なconfig.logファイルは次のとおりです。http://www.mediafire.com/file/oco5szzfrr7hpmq/config.log/file

ベストアンサー1

おすすめ記事