i made some changes in gcc code. when i try to comile it using make , i get the following error ( last few lines from output ). Pls help me in removing this error.
-f libgcc.mk all
make[2]: Entering directory `/home/virenk/obj_gcc/gcc'
/home/virenk/obj_gcc/gcc/xgcc -B/home/virenk/obj_gcc/gcc/ -B/home/virenk/install_gcc//i686-pc-linux-gnu/bin/ -B/home/virenk/install_gcc//i686-pc-linux-gnu/lib/ -isystem /home/virenk/install_gcc//i686-pc-linux-gnu/include -isystem /home/virenk/install_gcc//i686-pc-linux-gnu/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.0-20050213/gcc -I../../gcc-4.0-20050213/gcc/. -I../../gcc-4.0-20050213/gcc/../include -I../../gcc-4.0-20050213/gcc/../libcpp/include -DL__gcc_bcmp -fvisibility=hidden -DHIDE_EXPORTS -c ../../gcc-4.0-20050213/gcc/libgcc2.c -o libgcc/./__gcc_bcmp.o
../../gcc-4.0-20050213/gcc/libgcc2.c: In function '__gcc_bcmp':
../../gcc-4.0-20050213/gcc/libgcc2.c:1736: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [libgcc/./__gcc_bcmp.o] Error 1
make[2]: Leaving directory `/home/virenk/obj_gcc/gcc'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory `/home/virenk/obj_gcc/gcc'
make: *** [all-gcc] Error 2
-- Regards. Virender