From 606c1541d87e9f5e164794ed3439403da3e82ed5 Mon Sep 17 00:00:00 2001 From: rodri Date: Sat, 15 Feb 2020 13:00:29 +0000 Subject: add a makefile and some instructions. --- readme | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 readme (limited to 'readme') diff --git a/readme b/readme new file mode 100644 index 0000000..80186cc --- /dev/null +++ b/readme @@ -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! -- cgit v1.2.3