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

-- 
Daniel Jacobowitz
CodeSourcery


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