[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: binutils-2.14 fails to compile on Linux 2.4 kernel w/gcc 3.3
From: |
Alan Modra |
Subject: |
Re: binutils-2.14 fails to compile on Linux 2.4 kernel w/gcc 3.3 |
Date: |
Thu, 11 Mar 2004 09:53:11 +1030 |
User-agent: |
Mutt/1.4i |
On Thu, Mar 04, 2004 at 11:01:25PM -0500, Robert La Ferla wrote:
> Can' compile binutils-2.14. Any ideas? Bug?
> /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
[snip]
> % gcc --version
> gcc (GCC) 3.3
> % ld --version
> GNU ld 2.11.90.0.8
Your ld is too old to use with gcc-3.3. ld 2.11.90.0.8 doesn't support
debug info emitted by gcc-3.3.
Compile binutils-2.14 without -g, ie use
CFLAGS=-O2 configure ....
or
make CFLAGS=-O2
--
Alan Modra
IBM OzLabs - Linux Technology Centre