blob: 9328c652305010028d3c6b29ef821ccd603af3a7 (
plain)
1
2
3
4
5
6
7
8
9
|
Install devkitpro's devkitARM, the devkitarm-rules and devkitarm-crtls
files, and set up the environment variables DEVKITARM and PATH properly.
After that, arm-none-eabi* should resolve to the tools in this kit
with the proper files in place, not the one in the system.
If all goes well:
% make && vba *.gba
Have fun!
|