diff options
author | rodri <rgl@antares-labs.eu> | 2020-02-15 13:00:29 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2020-02-15 13:00:29 +0000 |
commit | 606c1541d87e9f5e164794ed3439403da3e82ed5 (patch) | |
tree | 1f5ef2f7079cdaa671c717751ed456de9cde8530 /readme | |
parent | 5a3198e108fc868da57a002abaca9a4db28d096b (diff) | |
download | gbadev-606c1541d87e9f5e164794ed3439403da3e82ed5.tar.gz gbadev-606c1541d87e9f5e164794ed3439403da3e82ed5.tar.bz2 gbadev-606c1541d87e9f5e164794ed3439403da3e82ed5.zip |
add a makefile and some instructions.
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +Install devkitpro's devkitARM, the devkitarm-rules and devkitarm-crtls +files, and set DEVKITPRO to the path where you installed it. +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! |