public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* cross compiled GDB
@ 2000-12-27  0:45 Yu Xuanwei
  2000-12-27  8:32 ` Kevin Buettner
  0 siblings, 1 reply; 2+ messages in thread
From: Yu Xuanwei @ 2000-12-27  0:45 UTC (permalink / raw)
  To: gdb

Hi, folks:

I'm going to utilize gdb in a cross environment. My host is Intel PC, my
target is ARM. Now I wonder how to build a GDB for my remote debugging.
I want to know whether the native built gdb on Intel is suitable for
host gdb client. I know that the GDBserver on target should be compiled
to ARM binary. Is there any architecture requisite for host gdb client?

Happy Hacking!

Yu Xuanwei

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: cross compiled GDB
  2000-12-27  0:45 cross compiled GDB Yu Xuanwei
@ 2000-12-27  8:32 ` Kevin Buettner
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Buettner @ 2000-12-27  8:32 UTC (permalink / raw)
  To: Yu Xuanwei, gdb

On Dec 27,  4:45pm, Yu Xuanwei wrote:

> I'm going to utilize gdb in a cross environment. My host is Intel PC, my
> target is ARM. Now I wonder how to build a GDB for my remote debugging.
> I want to know whether the native built gdb on Intel is suitable for
> host gdb client. I know that the GDBserver on target should be compiled
> to ARM binary. Is there any architecture requisite for host gdb client?

When you configure gdb use the ``--target='' option.  E.g,

    ../src/configure --target=arm-unknown-elf

Kevin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-12-27  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-27  0:45 cross compiled GDB Yu Xuanwei
2000-12-27  8:32 ` Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).