This is the mail archive of the gdb@sources.redhat.com 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: howto build gdb / gdbserver for x86 host with arm-linux target?


On Fri, Feb 11, 2005 at 10:34:41AM -0800, Tim Harvey wrote:
> The way I understand it is that I have to use my arm-linux-gdb as my host gdb
> has stubs for the host architecture not the target (right?)

The "stub" in this case is gdbserver - the name's historic.  Your host
GDB is configured for your host architecture, and to use a remote stub
the GDB client has to be configured for the same architecture as the
stub.  So, basically right.

> Thanks for your help!

No problem.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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