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: is it compiled?


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...



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