gendev
gendev copied to clipboard
Makefiles in example projects outdated
The directory structure of SGDK has changed, but there doesn't seeem to be any updated makefile for projects. Currently, all projects fail when trying to build; this includes the two examples.
Some things I noted trying to fix it independently:
- The md.ld linker script appears to be out of sync/out of date with mainline SGDK? This was causing some linker errors once I fixed the paths
- boot/sega.s also appears to need updating as well
Not sure if these observations will help