Re: Re: Can't configure gdb-5.3 for sparc64-linux: Could not find a term library
Christian Jönsson <[email protected]>
| Newsgroups | gmane.linux.aurora.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jan 31, 2003 at 12:44:21PM -0500, Peter Jones wrote: > On Thu, 30 Jan 2003, Christian Jönsson wrote: > > > right, that's what I want to do, and that's how I understand it also, > > i.e., for 64-bit userland. > > Why are you trying to build it for a 64-bit userland? well, hopefully I am wrong in understanding that I need it to debug 64-bit userland... chj@u1sparc:/usr/local/src/gcc-binutils/trunk/objdir$ file gcc/cc1 gcc/cc1: ELF 64-bit MSB executable, SPARC V9, version 1 (SYSV), dynamically linked (uses shared libs), not stripped chj@u1sparc:/usr/local/src/gcc-binutils/trunk/objdir$ gdb gcc/cc1 GNU gdb Red Hat Linux (5.2-2) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "sparc-redhat-linux"... (gdb) r Starting program: /usr/local/src/gcc-binutils/trunk/objdir/gcc/cc1 warning: Cannot insert breakpoint -1: Cannot access memory at address 0xef80 (gdb) q The program is running. Exit anyway? (y or n) y chj@u1sparc:/usr/local/src/gcc-binutils/trunk/objdir$ pls tell me I'ma a fool and that I miss some silly issue... Cheers, /ChJ