This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3.2


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>
> 


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