gdbserver-6.3 issue

Daniel Jacobowitz drow@false.org
Fri Jun 16 23:31:00 GMT 2006


On Fri, Jun 16, 2006 at 05:36:06AM +0100, vinay hegde wrote:
> warning: Remote sent bad register number 64: 300103dc;
> Packet: 'T0501:7fa1ee50;40:300103dc;'
> 
> warning: Remote register badly formatted:
> T0501:7fa1ee50;40:300103dc;

This error almost always means that you have not correctly configured
your gdb and gdbserver for the same target.

To build a cross-gdb, you must use --target.  To build a native
gdbserver, you must use --host.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb mailing list