public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* 3.2
@ 2002-09-20  2:08 Michal Liptak
  2002-09-20  5:25 ` 3.2 Jean-Sebastien Vachon
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Liptak @ 2002-09-20  2:08 UTC (permalink / raw)
  To: gcc-help

When I upgraded gcc to 3.2 I started to have problems with gdb.
I get this error which prevents me from debugging any 3.2 compiled binary:

(gdb) file some-bin-file-compiled-with-3.2
Reading symbols from test-config...Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader.

My gdb is GNU gdb 20010813 (MI_OUT).

Also sometimes when linking I get this error:
/usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.

My ld is GNU ld version 2.11.90.0.8 (with BFD 2.11.90.0.8).

Should I upgrade my binutils and/or gdb?
Thanks for your response..

and my gcc is:
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/specs
Configured with: ./configure --enable-shared --with-gnu-as --with-gnu-ld --enable-threads=posix --enable-languages=c,c++
Thread model: posix
gcc version 3.2

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 3.2
  2002-09-20  2:08 3.2 Michal Liptak
@ 2002-09-20  5:25 ` Jean-Sebastien Vachon
  2002-09-24 23:09   ` 3.2 m.
  0 siblings, 1 reply; 4+ messages in thread
From: Jean-Sebastien Vachon @ 2002-09-20  5:25 UTC (permalink / raw)
  To: Michal Liptak; +Cc: gcc-help

You have to upgrade GDB to version 5.1 and +.


On Fri, 2002-09-20 at 05:08, Michal Liptak wrote:
> When I upgraded gcc to 3.2 I started to have problems with gdb.
> I get this error which prevents me from debugging any 3.2 compiled binary:
> 
> (gdb) file some-bin-file-compiled-with-3.2
> Reading symbols from test-config...Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader.
> 
> My gdb is GNU gdb 20010813 (MI_OUT).
> 
> Also sometimes when linking I get this error:
> /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
> 
> My ld is GNU ld version 2.11.90.0.8 (with BFD 2.11.90.0.8).
> 
> Should I upgrade my binutils and/or gdb?
> Thanks for your response..
> 
> and my gcc is:
> Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/specs
> Configured with: ./configure --enable-shared --with-gnu-as --with-gnu-ld --enable-threads=posix --enable-languages=c,c++
> Thread model: posix
> gcc version 3.2
-- 
Jean-Sebastien Vachon <js.vachon@videotron.ca>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 3.2
  2002-09-20  5:25 ` 3.2 Jean-Sebastien Vachon
@ 2002-09-24 23:09   ` m.
  0 siblings, 0 replies; 4+ messages in thread
From: m. @ 2002-09-24 23:09 UTC (permalink / raw)
  To: gcc-help

Compiling gdb went fine, but compiling binutils-2.13 did not work..
Any idea why this is happening?

/usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
/usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
/usr/bin/ld: Dwarf Error: Could not find abbrev number 117.
bucomm.o: In function `make_tempname':
bucomm.o(.text+0x526): the use of `mktemp' is dangerous, better use `mkstemp'
collect2: ld returned 1 exit status



On Fri, 20 Sep 2002 08:25:08 -0400
Jean-Sebastien Vachon <js.vachon@videotron.ca> wrote:

> You have to upgrade GDB to version 5.1 and +.
> 
> 
> On Fri, 2002-09-20 at 05:08, Michal Liptak wrote:
> > When I upgraded gcc to 3.2 I started to have problems with gdb.
> > I get this error which prevents me from debugging any 3.2 compiled binary:
> > 
> > (gdb) file some-bin-file-compiled-with-3.2
> > Reading symbols from test-config...Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader.
> > 
> > My gdb is GNU gdb 20010813 (MI_OUT).
> > 
> > Also sometimes when linking I get this error:
> > /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
> > 
> > My ld is GNU ld version 2.11.90.0.8 (with BFD 2.11.90.0.8).
> > 
> > Should I upgrade my binutils and/or gdb?
> > Thanks for your response..
> > 
> > and my gcc is:
> > Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/specs
> > Configured with: ./configure --enable-shared --with-gnu-as --with-gnu-ld --enable-threads=posix --enable-languages=c,c++
> > Thread model: posix
> > gcc version 3.2
> -- 
> Jean-Sebastien Vachon <js.vachon@videotron.ca>
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: 3.2
@ 2002-09-20 12:18 Hillel (Sabba) Markowitz
  0 siblings, 0 replies; 4+ messages in thread
From: Hillel (Sabba) Markowitz @ 2002-09-20 12:18 UTC (permalink / raw)
  To: Michal Liptak; +Cc: GCC Help

1. You should update to binutils-2.13
2. gdb-5.3 is due out on October 9 according to the gdb home page schedule.

---------------------- Begin Original Message --------------------------------
From: Michal Liptak <liptak at isdd dot sk>
To: gcc-help at gcc dot gnu dot org
Date: Fri, 20 Sep 2002 11:08:20 +0200
Subject: 3.2



When I upgraded gcc to 3.2 I started to have problems with gdb.
I get this error which prevents me from debugging any 3.2 compiled binary:

(gdb) file some-bin-file-compiled-with-3.2
Reading symbols from test-config...Dwarf Error: Cannot handle DW_FORM_strp in 
DWARF reader.

My gdb is GNU gdb 20010813 (MI_OUT).

Also sometimes when linking I get this error:
/usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.

My ld is GNU ld version 2.11.90.0.8 (with BFD 2.11.90.0.8).

Should I upgrade my binutils and/or gdb?
Thanks for your response..

and my gcc is:
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/specs
Configured with: ./configure --enable-shared --with-gnu-as --with-gnu-ld 
--enable-threads=posix --enable-languages=c,c++
Thread model: posix
gcc version 3.2

----------------------------- End original message ------------------------

-- 
Said the fox to the fish, "Join me ashore".
 The fish are the Jews, Torah is our water

Hillel (Sabba) Markowitz - sabbahem@bcpl.net

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-25  6:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-20  2:08 3.2 Michal Liptak
2002-09-20  5:25 ` 3.2 Jean-Sebastien Vachon
2002-09-24 23:09   ` 3.2 m.
2002-09-20 12:18 3.2 Hillel (Sabba) Markowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).