This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdbserver-6.3 issue


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]