https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63436

            Bug ID: 63436
           Summary: libgcc2.c:273:1: internal compiler error: Segmentation
                    fault
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: libgcc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: xhzcomputer at 126 dot com

My Steps are as follows:
$./gcc-4.7.2/configure --prefix=$CROSS_GCC_TMP --target=$TARGET
--with-sysroot=$SYSROOT --with-newlib --enable-languages=c
--with-mpfr-include=/vita/build/gcc-4.7.2/mpfr/src
--with-mpfr-lib=/vita/build/gcc-build/mpfr/src/.libs --disable-shared
--disable-threads --disable-decimal-float --disable-libquadmath
--disable-libmudflap --disable-libgomp --disable-nls --disable-libssp
$make
Then errors are coming:

.......
../../../gcc-4.7.2/libgcc/libgcc2.c: In function '__absvdi2': 
../../../gcc-4.7.2/libgcc/libgcc2.c:273:1: internal compiler error:
Segmentation fault 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <http://gcc.gnu.org/bugs.html> for instructions. 
make[2]: *** [_absvdi2.o] Error 1 
make[2]: Leaving directory `/vita/build/gcc-build/i686-none-linux-gnu/libgcc' 
make[1]: *** [all-target-libgcc] Error 2 
make[1]: Leaving directory `/vita/build/gcc-build' 
make: *** [all] Error 2 



How to resolve it?Someone help me please.

Reply via email to