From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc4 Firefox/1.0.6 Description of problem: Error building kernel on Athlon 3200 LD [M] fs/vfat/vfat.o LD fs/xfs/built-in.o CC [M] fs/xfs/quota/xfs_dquot.o CC [M] fs/xfs/quota/xfs_dquot_item.o CC [M] fs/xfs/quota/xfs_trans_dquot.o CC [M] fs/xfs/quota/xfs_qm_syscalls.o CC [M] fs/xfs/quota/xfs_qm_bhv.o CC [M] fs/xfs/quota/xfs_qm.o gcc: Internal error: Segmentation fault (program as) Please submit a full bug report. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. make[2]: *** [fs/xfs/quota/xfs_qm.o] Error 1 make[1]: *** [fs/xfs] Error 2 make: *** [fs] Error 2 Version-Release number of selected component (if applicable): kernel-2.6.12-1.1398 How reproducible: Always Steps to Reproduce: 1.Download kernel-2.6.12-1.1398_FC4.src.rpm 2. rpmbuild -bp --target kernel-2.6.12-1.1398_FC4.src.rpm x86_64 3. cd /usr/src/redhat/BUILD/kernel-2.6.12/linux-2.6.12 4. make Additional info:
As you can see from the error message, it is actually gas, not gcc that crashes. Now, is this reproduceable? If yes, please use -save-temps to get the assembly on which gas crashes, if not, the likely culprit would be flakey hardware.
Without answers there is nothing we can do about it. Please reopen when you have the requested information.