From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32341 invoked by alias); 13 May 2008 17:42:45 -0000 Received: (qmail 32331 invoked by uid 22791); 13 May 2008 17:42:44 -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:42:25 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id CE91998366; Tue, 13 May 2008 17:42:23 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id B1D2A982C4; Tue, 13 May 2008 17:42:23 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JvyW7-000257-1A; Tue, 13 May 2008 13:42:23 -0400 Date: Tue, 13 May 2008 17:42:00 -0000 From: Daniel Jacobowitz To: Geert Vancompernolle Cc: gdb@sourceware.org Subject: Re: Taking other sources to compile gdb for the target Message-ID: <20080513174223.GB7925@caradoc.them.org> Mail-Followup-To: Geert Vancompernolle , gdb@sourceware.org References: <4829CFD7.3050403@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4829CFD7.3050403@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/msg00099.txt.bz2 On Tue, May 13, 2008 at 07:28:55PM +0200, Geert Vancompernolle wrote: > Hi, > > Is there any possibility to tell the Insight make environment to take the > GDB sources from another place then the one provided with the Insight > source tree? This is the wrong list for Insight-specific questions. In any case the answer will be no. GDB and Insight form part of the same program when you build Insight; they must come from the same version of sources. > I think the reason is that gdbserver is a way older version compared to > the brand new gdb sources of the Insight installation. No. MontaVista has patches to GDB and gdbserver. You need to either use their version of both or FSF versions of both. -- Daniel Jacobowitz CodeSourcery