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

Latest gdb version from CVS will not build!


Hi,

I am getting errors when I try to build the latest version of gdb from the
CVS repository for an ARM target. The error I get is in compiling
remote-sim.c:

gcc -g -O2   -I. -I.././gdb -I.././gdb/config
-DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H
-I.././gdb/../include/opcode -I.././gdb/../readline/.. -I../bfd
-I.././gdb/../bfd -I.././gdb/../include -I../libdecnumber
-I.././gdb/../libdecnumber  -I.././gdb/gnulib -Ignulib  -DMI_OUT=1 -DTUI=1
-Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-unused -Wno-switch -Wno-char-subscripts -Werror -c -o remote-sim.o -MT
remote-sim.o -MMD -MP -MF .deps/remote-sim.Tpo remote-sim.c
remote-sim.c: In function `init_gdbsim_ops':
remote-sim.c:900: warning: assignment from incompatible pointer type
make[2]: *** [remote-sim.o] Error 1
make[2]: Leaving directory `/home/aberent/gdb-cvs/src-build/gdb'
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory `/home/aberent/gdb-cvs/src-build'
make: *** [all] Error 2

This appears to be because the signature of the to_resume member of
target_ops has recently been changed (to include a struct target_ops *
argument) but no equivalent change has been made to gdbsim_resume in
remote-sim.c.

- Anthony



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