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

arm-linux native build fails


I don't seem to be able to build the code in the HEAD at the moment:

gcc -c -g -O2    -I. -I../../src/gdb -I../../src/gdb/config -DHAVE_CONFIG_H -I../../src/gdb/../include/opcode -I../../src/gdb/../readline/.. -I../bfd -I../../src/gdb/../bfd  -I../../src/gdb/../include -I../intl -I../../src/gdb/../intl  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized  ../../src/gdb/arm-linux-nat.c
../../src/gdb/arm-linux-nat.c:579: conflicting types for `fill_gregset'
../../src/gdb/gregset.h:52: previous declaration of `fill_gregset'
../../src/gdb/arm-linux-nat.c:611: conflicting types for `supply_gregset'
../../src/gdb/gregset.h:45: previous declaration of `supply_gregset'
../../src/gdb/arm-linux-nat.c:632: conflicting types for `fill_fpregset'
../../src/gdb/gregset.h:53: previous declaration of `fill_fpregset'
../../src/gdb/arm-linux-nat.c:658: conflicting types for `supply_fpregset'
../../src/gdb/gregset.h:46: previous declaration of `supply_fpregset'
make[1]: *** [arm-linux-nat.o] Error 1

p.



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