This is the mail archive of the gdb@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]

Re: status of gdb on Tru64 5.1?


On Thu, Sep 27, 2001 at 09:39:35AM -0500, gdb@thewrittenword.com wrote:
> On Tue, Sep 25, 2001 at 08:58:55AM -0500, Coleman, Michael wrote:
> > Does anyone know the status of gdb on Tru64 5.1?  Neither the latest release
> > nor the CVS head currently compile.  (The CVS head seems to have problems
> > with the register definitions used in alpha-nat.c:101-108.)
> 
> I can build the 5.1 branch on Tru64 UNIX 5.1. I have not tested yet
> though.

Oops, scratch that:
cc -c -std    -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 -DUI_OUT=1   alpha-nat.c
cc: Error: alpha-nat.c, line 101: In the initializer for
core_reg_mapping[0], "EF_V0" is not declared. (undeclared)
    EF_V0, EF_T0, EF_T1, EF_T2, EF_T3, EF_T4, EF_T5, EF_T6,
----^
cc: Error: alpha-nat.c, line 101: In the initializer for
core_reg_mapping[1], "EF_T0" is not declared. (undeclared)
    EF_V0, EF_T0, EF_T1, EF_T2, EF_T3, EF_T4, EF_T5, EF_T6,
-----------^
cc: Error: alpha-nat.c, line 101: In the initializer for
core_reg_mapping[2], "EF_T1" is not declared. (undeclared)
...

-- 
albert chin (china@thewrittenword.com)


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