GB101:Installing Gameboy Development Tools
GB101 Class Notes | |
---|---|
|
devkitPro[edit]
Download the binaries from sourceforge and follow instructions. Installer works fine in Leopard. Requires Xcode. Need to test make under windows.
Boycott Advance[edit]
For all systems you're going to want to install Boycott Advance. Download the appropriate version from http://boycottadvance.emuunlim.com/.
OS X[edit]
To get a "make test" to work, use OS X's "open" command. Your "make test" will look something like this:
test : $(PROJECT_DIR)/$(PROJECT).gba
open $(PROJECT_DIR)/$(PROJECT).gba