gba-make-cartridge
is a simple application to make a gameboy advance cartridge from an ELF file.
Needs armv4t-none-eabi-objcopy
on the path. To get this on mac, try homebrew:
brew install russellmcc/armv4t-toolchain/armv4t-none-eabi-binutils
cargo install gba-make-cartridge
cargo build
MIT