kubilus1 / gendev

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

Can't build ROMs with gendev. #26

Closed ghost closed 7 years ago

ghost commented 7 years ago

Gendev itself built fine, with no errors. But when I'm trying to build the ROM...

/opt/toolchains/gen//m68k-elf/bin/m68k-elf-ld: cannot find /opt/toolchains/gen//m68k-elf/lib/gcc/m68k-elf/4.8.2/libgcc.a: No such file or directory Makefile:135: recipe for target 'out.elf' failed make: *** [out.elf] Error 1

This error appeared not so long ago, changing my linux distribution didn't help.

andwn commented 7 years ago

Probably need to update your project's Makefile to look in /6.3.0/ directory instead of /4.8.2/

ghost commented 7 years ago

Yes, this helped! Thanks :)