[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debugging RTEMS APP through serial port



sunpeng@mail.ustc.edu.cn wrote:
I am a fresher here. How can I run a gdb server on a target?

You might want to look at this message. http://www.rtems.com/ml/rtems-users/2005/december/msg00014.html

This points to Till's personal page: http://www.slac.stanford.edu/~strauman/rtems/ where he has posted a gdb stub for powerpc and i386 that works over tcpip.

Some of the other targets also have gdb stubs. I believe the m68k has one, but I have no personal experience with it. You're best to look in the documentation supplements for those targets and the rtems/gdb users guide in the rtems docs for more info.

Cheers,

Keith