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