bug-gdb
[Top][All Lists]
Advanced

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

[Bug-gdb] GDB-5.0: building gdbserver for Solaris2.6 with gcc


From: Ronald Geens
Subject: [Bug-gdb] GDB-5.0: building gdbserver for Solaris2.6 with gcc
Date: Thu, 21 Sep 2000 11:10:31 +0200

Hello All,

    I have just downloaded the new gdb-5.0 in order to try and
get gdbserver to run on solaris2.6. (The reason for gdbserver is that the
target does not have any sources on it because the sources are
in clearcase and thus not available on the target).
    Anyhow, when trying to build gdbserver I get already an
error when compiling the first C file (see below).
I did run configure as specified in the README and I did build
gdb without problems before this. Is there something fundamentally
wrong with what I am trying (i.e. is this not supported on Solaris2 ?)
Or is it just a stupid error of mine.

make CC=gcc
gcc -c -g     -I. -I.. -I. -I./.. -I./../config -I./../../include -I../../bfd 
-I./../../bfd -DGDBSERVER utils.c
utils.c: In function `perror_with_name':
utils.c:43: `sys_nerr' undeclared (first use in this function)
utils.c:43: (Each undeclared identifier is reported only once
utils.c:43: for each function it appears in.)
utils.c:44: `sys_errlist' undeclared (first use in this function)


Ron.

PS. I have already been looking for binary distributions of gdb for Solaris2, 
but was unable to
      find any. Is there anybody that has this ?



reply via email to

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