This is the mail archive of the gdb-patches@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]
Other format: [Raw text]

Re: [commit] Add "struct exception" (broke HEAD gdbtk buildppc-apple-darwin7.9 -target=avr)


> Andrew Cagney wrote:
> ...
> Sorry to take so long, I've committed the attached.

gcc -c -g -O2     -I. -I/Applications/avr/avr-src/gdb
-I/Applications/avr/avr-src/gdb/config
-DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H
-I/Applications/avr/avr-src/gdb/../include/opcode
-I/Applications/avr/avr-src/gdb/../readline/.. -I../bfd
-I/Applications/avr/avr-src/gdb/../bfd
-I/Applications/avr/avr-src/gdb/../include -I../intl
-I/Applications/avr/avr-src/gdb/../intl  -DMI_OUT=1 -DGDBTK -DTUI=1
-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses
-Wpointer-arith -Wformat-nonliteral -Wunused-label -Wunused-function
-Wuninitialized  -I/Applications/avr/avr-src/gdb/../libgui/src
-I/Applications/avr/avr-src/itcl/itcl/generic \
-I/Applications/avr/avr-src/tcl/generic
-I/Applications/avr/avr-src/tk/generic  -I/usr/X11R6/include  \
        /Applications/avr/avr-src/gdb/gdbtk/generic/gdbtk-interp.c
/Applications/avr/avr-src/gdb/gdbtk/generic/gdbtk-interp.c:118: error:
return type is an incomplete type
/Applications/avr/avr-src/gdb/gdbtk/generic/gdbtk-interp.c: In function
`gdbtk_interpreter_exec':
/Applications/avr/avr-src/gdb/gdbtk/generic/gdbtk-interp.c:119: warning:
`return' with a value, in function returning void
/Applications/avr/avr-src/gdb/gdbtk/generic/gdbtk-interp.c: In function
`_initialize_gdbtk_interp':
/Applications/avr/avr-src/gdb/gdbtk/generic/gdbtk-interp.c:163: warning:
initialization from incompatible pointer type
make[1]: *** [gdbtk-interp.o] Error 1
make: *** [all-gdb] Error 2



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