Die Installation von GCC 4.7.0 schlägt beim Make-Befehl fehl

Die Installation von GCC 4.7.0 schlägt beim Make-Befehl fehl

Ich versuche, GCC 4.7.0 in Linux Mint (basierend auf Ubuntu 18.04) zu installieren. Ich komme über den ersten Konfigurationsschritt hinaus. Wenn ich es jedoch ausführe make -j5, erhalte ich die folgenden Fehler:

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

Ich folge den Schritten, die hier im OSDev-Wiki bereitgestellt werden:https://wiki.osdev.org/Building_GCC. Ich brauche diesen Compiler, damit er funktioniert, damit ich einen Cross-Compiler erstellen kann. Warum passiert das und wie behebe ich es?

BEARBEITEN: Hier ist die vollständige config.log-Datei:http://www.mediafire.com/file/oco5szzfrr7hpmq/config.log/file

verwandte Informationen