Page 1 of 1

GBA Debugging

Posted: Sun Apr 29, 2012 5:40 am
by zodiacbrave
Hello, I am very new to this sort of programming. I am used to programming for Windows using Visual Studio and all that jazz.

Anyway, I was looking into the various programs in the devkitpro kit and I guess it comes with a debugger, arm-eabi-insight.exe?
I managed to compile my code using arm-eabi-gcc.exe -g test.S -o test.elf and then I loaded the elf file into insight, but I have no idea what to do. It seems to crash a lot.

I was wondering if someone could help me with using the debugger.

Thank you.