On Mon, Nov 08, 2004 at 05:53:40PM +0200, Yoni Rabinovitch wrote: > Running with "set debug serial 1" gives me the following: > > In the gdb session,I see lots of the following messages: > [O][K][#][9][a][$]Packet instead of Ack, ignoring it > > Simultaneously, in the gdbserver session (via minicom) I see: > +$OK#9a Um.... you're running with a serial port open on the same port you're trying to debug on? That can't work. Use one for console and the other for gdbserver, or come to some other arrangement if your board only has one. -- Daniel Jacobowitz