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

GBA improvements #5

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

HorstBaerbel
Copy link

  • Generate additional .elf file for debugging with emulators
  • Make game information settable in CMakeLists.txt using add_gba_executables(<TARGET> <GAME_NAME> <GAME_CODE> <VERSION>)
  • Add add_map_file(<TARGET>) function to generate a .map file for the binary
  • Add add_sections_file(<TARGET>) function to generate markdown file with binary sections
  • Fix compiling with newer DKP / GCC versions (failed to find _start symbol)
  • Updated GBA example accordingly
  • Minor cleanup here and there

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

Successfully merging this pull request may close these issues.

1 participant