public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* 20010807 won't compile for target=arm-elf
@ 2001-08-13 10:23 Grant Edwards
  2001-08-13 10:27 ` Keith Seitz
  0 siblings, 1 reply; 5+ messages in thread
From: Grant Edwards @ 2001-08-13 10:23 UTC (permalink / raw)
  To: insight

gdbtk/generic/gdbtk-bp.c doesn't seem to compile for an arm-elf
target. On a RH6.2 system, untar insight+dejagnu-20010807 then:

 $ ./configure target=arm-elf
 $ make
 
 [...]
 
 gcc -c -g -O2    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -     I./../intl  -DMI_OUT=1 -DGDBTK -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitiali     zed  -I./../libgui/src  -I/home/grante/insight+dejagnu-20010807/itcl/itcl/generic \
        -I/home/grante/insight+dejagnu-20010807/itcl/itk/generic -I/home/grante/insight+dejagnu-20010807/tix/generic \
-I/home/grante/insight+dejagnu-20010807/tcl/generic -I/home/grante/insight+dejagnu-20010807/tk/generic -I/home/grante/insight+dejagnu-200108     07/tk/generic -I/usr/X11R6/include \
        ./gdbtk/generic/gdbtk.c -DGDBTK_LIBRARY=\"/usr/local/share/gdbtcl\"
gcc -c -g -O2    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd  -I./../include -I../intl -     I./../intl  -DMI_OUT=1 -DGDBTK -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitiali     zed  -I./../libgui/src  -I/home/grante/insight+dejagnu-20010807/itcl/itcl/generic \
-I/home/grante/insight+dejagnu-20010807/tix/generic -I/home/grante/insight+dejagnu-20010807/tcl/generic -I/home/grante/insight+dejagnu-20010     807/tk/generic -I/home/grante/insight+dejagnu-20010807/tk/generic -I/usr/X11R6/include   \
 ./gdbtk/generic/gdbtk-bp.c \
-DGDBTK_LIBRARY=\"/usr/local/share/gdbtcl\"
./gdbtk/generic/gdbtk-bp.c: In function `gdb_get_breakpoint_info':
./gdbtk/generic/gdbtk-bp.c:346: structure has no member named `enable'
./gdbtk/generic/gdbtk-bp.c:346: `enabled' undeclared (first use in this function)
./gdbtk/generic/gdbtk-bp.c:346: (Each undeclared identifier is reported only once
./gdbtk/generic/gdbtk-bp.c:346: for each function it appears in.)
./gdbtk/generic/gdbtk-bp.c: In function `gdb_set_bp':
./gdbtk/generic/gdbtk-bp.c:459: `del' undeclared (first use in this function)
./gdbtk/generic/gdbtk-bp.c:461: `donttouch' undeclared (first use in this function)
./gdbtk/generic/gdbtk-bp.c:434: warning: `disp' might be used uninitialized in this function
./gdbtk/generic/gdbtk-bp.c: In function `gdb_set_bp_addr':
./gdbtk/generic/gdbtk-bp.c:541: `del' undeclared (first use in this function)
./gdbtk/generic/gdbtk-bp.c:543: `donttouch' undeclared (first use in this function)
./gdbtk/generic/gdbtk-bp.c:520: warning: `disp' might be used uninitialized in this function
./gdbtk/generic/gdbtk-bp.c: In function `gdb_get_tracepoint_info':
./gdbtk/generic/gdbtk-bp.c:820: structure has no member named `enabled'
make[1]: *** [gdbtk-bp.o] Error 1
make[1]: Leaving directory `/home/grante/insight+dejagnu-20010807/gdb'
make: *** [all-gdb] Error 2

-- 
Grant Edwards
grante@visi.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-08-15 14:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-13 10:23 20010807 won't compile for target=arm-elf Grant Edwards
2001-08-13 10:27 ` Keith Seitz
2001-08-13 10:36   ` Grant Edwards
2001-08-13 10:46     ` Keith Seitz
2001-08-15 14:15       ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).