This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Is top-of-the-tree build broken ?
- From: Maxim Grigoriev <maxim at tensilica dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Tue, 04 Sep 2007 11:12:51 -0700
- Subject: Is top-of-the-tree build broken ?
Am I the only one who experiences this problem:
gcc -c -g -O2 -I. -I/home/maxim/GDB/CVS/src/gdb
-I/home/maxim/GDB/CVS/src/gdb/config
-DLOCALEDIR="\"/home/maxim/GDB/build/share/locale\"" -DHAVE_CONFIG_H
-I/home/maxim/GDB/CVS/src/gdb/../include/opcode
-I/home/maxim/GDB/CVS/src/gdb/../readline/.. -I../bfd
-I/home/maxim/GDB/CVS/src/gdb/../bfd
-I/home/maxim/GDB/CVS/src/gdb/../include -DMI_OUT=1 -DTUI=1 -Wall
-Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-pointer-sign -Wno-unused -Wno-switch -Wno-char-subscripts -Werror
/home/maxim/GDB/CVS/src/gdb/symfile.c
/home/maxim/GDB/CVS/src/gdb/symfile.c: In function ‘build_id_bfd_get’:
/home/maxim/GDB/CVS/src/gdb/symfile.c:1246: error: ‘struct
elf_obj_tdata’ has no member named ‘build_id’
/home/maxim/GDB/CVS/src/gdb/symfile.c:1249: error: ‘struct
elf_obj_tdata’ has no member named ‘build_id_size’
/home/maxim/GDB/CVS/src/gdb/symfile.c:1250: error: ‘struct
elf_obj_tdata’ has no member named ‘build_id_size’
/home/maxim/GDB/CVS/src/gdb/symfile.c:1251: error: ‘struct
elf_obj_tdata’ has no member named ‘build_id’
make[2]: *** [symfile.o] Error 1
make[2]: Leaving directory `/home/maxim/GDB/build/gdb'
-- Maxim