From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25081 invoked by alias); 20 Jun 2002 20:08:26 -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 25066 invoked from network); 20 Jun 2002 20:08:23 -0000 Received: from unknown (HELO iol.unh.edu) (132.177.123.82) by sources.redhat.com with SMTP; 20 Jun 2002 20:08:23 -0000 Received: from iol.unh.edu (scooby.iol.unh.edu [132.177.124.7]) by iol.unh.edu (8.12.3/8.12.3) with ESMTP id g5KK7Y6U019483; Thu, 20 Jun 2002 16:07:34 -0400 Message-ID: <3D123673.6080409@iol.unh.edu> Date: Thu, 20 Jun 2002 13:08: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 CC: clp Subject: GDB *** [event-top.o] Error 1!! Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00153.txt.bz2 Hello I'm trying to report this error and I'm not sure if anybody knows about this yet. Can somebody please tell me exactly what the error is. I've pasted warnings below: gcc -c -g -O2 -I. -I/home/buildsys/source/toolchain/gdb -I/home/buildsys/sour ce/toolchain/gdb/config -DHAVE_CONFIG_H -I/home/buildsys/source/toolchain/gdb/.. /include/opcode -I/home/buildsys/source/toolchain/gdb/../readline/.. -I../bfd -I /home/buildsys/source/toolchain/gdb/../bfd -I/home/buildsys/source/toolchain/gd b/../include -I../intl -I/home/buildsys/source/toolchain/gdb/../intl -DMI_OUT=1 -DGDBTK -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wpa rentheses -Wpointer-arith -Wuninitialized /home/buildsys/source/toolchain/gdb/e vent-top.c /home/buildsys/source/toolchain/gdb/event-top.c: In function `cli_command_loop': /home/buildsys/source/toolchain/gdb/event-top.c:192: warning: implicit declarati on of function `strcat' /home/buildsys/source/toolchain/gdb/event-top.c: In function `command_handler': /home/buildsys/source/toolchain/gdb/event-top.c:469: warning: implicit declarati on of function `isatty' /home/buildsys/source/toolchain/gdb/event-top.c:518: `space_at_cmd_start' undecl ared (first use in this function) /home/buildsys/source/toolchain/gdb/event-top.c:518: (Each undeclared identifier is reported only once /home/buildsys/source/toolchain/gdb/event-top.c:518: for each function it appear s in.) /home/buildsys/source/toolchain/gdb/event-top.c: In function `command_line_handl er': /home/buildsys/source/toolchain/gdb/event-top.c:709: warning: implicit declarati on of function `strncmp' /home/buildsys/source/toolchain/gdb/event-top.c: In function `async_disconnect': /home/buildsys/source/toolchain/gdb/event-top.c:1019: warning: implicit declarat ion of function `getpid' make[2]: *** [event-top.o] Error 1 make[2]: Leaving directory `/home/buildsys/build/intel1/basic/native/toolchain/g db' make[1]: *** [all-gdb] Error 2 make[1]: Leaving directory `/home/buildsys/build/intel1/basic/native/toolchain' make: *** [bootstrap] Error 2 (END) If anybody could hlep that'd be great. Thanks -Mike