gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Coding > Redboot on GBA and debugging via serial port.

#85472 - cesium - Tue May 30, 2006 6:19 pm

I've been using the Xport port of redboot to the GBA and debugging with GDB via their Cport.

I'd like to run GDB and communicate to the GBA via the GBA's serial port. I am having trouble getting this to work, but I'm darn close.

Has anyone run redboot on the GBA and debugged via the serial port?

Thanks,
cesium

#86143 - cesium - Sun Jun 04, 2006 8:24 pm

Silly me.
I had nuked the "invalid instruction" interrupt handler. That's kind
of important for GDB!

Works fine now.

cesium