Hi there !

I'm trying to compile a 64 bit gdb to work on a crash
case. I'm using Solaris C compiler. It hit an error
while compiling core-sol2.c which somehow explains 
about memory registers. Looks to me gdb5.0.tar only
works for 32 bit registers and doesn't handles 64 bit
registers. Can you tell me which version of gdb can
be compiled to 64 bit object codes ? I'm working on
a 64 bit application segv problem.

Any inputs is much appreciated !

cc -c -xarch=v9 -g     -I. -I. -I./config
-DHAVE_CONFIG_H -I./../include/opcode
-I./../readline/..  -I../bfd -I./../bfd 
-I./../include  -I../intl -I./../intl -
I./tui   -DUSE_INCLUDED_REGEX   corelow.c
cc -c -xarch=v9 -g     -I. -I. -I./config
-DHAVE_CONFIG_H -I./../include/opcode
-I./../readline/..  -I../bfd -I./../bfd 
-I./../include  -I../intl -I./../intl -
I./tui   -DUSE_INCLUDED_REGEX   core-sol2.c
"core-sol2.c", line 62: incomplete struct/union/enum
regs: sizeof()
"core-sol2.c", line 69: undefined struct/union member:
r_g1
"core-sol2.c", line 71: undefined struct/union member:
r_ps
"core-sol2.c", line 72: undefined struct/union member:
r_pc
"core-sol2.c", line 73: undefined struct/union member:
r_npc
"core-sol2.c", line 74: undefined struct/union member:
r_y
cc: acomp failed for core-sol2.c
*** Error code 2
make: Fatal error: Command failed for target
`core-sol2.o'
Current working directory
/fs1/mis/robin/demi/gdb-5.0/gdb
*** Error code 1
make: Fatal error: Command failed for target `all-gdb'
<SunOS> #


__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to