kubilus1 / gendev

Genesis development environment for Linux.
BSD 3-Clause "New" or "Revised" License
209 stars 23 forks source link

build failing on ubuntu 21.10 #62

Open enorrmann opened 2 years ago

enorrmann commented 2 years ago

Hi ! I will appreciate any help regarding this build issue I've installed the required libs but the build fails with little info to help me

make[2]: Leaving directory '/home/emilio/git/gendev/sgdk/build/sgdk' make[1]: [Makefile:62: /home/emilio/git/gendev/sgdk/build/sgdk/lib/libmd.a] Error 2 make[1]: Leaving directory '/home/emilio/git/gendev/sgdk' make: [Makefile:85: sgdk_build] Error 2

cheers

enorrmann commented 2 years ago

wait ! I was trying to compile with -j 4 .. trying again with only 1 thread ...

enorrmann commented 2 years ago

confirmed, it doesn't compile, the error is

cc1: note: self-tests are not enabled in this build configure: error: in /home/emilio/git/gendev/toolchain/work/build-gcc/m68k-elf/libgcc': configure: error: cannot compute suffix of object files: cannot compile Seeconfig.log' for more details make[3]: [Makefile:12736: configure-target-libgcc] Error 1 make[2]: [Makefile:941: all] Error 2 make[1]: [Makefile:48: /home/emilio/git/gendev/toolchain/../toolchain/work/build-gcc] Error 2 make[1]: Leaving directory '/home/emilio/git/gendev/toolchain' make: [Makefile:39: toolchain_build] Error 2

jagiella commented 2 years ago

same problem on ubuntu 22.04

ebronnik commented 4 months ago

Ubuntu 20.04 doesn't compile either with the same exact issue while building gcc for m68k

confirmed, it doesn't compile, the error is

cc1: note: self-tests are not enabled in this build configure: error: in /home/emilio/git/gendev/toolchain/work/build-gcc/m68k-elf/libgcc': configure: error: cannot compute suffix of object files: cannot compile Seeconfig.log' for more details make[3]: [Makefile:12736: configure-target-libgcc] Error 1 make[2]: [Makefile:941: all] Error 2 make[1]: [Makefile:48: /home/emilio/git/gendev/toolchain/../toolchain/work/build-gcc] Error 2 make[1]: Leaving directory '/home/emilio/git/gendev/toolchain' make: [Makefile:39: toolchain_build] Error 2