GP32 Debug & Filesystem


M-.-n

Member
Joined
May 28, 2005
Messages
160
Location
Brussels, Belgium
Website
discodirt.10pm.org
Hi there !!!

I would like to know if there's anybody that has found a way to do some kind of debugging in the GP32... my guess is no but I thought I asked. Even some kind of a tracedump when some wrong mem access would be cool;

Then I am wanting to know if anybody has a fileselector library compatible with Mr. Mirko's SDK... would save me a lot of time ;-)

Thanks !
 
There are loads of debugging methods available. For example, you can use gdb over usb to debug on the device itself, or you can use JTAG, which is a little more powerful, but requires additional hardware. Spiv's MultiFW also provides basic debugging by giving you the execution address of an invalid memory operation.

And I do believe someone has even written a fileselector library compatible with Mirko's SDK, but don't ask me where. I think it was the same person that did that font selector/tester thing.
 
Back
Top