Bug 38029 - --with-dwarf2 installation fails
Summary: --with-dwarf2 installation fails
Status: RESOLVED DUPLICATE of bug 19885
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.0.1
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-06 08:01 UTC by Vikram Varshney
Modified: 2008-11-07 02:14 UTC (History)
6 users (show)

See Also:
Host: i686
Target: avr-gcc
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vikram Varshney 2008-11-06 08:01:08 UTC
Commands are :

export PATH=/home/vikram/vikram/usr/local/atmel/bin:$PATH
../gcc-4.0.1/configure --target=avr --with-dwarf2 --prefix=/home/vikram/vikram/usr/local/atmel --enable-languages=c
make
make install

# /home/vikram/vikram/usr/local/atmel/bin is area where i have installed the compiler.
###############################################################################
Error :
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: Leaving directory `/home/vikram/vikram/gcc-avr/install-gcc-4.0.1/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/home/vikram/vikram/gcc-avr/install-gcc-4.0.1/gcc'
make: *** [all-gcc] Error 2

###############################################################################
How do we fix it? It works perfectly if I remove the "--with-dwarf2" option while configuring. But I need the debugger. Plese fix the bug or suggest some other suitable version of gcc. I have marked myself too. In case, you have any doubts or questions, please contact me.

Regards
Vikram Varshney
Comment 1 Andrew Pinski 2008-11-07 02:14:03 UTC
It was fixed in 4.0.2 and above.

*** This bug has been marked as a duplicate of 19885 ***