From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 670 invoked by alias); 18 Oct 2002 22:40:20 -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 646 invoked from network); 18 Oct 2002 22:40:17 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 18 Oct 2002 22:40:17 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g9IMJFw15170 for ; Fri, 18 Oct 2002 18:19:16 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9IMeFl30675 for ; Fri, 18 Oct 2002 18:40:15 -0400 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g9IMeED06227 for ; Fri, 18 Oct 2002 15:40:14 -0700 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0C9333E0F; Fri, 18 Oct 2002 18:40:16 -0400 (EDT) Message-ID: <3DB08DCF.3060308@redhat.com> Date: Fri, 18 Oct 2002 15:40:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Cleary Cc: gdb@sources.redhat.com, clp Subject: Re: gdb make error References: <3DA2DA7A.3020306@iol.unh.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00139.txt.bz2 > Greetings, > I have found the following make error for gdb on an alpha with the alphaev56 configuration the basic-gcc_2.95.3 baseline and the toolchain package: Which exact GDB? (What is the contents of src/gdb/version.in?) If you can't build a gdb from ftp://sources.redhat.com/pub/gdb/snapshots/branch/ (the 5.3 branch) then this is a concern and a bug report would be appreciated (http://sources.redhat.com/gdb/bugs) (although a simple patch would be appreciated more ;-). Andrew > gcc -c -g -O2 -I. -I/mnt/u9/toolchain/buildsys/source/toolchain/gdb -I/mnt/u9/toolchain > /buildsys/source/toolchain/gdb/config -DLOCALEDIR="\"/mnt/u9/toolchain/buildsys/install/al > pha9/basic-gcc_2.95.3/native/toolchain/share/locale\"" -DHAVE_CONFIG_H -I/mnt/u9/toolchain > /buildsys/source/toolchain/gdb/../include/opcode -I/mnt/u9/toolchain/buildsys/source/toolc > hain/gdb/../readline/.. -I../bfd -I/mnt/u9/toolchain/buildsys/source/toolchain/gdb/../bfd -DNO_MMALLOC -I/mnt/u9/toolchain/buildsys/source/toolchain/gdb/../include -I../intl -I/mn > t/u9/toolchain/buildsys/source/toolchain/gdb/../intl -DMI_OUT=1 -DGDBTK -DUI_OUT=1 -Wimpl > icit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitia > lized /mnt/u9/toolchain/buildsys/source/toolchain/gdb/infrun.c > /mnt/u9/toolchain/buildsys/source/toolchain/gdb/infrun.c: In function `resume': > /mnt/u9/toolchain/buildsys/source/toolchain/gdb/infrun.c:873: parse error before `)' > /mnt/u9/toolchain/buildsys/source/toolchain/gdb/infrun.c:881: `resume_ptid' undeclared (fi > rst use in this function) > /mnt/u9/toolchain/buildsys/source/toolchain/gdb/infrun.c:881: (Each undeclared identifier is reported only once > /mnt/u9/toolchain/buildsys/source/toolchain/gdb/infrun.c:881: for each function it appears > in.) > /mnt/u9/toolchain/buildsys/source/toolchain/gdb/infrun.c: At top level: > /mnt/u9/toolchain/buildsys/source/toolchain/gdb/infrun.c:884: warning: type defaults to `i > nt' in declaration of `discard_cleanups' > /mnt/u9/toolchain/buildsys/source/toolchain/gdb/infrun.c:884: warning: parameter names (wi > thout types) in function declaration > /mnt/u9/toolchain/buildsys/source/toolchain/gdb/infrun.c:884: conflicting types for `disca > rd_cleanups' > /mnt/u9/toolchain/buildsys/source/toolchain/gdb/defs.h:331: previous declaration of `disca > rd_cleanups' > /mnt/u9/toolchain/buildsys/source/toolchain/gdb/infrun.c:884: warning: data definition has > no type or storage class > /mnt/u9/toolchain/buildsys/source/toolchain/gdb/infrun.c:885: parse error before `}' > make[2]: *** [infrun.o] Error 1 > make[2]: Leaving directory `/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_2.95.3/nativ > e/toolchain/gdb' > make[1]: *** [all-gdb] Error 2 > make[1]: Leaving directory `/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_2.95.3/nativ > e/toolchain' > make: *** [bootstrap] Error 2 > > I was wondering if anyone can help me with this. > Salutations, > -Mike > > -- > *********************************************** > Michael Cleary Email: mcleary@iol.unh.edu > UNH InterOperability Lab Linux Group > 121 Technology Dr., Suite 2, Durham, NH 03824 > Phone: 603-862-0401 http://linux.iol.unh.edu > *********************************************** > > >