gendev icon indicating copy to clipboard operation
gendev copied to clipboard

build failing on ubuntu 21.10

Open enorrmann opened this issue 2 years ago • 4 comments

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 avatar Sep 30 '21 22:09 enorrmann

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

enorrmann avatar Sep 30 '21 22:09 enorrmann

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 See config.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

enorrmann avatar Sep 30 '21 22:09 enorrmann

same problem on ubuntu 22.04

jagiella avatar May 29 '22 14:05 jagiella

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 See config.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

ebronnik avatar Apr 15 '24 22:04 ebronnik