From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9441 invoked by alias); 6 Apr 2004 22:08:12 -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 9302 invoked from network); 6 Apr 2004 22:08:06 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 6 Apr 2004 22:08:06 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i36M86WD002801 for ; Tue, 6 Apr 2004 18:08:06 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i36M85j09279; Tue, 6 Apr 2004 18:08:05 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CD1572B9C; Tue, 6 Apr 2004 18:08:08 -0400 (EDT) Message-ID: <40732A48.30007@gnu.org> Date: Tue, 06 Apr 2004 22:08:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Kevin Buettner Cc: gdb@sources.redhat.com Subject: Re: Drop building of ia64-elf / ia64-linux-gnu and m32r-elf References: <4072D0F6.8090409@gnu.org> <20040406145151.5d650a73@saguaro> In-Reply-To: <20040406145151.5d650a73@saguaro> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00047.txt.bz2 > On Tue, 06 Apr 2004 11:47:02 -0400 > Andrew Cagney wrote: > > >>> I'm not able to build cross GDB's for either of: >>> ia64-linux-gnu or ia64-elf > > > Can you post the relevant portion of your build failure for > ia64-linux-gnu? This target builds successfully for me using > "--enable-build-warnings=,-Werror". (I'm using a i686-pc-linux-gnu host.) Try a system with a non-glibc based userland: gcc -c -g -O -I. -I/home/scratch/GDB/src/gdb -I/home/scratch/GDB/src/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I/home/scratch/GDB/src/gdb/../include/opcode -I/home/scratch/GDB/src/gdb/../readline/.. -I../bfd -I/home/scratch/GDB/src/gdb/../bfd -I/home/scratch/GDB/src/gdb/../include -I../intl -I/home/scratch/GDB/src/gdb/../intl -DMI_OUT=1 -DTUI=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Werror /home/scratch/GDB/src/gdb/ia64-tdep.c In file included from /home/scratch/GDB/src/gdb/ia64-tdep.c:39: /usr/include/elf.h:148: warning: `ELFMAG0' redefined /home/scratch/GDB/src/gdb/../include/elf/common.h:38: warning: this is the location of the previous definition > There are indeed problems with ia64-elf. I'm looking at those now. Andrew