bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compile errors on alpha.


From: Nick Clifton
Subject: Re: compile errors on alpha.
Date: 06 Mar 2003 16:21:17 +0000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2

Hi Hilmi,

> cc: Error: ./config/tc-alpha.c, line 1532: In this statement,
> "STO_ALPHA_STD_GPLOAD" is not declared. (undeclared)

This value, and the other undefined values that you have encountered,
are all defined in the binutils header file:

  <binutils_sources>/include/elf/alpha.h

This file is included at the start of tc-alpha.c, so something must be
going wrong with that inclusion.  Possibly you have another file
called elf/alpha.h somewhere in your include search path.  Possibly
the copy of alpha.h that you have is corrupt or out of date ?

Cheers
        Nick






reply via email to

[Prev in Thread] Current Thread [Next in Thread]