This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problems debugging on irix
On Fri, Jan 25, 2002 at 08:42:33AM +0800, Billinghurst, David (CRTS) wrote:
> I am trying to debug PR 3392, which is an irix -mabi=64 specific failure in g77. When I try and run f771 under gdb 5.1 I see:
>
> GNU gdb 5.1
> Copyright 2001 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 "mips-sgi-irix6.5"...Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader.
>
> .gdbinit:7: Error in sourced command file:
> /exd4/billingd/src/gcc/gcc/gdbinit.in:91: Error in sourced command file:
> No symbol table is loaded. Use the "file" command.
Try a more recent gdb (from CVS) or configure your compiler --with-stabs.
Steve