This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/28273] New: gcc fails to compile with dwarf2 support
- From: "brian dot sidebotham at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jul 2006 16:46:41 -0000
- Subject: [Bug debug/28273] New: gcc fails to compile with dwarf2 support
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
gcc 4.1.1 fails to make with the following configure command:
from inside a custom directory avrobj created in gcc-4.1.1:
../configure --target=avr --prefix=/usr/local/avr --enable-languages=c
--with-elf --with-dwarf2 --with-stabs --disable-libssp --disable-nls
message from make failure is:
../../gcc/libgcc2.c:1499: internal compiler error: in
compute_frane_pointer_to_cfa_displacement, at dwarf2out.c:10446
binutils 2.17 already installed for target=avr
make does work fine with a configure command that does not include
--with-dwarf2
--
Summary: gcc fails to compile with dwarf2 support
Product: gcc
Version: 4.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: debug
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: brian dot sidebotham at gmail dot com
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: avr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28273