GdbServer: is it compiled?
Michael Snyder
msnyder@specifix.com
Tue May 13 18:25:00 GMT 2008
On Tue, 2008-05-13 at 13:40 -0400, Daniel Jacobowitz wrote:
> On Tue, May 13, 2008 at 07:34:44PM +0200, Geert Vancompernolle wrote:
> > When compiling Insight for a certain host and target, is gdbserver also
> > compiled? I've seen the sources are there, but I don't know if the
> > application is compiled, because I can't find it.
>
> No, if you are building a cross debugger, then it is a program to run
> on your host. You want gdbserver to run on your target, so it needs
> different configuration options. Configure it separately; see
> gdb/gdbserver/README for details.
That's not quite right, I think...
Whether to build gdbserver is configured by gdb/configure.tgt,
depending on which target is chosen. It gets added to the
build_subdirs in the makefile.
Or so I think...
More information about the Gdb
mailing list