From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2538 invoked by alias); 13 May 2008 18:25:10 -0000 Received: (qmail 2471 invoked by uid 22791); 13 May 2008 18:25:09 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 May 2008 18:24:50 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 1FD113C0AC; Tue, 13 May 2008 11:24:49 -0700 (PDT) Subject: Re: GdbServer: is it compiled? From: Michael Snyder To: Daniel Jacobowitz Cc: Geert Vancompernolle , gdb@sourceware.org In-Reply-To: <20080513174053.GA7925@caradoc.them.org> References: <4829D134.5030500@gmail.com> <20080513174053.GA7925@caradoc.them.org> Content-Type: text/plain Date: Tue, 13 May 2008 18:25:00 -0000 Message-Id: <1210703088.4615.561.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00101.txt.bz2 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...