Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: "Y. P. Yen" <yp@mis.mgt.ncu.edu.tw>
Cc: gdb@sources.redhat.com
Subject: Re: Building Error in GDB with Multi-ICE
Date: Thu, 26 Sep 2002 08:55:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.44.0209260856060.15345-100000@valrhona.uglyboxes.com> (raw)
In-Reply-To: <001701c26537$72c7d260$300a10ac@ADVANTECH.CORP>

On Thu, 26 Sep 2002, Y. P. Yen wrote:

> rdi150-low.c:146: `BIG_ENDIAN' undeclared here (not in a function)
> rdi150-low.c:209: variable-size type declared outside of any function
> rdi150-low.c: In function `low_open_target':
> rdi150-low.c:408: `BIG_ENDIAN' undeclared (first use in this function)
> rdi150-low.c:408: (Each undeclared identifier is reported only once
> rdi150-low.c:408: for each function it appears in.)
> rdi150-low.c:413: `LITTLE_ENDIAN' undeclared (first use in this function)
> rdi150-low.c: In function `low_update_registers':
> rdi150-low.c:902: `PS_REGNUM' undeclared (first use in this function)
> rdi150-low.c: In function `low_write_registers':
> rdi150-low.c:949: `PS_REGNUM' undeclared (first use in this function)
> rdi150-low.c: In function `_low_thread_op':
> rdi150-low.c:1780: `LR_REGNUM' undeclared (first use in this function)
> rdi150-low.c:1783: `PS_REGNUM' undeclared (first use in this function)
> make: *** [rdi150-low.o] Error 1

Looks like bitrot. On 2002-01-04, BIG_ENDIAN was replaced with the 
BFD_BIG_ENDIAN (same for LITTLE_ENDIAN). I suspect the regnums have 
changed, too. I think that XXX_REGNUM is now called ARM_XXX_REGNUM. (See 
arm-tdep.h for the exact list.)

You'll have to hack at the code a little to bring it up to date. I hope 
you submit the patches once you get it working.

Keith



  reply	other threads:[~2002-09-26 15:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-26  1:34 Y. P. Yen
2002-09-26  8:55 ` Keith Seitz [this message]
2002-09-27  3:08   ` Y. P. Yen

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=Pine.LNX.4.44.0209260856060.15345-100000@valrhona.uglyboxes.com \
    --to=keiths@redhat.com \
    --cc=gdb@sources.redhat.com \
    --cc=yp@mis.mgt.ncu.edu.tw \
    /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