gendev
gendev copied to clipboard
build failing on ubuntu 21.10
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
wait ! I was trying to compile with -j 4 .. trying again with only 1 thread ...
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
same problem on ubuntu 22.04
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