#170756 - HomocidalCanineK9 - Sat Oct 17, 2009 12:46 am
Does anyone have the Makefile for GBA?
In mine I put
But it says GCC and objcopy aren't real commands. I'm assuming it's because I set up devkitPro wrong, so does anyone know how to do that?
In mine I put
Code: |
path=C:\NDS\devkitpro\projects\pong
gcc -o pong.elf pong.c -lm objcopy -O binary pong.elf pong.bin |
But it says GCC and objcopy aren't real commands. I'm assuming it's because I set up devkitPro wrong, so does anyone know how to do that?