From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12027 invoked by alias); 30 Aug 2009 20:20:47 -0000 Received: (qmail 12014 invoked by uid 22791); 30 Aug 2009 20:20:46 -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; Sun, 30 Aug 2009 20:20:37 +0000 Received: from bromo.med.uc.edu (localhost.localdomain [127.0.0.1]) by bromo.med.uc.edu (Postfix) with ESMTP id B6377B006D for ; Sun, 30 Aug 2009 16:20:35 -0400 (EDT) Received: (from howarth@localhost) by bromo.med.uc.edu (8.14.3/8.14.3/Submit) id n7UKKZOI002805 for gdb@sourceware.org; Sun, 30 Aug 2009 16:20:35 -0400 Date: Mon, 31 Aug 2009 07:58:00 -0000 From: Jack Howarth To: gdb@sourceware.org Subject: gdb cvs vs x86_64-apple-darwin10 Message-ID: <20090830202035.GA2791@bromo.med.uc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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/msg00271.txt.bz2 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... [Macintosh-2:~/gdb_cvs/dist/bin] howarth% ./gdb /Users/howarth/a.out GNU gdb (GDB) 6.8.50.20090830-cvs Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-apple-darwin10". For bug reporting instructions, please see: ... unable to read unknown load command 0x22 unable to read unknown load command 0x22 Reading symbols from /Users/howarth/a.out...(no debugging symbols found)...done. (gdb) when I try to load an x86_64 executable created in gcc 4.4.1 with -g. Does the x86_64-apple-darwin9 target work? Jack