From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25070 invoked by alias); 30 Apr 2007 15:57:27 -0000 Received: (qmail 25059 invoked by uid 22791); 30 Apr 2007 15:57:27 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Apr 2007 16:57:23 +0100 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1HiYFX-0005xq-3a; Mon, 30 Apr 2007 15:57:15 +0000 Message-ID: <463611D9.79D4D0C4@dessent.net> Date: Mon, 30 Apr 2007 15:57:00 -0000 From: Brian Dessent Reply-To: gdb@sourceware.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: Andrew STUBBS CC: Fahd Abidi , gdb@sourceware.org Subject: Re: trying to build gdb with renamed cygwin1.dll References: <071DB0C788671B48940BC79F8B4930691181F5@ultsol01.tewks.ultsol.local> <46360FF3.2050503@st.com> Content-Type: text/plain; charset=us-ascii 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: 2007-04/txt/msg00173.txt.bz2 Andrew STUBBS wrote: > Well, it was never going to be easy! You might want to check out > mingw.org but I thought GDB was supposed to Just Work these days. I think the two of you are talking about two different things. It sounds like he's trying to build a native debugger, and you're talking about a MinGW-hosted cross. As far as I know (and I could be wrong), building a native MinGW gdb does not work currently and hasn't for some years, because it requires a ton of local patches that were never contributed. The MinGW site indeed offers only a circa-2003 gdb v6.0 and a 2005 vintage v6.3, and that's it. Brian