From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17044 invoked by alias); 6 Dec 2002 23:04:37 -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 16825 invoked from network); 6 Dec 2002 23:04:33 -0000 Received: from unknown (HELO iol.unh.edu) (132.177.123.82) by sources.redhat.com with SMTP; 6 Dec 2002 23:04:33 -0000 Received: from prion (h00045ae051e8.ne.client2.attbi.com [24.61.110.140]) by iol.unh.edu (8.12.6/8.12.6) with ESMTP id gB6N41W2008951; Fri, 6 Dec 2002 18:04:01 -0500 Subject: Re: gdb make error From: bemis To: Mike Cleary Cc: gdb@sources.redhat.com, clp In-Reply-To: <3DF0FF32.3090102@iol.unh.edu> References: <3DF0FF32.3090102@iol.unh.edu> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 06 Dec 2002 15:04:00 -0000 Message-Id: <1039215892.4856.17.camel@prion> Mime-Version: 1.0 X-SW-Source: 2002-12/txt/msg00142.txt.bz2 c-exp.tab.c , and p-exp.tab.c have the same union declaration of yystype, and c-exp.tab.c compiles while p-exp.tab.c says there is a parse error before c-exp.y line 144 parse error. I went through all the struct definitions in the yystype union, and I could not determine a parse error. I also could not determine how the symbol struct is defined when symtab.h is not included in parser-defs.h. Is this only happening on alpha??? -matt bemis On Fri, 2002-12-06 at 14:49, Mike Cleary wrote: > Greetings, > I have found the following make error for gdb on an alpha with the > alphaev56 configuration. I found the error with the basic-gcc_2.95.3 > baseline and the toolchain package: > > gcc -c -g -O2 -I. -I/mnt/u9/toolchain/buildsys/source/toolchain/gdb > -I/mnt/u9/tool > chain/buildsys/source/toolchain/gdb/config > -DLOCALEDIR="\"/mnt/u9/toolchain/buildsys/ > install/alpha9/basic-gcc_2.95.3/native/toolchain/share/locale\"" > -DHAVE_CONFIG_H -I/m > nt/u9/toolchain/buildsys/source/toolchain/gdb/../include/opcode > -I/mnt/u9/toolchain/b > uildsys/source/toolchain/gdb/../readline/ .. -I../bfd > -I/mnt/u9/toolchain/buildsys/sou > rce/toolchain/gdb/../bfd -DNO_MMALLOC > -I/mnt/u9/toolchain/buildsys/source/toolchain/ > gdb/../include -I../intl > -I/mnt/u9/toolchain/buildsys/source/toolchain/gdb/../intl -D > _BSD_SOURCE -D_XOPEN_SOURCE=500 -D_LARGEFILE64_SOURCE -DMI_OUT=1 > -DGDBTK -DUI_OUT=1 > -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses > -Wpointer-arith > -Wuninitialized p-exp.tab.c > /mnt/u9/toolchain/buildsys/source/toolchain/gdb/p-exp.y:183: warning: > `TRUE' redefine > d > ../bfd/bfd.h:93: warning: this is the location of the previous definition > /mnt/u9/toolchain/buildsys/source/toolchain/gdb/p-exp.y:184: warning: > `FALSE' redefin > ed > ../bfd/bfd.h:92: warning: this is the location of the previous definition > /mnt/u9/toolchain/buildsys/source/toolchain/gdb/p-exp.y:144: parse error > before `1' > make[2]: *** [p-exp.tab.o] Error 1 > make[2]: Leaving directory > `/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_2.95.3/ > native/toolchain/gdb' > make[1]: *** [all-gdb] Error 2 > make[1]: Leaving directory > `/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_2.95.3/ > native/toolchain' > make: *** [bootstrap] Error 2 > > I was just wondering if anyone can help with this. > Salutations, > -Mike Cleary > > -- > ********************************************* > Michael Cleary Email: mcleary@iol.unh.edu > Linux Consortium UNH InterOperability Lab > 121 Technology Dr., Suite 2, Durham, NH 03824 > Phone: 603-862-0401 http://www.iol.unh.edu > http://linux.iol.unh.edu/ > ********************************************* >