This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


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

gdb-4.16.86 won't compile on an i386-pc-solaris2.6 platform


FYI:

When I tried compiling gdb-4.16.85 on a i386-pc-solaris2.6 platform,
I get the following compiler error messages:

    gcc -c -g -O2    -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline -I../bfd -I./../bfd  -I./../include  procfs.c
    procfs.c: In function `procfs_lwp_creation_handler':
    procfs.c:5221: `R_PSR' undeclared (first use in this function)
    procfs.c:5221: (Each undeclared identifier is reported only once
    procfs.c:5221: for each function it appears in.)
    procfs.c:5221: `PS_FLAG_CARRY' undeclared (first use in this function)
    make[1]: *** [procfs.o] Error 1
    make[1]: Leaving directory `/opt/src/gnu/gdb-4.16.85/gdb'
    make: *** [all-gdb] Error 2

Gdb developers, keep up the good work. I appreciate.
---Soohong