From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19795 invoked by alias); 14 Jun 2005 17:26:52 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 19654 invoked by uid 22791); 14 Jun 2005 17:26:40 -0000 Received: from palrel13.hp.com (HELO palrel13.hp.com) (156.153.255.238) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 14 Jun 2005 17:26:40 +0000 Received: from smtp1.ptp.hp.com (smtp1.ptp.hp.com [15.1.28.250]) by palrel13.hp.com (Postfix) with ESMTP id 33C451C04D1D; Tue, 14 Jun 2005 10:26:38 -0700 (PDT) Received: from hpsje.cup.hp.com (hpsje.cup.hp.com [15.244.96.221]) by smtp1.ptp.hp.com (Postfix) with ESMTP id C90391B010A; Tue, 14 Jun 2005 17:26:36 +0000 (UTC) Received: (from sje@localhost) by hpsje.cup.hp.com (8.9.3 (PHNE_24419+JAGae58098)/8.7.3 TIS Messaging 5.0) id KAA23616; Tue, 14 Jun 2005 10:26:34 -0700 (PDT) Date: Tue, 14 Jun 2005 17:26:00 -0000 From: Steve Ellcey Message-Id: <200506141726.KAA23616@hpsje.cup.hp.com> To: gdb@sources.redhat.com, jjohnstn@redhat.com Subject: Building gdb on IA64 linux Reply-To: sje@cup.hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2005-06/txt/msg00137.txt.bz2 Jeff, I can now build gdb on IA64 without using libunwind, but when I try to use libunwind, I get: /extra/sje/gdb/src/gdb/ia64-tdep.c: In function 'ia64_find_unwind_table': /extra/sje/gdb/src/gdb/ia64-tdep.c:2585: error: 'UNW_INFO_FORMAT_REMOTE_TABLE' undeclared (first use in this function) /extra/sje/gdb/src/gdb/ia64-tdep.c:2585: error: (Each undeclared identifier is reported only once /extra/sje/gdb/src/gdb/ia64-tdep.c:2585: error: for each function it appears in.) /extra/sje/gdb/src/gdb/ia64-tdep.c:2586: error: 'union ' has no member named 'rti' /extra/sje/gdb/src/gdb/ia64-tdep.c:2587: error: 'union ' has no member named 'rti' /extra/sje/gdb/src/gdb/ia64-tdep.c:2588: error: 'union ' has no member named 'rti' /extra/sje/gdb/src/gdb/ia64-tdep.c: In function 'ia64_find_proc_info_x': /extra/sje/gdb/src/gdb/ia64-tdep.c:2633: error: 'union ' has no member named 'rti' /extra/sje/gdb/src/gdb/ia64-tdep.c:2634: error: 'union ' has no member named 'rti' /extra/sje/gdb/src/gdb/ia64-tdep.c:2637: error: 'union ' has no member named 'rti' /extra/sje/gdb/src/gdb/ia64-tdep.c:2638: error: 'union ' has no member named 'rti' What is UNW_INFO_FORMAT_REMOTE_TABLE? Do I need a new libunwind to get this macro? I am on a redhat 2.6 and I don't have libunwind on my system but I am using GCC 4.0 and it has an unwind.h and a libunwind.so in the location where I built it. But, this unwind.h does not have a definition of UNW_INFO_FORMAT_REMOTE_TABLE. Steve Ellcey sje@cup.hp.com