Sebastien, Thank you for the reply :) I'm a bit confused on how to proceed with that, though:
1) Hmm ... so I'm going to take a wild guess and assume that RTEMS is opening up a gdbserver on the serial port then? Or what exactly is gdb talking to in that case? I'm not using RTEMS, by the way. It's just LM32 running whatever code I throw on it at the moment. 2) Googling around I couldn't find anything relating to this :( ~William On Mon, Jun 20, 2011 at 11:59 PM, Sebastien Bourdeauducq < [email protected]> wrote: > On Mon, 2011-06-20 at 22:28 -0700, FPGAMiner wrote: > > Along that train of thought, I have begun digging into the intricacies > > of remote debugging. If I understand it correctly, I need a custom > > gdbserver which communicates with the board. Then I can run > > lm32-elf-gdb, target the local instance of my custom gdbserver, > > There are already things done there: > 1) Michael Walle's serial-based solution, which is portable. Does not > require a local GDB server, just a direct serial connection with GDB. > http://www.milkymist.org/wiki/index.php?title=Using_GDB_in-system_debugger > 2) Wesley Terpstra's JTAG-based solution, which only works with Altera > so far. > > S. > > _______________________________________________ > http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org > IRC: #milkymist@Freenode > Twitter: www.twitter.com/milkymistvj > Ideas? http://milkymist.uservoice.com >
_______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode Twitter: www.twitter.com/milkymistvj Ideas? http://milkymist.uservoice.com
