Segmentation fault?
Posted: Thu Nov 27, 2008 6:52 am
Well, when compiling the toolchain and it gets to the second script, the make -j 2 part of it, it hits a lovely segmentation fault.
The main difference between this OS and the last one is that this one is 64-bit fedora, while the last one is 32-bit. Wondering if anyone might have had this problem before and found a solution.
Code: Select all
xgcc: Internal error: Segmentation fault (program as)
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [libgcc/./_muldi3.o] Error 1
make[2]: *** Waiting for unfinished jobs....
xgcc: Internal error: Segmentation fault (program as)
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [libgcc/./_negdi2.o] Error 1
make[2]: Leaving directory `/home/aaron/Dev/ps2/ps2toolchain/build/gcc-3.2.2/build-ee-stage1/gcc'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory `/home/aaron/Dev/ps2/ps2toolchain/build/gcc-3.2.2/build-ee-stage1/gcc'
make: *** [all-gcc] Error 2
../scripts/002-gcc-3.2.2-stage1.sh: Failed.