This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb/2094: GNU/Linux, gcc 2.96 -- GDB build failure gdb_id_from_wait undeclared


>Number:         2094
>Category:       gdb
>Synopsis:       GNU/Linux, gcc 2.96 -- GDB build failure gdb_id_from_wait undeclared
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Mar 03 10:58:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     rob.desbois@gmail.com
>Release:        6.4
>Organization:
>Environment:
uname -a
Linux robdes 2.4.20-43.9.legacy #1 Sat Apr 30 19:18:42 EDT 2005 i686 i686 i386 GNU/Linux

make --version
make --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i386-redhat-linux-gnu

gcc 2.96
>Description:
make[4]: Entering directory `/home/rob/downloads/dev/gdb-6.4/gdb/gdbserver'
CONFIG_FILES="" CONFIG_HEADERS=config.h:config.in /bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
gcc296 -c -Wall -g -O2    -I. -I../.././gdb/gdbserver -I../.././gdb/gdbserver/../regformats -I../.././gdb/gdbserver/../../include -I../../bfd -I../.././gdb/gdbserver/../../bfd inferiors.c
gcc296 -c -Wall -g -O2    -I. -I../.././gdb/gdbserver -I../.././gdb/gdbserver/../regformats -I../.././gdb/gdbserver/../../include -I../../bfd -I../.././gdb/gdbserver/../../bfd regcache.c
gcc296 -c -Wall -g -O2    -I. -I../.././gdb/gdbserver -I../.././gdb/gdbserver/../regformats -I../.././gdb/gdbserver/../../include -I../../bfd -I../.././gdb/gdbserver/../../bfd remote-utils.c
remote-utils.c: In function `prepare_resume_reply':
remote-utils.c:686: parse error before `unsigned'
remote-utils.c:697: `gdb_id_from_wait' undeclared (first use in this function)
remote-utils.c:697: (Each undeclared identifier is reported only once
remote-utils.c:697: for each function it appears in.)
make[4]: *** [remote-utils.o] Error 1
make[4]: Leaving directory `/home/rob/downloads/dev/gdb-6.4/gdb/gdbserver'
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory `/home/rob/downloads/dev/gdb-6.4/gdb'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/rob/downloads/dev/gdb-6.4/gdb'
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory `/home/rob/downloads/dev/gdb-6.4'
make: *** [all] Error 2
>How-To-Repeat:
CC=gcc296 ./configure
make
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]