From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5564 invoked by alias); 8 Oct 2002 13:12:30 -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 5556 invoked from network); 8 Oct 2002 13:12:28 -0000 Received: from unknown (HELO iol.unh.edu) (132.177.123.82) by sources.redhat.com with SMTP; 8 Oct 2002 13:12:28 -0000 Received: from iol.unh.edu (scooby.iol.unh.edu [132.177.124.199]) by iol.unh.edu (8.12.6/8.12.6) with ESMTP id g98DCR4K028389; Tue, 8 Oct 2002 09:12:27 -0400 Message-ID: <3DA2DA7A.3020306@iol.unh.edu> Date: Tue, 08 Oct 2002 06:12:00 -0000 From: Mike Cleary User-Agent: Mozilla/5.0 (X11; U; Linux alpha; en-US; rv:0.9.9) Gecko/20020503 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb@sources.redhat.com, clp Subject: gdb make error Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00067.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: 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 ***********************************************