Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build failing on ubuntu 21.10 #62

Open
enorrmann opened this issue Sep 30, 2021 · 4 comments
Open

build failing on ubuntu 21.10 #62

enorrmann opened this issue Sep 30, 2021 · 4 comments

Comments

@enorrmann
Copy link

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
Copy link
Author

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

@enorrmann
Copy link
Author

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

@jagiella
Copy link

same problem on ubuntu 22.04

@ebronnik
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants