This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
'Internal compiler error in dwarf2out_frame_debug_expr' while compiling gcc 3.0 for target 'pj'
- From: "Shantanu.Gogate" <shantanug at cruise-controls dot com>
- To: <gcc-bugs at gcc dot gnu dot org>
- Date: Wed, 9 Jan 2002 11:59:35 +0530
- Subject: 'Internal compiler error in dwarf2out_frame_debug_expr' while compiling gcc 3.0 for target 'pj'
Hi,
I am trying to compile gcc 3.0 for target 'pj' (picojava). However I get an
internal compiler error in 'dwarf2out_frame_debug_expr' in function 'In
function __muldi3'. I am using gcc version: 2.96 for compiling on linux x86.
My error dump looks as follows:
>>>>>>>>> DUMP
/home/shantanug/otherhome/picojava/picojava/gcc-3.0/gcc/xgcc -B/home/shantan
ug/otherhome/picoj
ava/picojava/gcc-3.0/gcc/ -B/usr/local/pj/bin/ -B/usr/local/pj/lib/ -isystem
/usr/local/pj/inc
lude -O2 -DCROSS_COMPILE -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prot
otypes -Wmissing-p
rototypes -isystem
./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -
I. -I. -I./. -I./config -I./../include -DL_muldi3 -c ./libgcc2.c -o
libgcc/./_muldi3.o
libgcc2.c: In function `__muldi3':
libgcc2.c:368: Internal compiler error in dwarf2out_frame_debug_expr, at
dwarf2out.c:1406
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: Leaving directory
`/mnt/hdd/home/shantanug/picojava/picojava/gcc-3.0/gcc'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory
`/mnt/hdd/home/shantanug/picojava/picojava/gcc-3.0/gcc'
make: *** [all-gcc] Error 2
<<<<<<<<< DUMP ends
regards,
Shantanu.