public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Grant Edwards <grante@visi.com>
To: Keith Seitz <keiths@cygnus.com>
Cc: insight@sources.redhat.com
Subject: Re: 20010807 won't compile for target=arm-elf
Date: Mon, 13 Aug 2001 10:36:00 -0000	[thread overview]
Message-ID: <20010813123810.B7282@visi.com> (raw)
In-Reply-To: <Pine.GSO.4.33.0108131026420.22492-100000@makita.cygnus.com>

On Mon, Aug 13, 2001 at 10:27:33AM -0700, Keith Seitz wrote:
> On Mon, 13 Aug 2001, Grant Edwards wrote:
> 
> >  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
> 
> This was fixed by the following patch:
> 
> 2001-08-02  Keith Seitz  <keiths@redhat.com>
> 
>         * generic/gdbtk-bp.c (gdb_get_breakpoint_info): Update
>         with recent breakpoint structure changes in gdb.
>         (gdb_set_bp_addr): Likewise.
>         (gdb_get_tracepoint_info): Update with recent tracepoint
>         structure changes in gdb.
> 
> You need to grab an updated copy of the file.

Thanks -- I'll look into it.

The 2001-08-07 snapshot doesn't include a patch dated
2001-08-02?  ;) I need to get me that kind of calender!  I
could have this project done last month and be on vacation now.

I'm reconsidering my decision to ship a package based on
a weekly snapshot.  I might just go with 5.0 + patches since
that's what I've been using for the past 7-8 months.

-- 
Grant Edwards
grante@visi.com

  reply	other threads:[~2001-08-13 10:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-13 10:23 Grant Edwards
2001-08-13 10:27 ` Keith Seitz
2001-08-13 10:36   ` Grant Edwards [this message]
2001-08-13 10:46     ` Keith Seitz
2001-08-15 14:15       ` Andrew Cagney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010813123810.B7282@visi.com \
    --to=grante@visi.com \
    --cc=insight@sources.redhat.com \
    --cc=keiths@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).