From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31401 invoked by alias); 13 May 2008 17:41:18 -0000 Received: (qmail 31388 invoked by uid 22791); 13 May 2008 17:41:16 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 May 2008 17:40:57 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 1FF3C98366; Tue, 13 May 2008 17:40:54 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 01291982C4; Tue, 13 May 2008 17:40:53 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JvyUf-00024k-5p; Tue, 13 May 2008 13:40:53 -0400 Date: Tue, 13 May 2008 17:41:00 -0000 From: Daniel Jacobowitz To: Geert Vancompernolle Cc: gdb@sourceware.org Subject: Re: GdbServer: is it compiled? Message-ID: <20080513174053.GA7925@caradoc.them.org> Mail-Followup-To: Geert Vancompernolle , gdb@sourceware.org References: <4829D134.5030500@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4829D134.5030500@gmail.com> User-Agent: Mutt/1.5.17 (2008-05-05) 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/msg00098.txt.bz2 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