gdb
[Top][All Lists]
Advanced

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

[Gdb] Configuring gdb 5.2.1 for hppa64 ELF binaries


From: J. Cone
Subject: [Gdb] Configuring gdb 5.2.1 for hppa64 ELF binaries
Date: Sat, 30 Nov 2002 17:54:51 +1300

Hello All,

I have this core, operating system and compiler.

$file core
core:           ELF-64 core file - PA-RISC 2.0 from 'fred' - received SIGILL
$uname -a
HP-UX fred B.11.00 A 9000/785 2005898595 two-user license
$ gcc -v
Reading specs from /opt/gcc-3.2.0/lib/gcc-lib/hppa2.0w-hp-hpux11.00/3.2/specs
Configured with: ./configure --prefix=/opt/gcc-3.2.0 --enable-shared --with-gnu-as --with-as=/opt/binutils-2.11/bin/as --enable-languages=c,c++ --disable-libgcj
Thread model: single
gcc version 3.2

When I try these commands:

$ ./configure hppa64-elf-hpux11
...
$ gmake
...

I get these errors:

...
gcc -mgas  -D__HP_CURSES -Dvfork=fork       -o gdb \
main.o libgdb.a cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o mi-out.o mi-console.o mi-cmds.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-disas.o mi-main.o mi-parse.o mi-getopt.o ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a ./../intl/libintl.a ../libiberty/libiberty.a -lHcurses -lm ../libiberty/libiberty.a
/usr/ccs/bin/ld: Unsatisfied symbols:
   dlgetmodinfo (code)
   dlgetname (code)
collect2: ld returned 1 exit status
gmake[1]: *** [gdb] Error 1
gmake[1]: Leaving directory `/export/home.jabba/jcone/dev/gnu/gdb-5.2.1/gdb'
gmake: *** [all-gdb] Error 2

which are traceable to gdb/pa64solib.c so I'm clearly not building what I want.

I think what I want should be possible because bfd/elf64-hppa.c exists.

Could someone please tell me what commands I want.

Thank you,
James Cone.





reply via email to

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