From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1529 invoked by alias); 31 Aug 2009 13:22:30 -0000 Received: (qmail 1516 invoked by uid 22791); 31 Aug 2009 13:22:29 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from bromo.med.uc.edu (HELO bromo.med.uc.edu) (129.137.3.146) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Mon, 31 Aug 2009 13:22:24 +0000 Received: from bromo.med.uc.edu (localhost.localdomain [127.0.0.1]) by bromo.med.uc.edu (Postfix) with ESMTP id 1EF4EB0060; Mon, 31 Aug 2009 09:22:22 -0400 (EDT) Received: (from howarth@localhost) by bromo.med.uc.edu (8.14.3/8.14.3/Submit) id n7VDMLVN011035; Mon, 31 Aug 2009 09:22:21 -0400 Date: Mon, 31 Aug 2009 13:29:00 -0000 From: Jack Howarth To: Tristan Gingold Cc: gdb@sourceware.org Subject: Re: gdb cvs vs x86_64-apple-darwin10 Message-ID: <20090831132221.GC10965@bromo.med.uc.edu> References: <20090830202035.GA2791@bromo.med.uc.edu> <87612A64-948A-408C-B0CD-FCCED70C1309@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87612A64-948A-408C-B0CD-FCCED70C1309@adacore.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-08/txt/msg00274.txt.bz2 On Mon, Aug 31, 2009 at 09:57:52AM +0200, Tristan Gingold wrote: > > On Aug 30, 2009, at 10:20 PM, Jack Howarth wrote: > >> Has anyone tried building the current gdb cvs on >> Snow Leopard. I was able to build gdb with... >> >> ../src/configure --disable-werror --build=x86_64-apple-darwin10 -- >> target=x86_64-apple-darwin10 --target=x86_64-apple-darwin10 >> make >> >> however the resulting gdb doesn't run properly. I get an error... > > I haven't yet installed snow leopard and I expect some adjustments as > Apple frequently changes/updates/improves the Mach-O format. > > Tristan. Tristan, Getting x86_64-apple-darwin10 working should be a higher priority for gdb 7.0 since it sounds like after the VTA branch merge into gcc 4.5, we will need to have access to gdb 7.0 to debug code generated with gcc 4.5 on darwin. Jack