sgdk_nix icon indicating copy to clipboard operation
sgdk_nix copied to clipboard

build failing on Ubuntu 20.04

Open BWoodson opened this issue 3 years ago • 1 comments

Hello,

I'm running into this issue with SGDK 1.51 on Ubuntu 20.04. It's stopping at this part with an error. Any help would be greatly appreciated!

m68k-linux-gnu-gcc -m68000 -n -T /home/sirskid/Dev/SGDK/md.ld -nostdlib out/sega.o out/res/sprite.o out/res/sound.o out/res/gfx.o out/src/main.o /home/sirskid/Dev/SGDK/lib/libmd.a /home/sirskid/Dev/SGDK/lib/libgcc.a -o out/rom.out -Wl,--gc-sections
/usr/lib/gcc-cross/m68k-linux-gnu/9/../../../../m68k-linux-gnu/bin/ld: error: no memory region specified for loadable section `.note.gnu.build-id'
collect2: error: ld returned 1 exit status
make: *** [makefile:183: out/rom.out] Error 1
rm res/sound.rs res/gfx.rs res/sprite.rs

BWoodson avatar Sep 09 '20 15:09 BWoodson