bug-gdb
[Top][All Lists]
Advanced

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

GDB 5.0 -> gdbserver -> Port to Sun Sparc Solaris 2.6+


From: Johan Vermeire WX21 54189
Subject: GDB 5.0 -> gdbserver -> Port to Sun Sparc Solaris 2.6+
Date: Mon, 06 Nov 2000 15:26:26 +0100

Hi,

I'm trying to port the gdbserver part of GDB-5.0 to Sun Sparc Solaris 2.6+ .

I've still a problem with some old structure def's from SunOS 4.* in the
low-sparc.c module.

btm0gn:/home/jvme/bin/gdb-5.0/gdb/gdbserver> make CC=gcc
gcc -c -g     -I. -I.. -I. -I./.. -I./../config -I./../../include -I../../bf
d -I./../../bfd -DGDBSERVER low-sparc.c
low-sparc.c: In function `mywait':
low-sparc.c:130: storage size of `w' isn't known -> union wait w;
low-sparc.c: In function `fetch_inferior_registers':
low-sparc.c:179: storage size of `inferior_fp_registers' isn't known ->
struct fp_status inferior_fp_registers;
low-sparc.c: In function `store_inferior_registers':
low-sparc.c:226: storage size of `inferior_fp_registers' isn't known ->
struct fp_status inferior_fp_registers;
*** Error code 1
make: Fatal error: Command failed for target `low-sparc.o'

The referred SunOS 4.* (or gdb) structure definitions: wait & fp_status are
probabely vanished in in Solaris 2.6+ (or gdb-5.0 for Solaris 2.6+).

Does anybody has some hints?


Best Regards,

address@hidden



Attachment: Johan.Vermeire.vcf
Description: Card for Johan Vermeire WX21 54189


reply via email to

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