This is the mail archive of the gdb-patches@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]

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



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