From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24868 invoked by alias); 13 May 2008 17:29:20 -0000 Received: (qmail 24859 invoked by uid 22791); 13 May 2008 17:29:19 -0000 X-Spam-Check-By: sourceware.org Received: from hel.is.scarlet.be (HELO hel.is.scarlet.be) (193.74.71.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 May 2008 17:29:00 +0000 Received: from [192.168.123.145] (ip-83-134-146-230.dsl.scarlet.be [83.134.146.230]) (authenticated bits=0) by hel.is.scarlet.be (8.14.2/8.14.2) with ESMTP id m4DHStii004898; Tue, 13 May 2008 19:28:55 +0200 Message-ID: <4829CFD7.3050403@gmail.com> Date: Tue, 13 May 2008 17:29:00 -0000 From: Geert Vancompernolle User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: gdb@sourceware.org Subject: Taking other sources to compile gdb for the target Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-scarlet.be-Metrics: hel 20001; Body=2 Fuz1=2 Fuz2=2 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/msg00096.txt.bz2 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? I've just successfully compiled Insight for mips2_fp_le, but when using the mips2_fp_le-gdb.exe in combination with the gdbserver delivered for mips2_fp_le (by MontaVista), the application crashes (I'm getting a sigtrap 5 very soon...) I think the reason is that gdbserver is a way older version compared to the brand new gdb sources of the Insight installation. What I did for the moment, was replacing mips2_fp_le-gdb.exe from Insight with mips2_fp_le-gdb.exe from MontaVista, so that gdb and gdbserver again match with each other. And that seems to work... It would be better, though, if I could tell Insight to take the (older) sources for gdb from the MontaVista source tree. Any command line parameter who can do this? -- Best rgds, -- Geert