http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47374
Summary: gcc: Internal error: Erreur de segmentation
Product: gcc
Version: 4.4.5
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: c
AssignedTo: [email protected]
ReportedBy: [email protected]
When compiling new linux kernel 2.6.37 for Debian with the following command
line :
make-kpkg --rootcmd fakeroot --initrd --append-to-version=.`date +%y%m%d`
--revision=2.6.37 kernel-image
I encoutered the following error message :
CC [M] sound/pci/ca0106/ca0106_main.o
CC [M] sound/pci/ca0106/ca0106_proc.o
CC [M] sound/pci/ca0106/ca0106_mixer.o
CC [M] sound/pci/ca0106/ca_midi.o
LD [M] sound/pci/ca0106/snd-ca0106.o
CC [M] sound/pci/cs46xx/cs46xx.o
CC [M] sound/pci/cs46xx/cs46xx_lib.o
CC [M] sound/pci/cs46xx/dsp_spos.o
gcc: Internal error: Erreur de segmentation (program as)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make[4]: *** [sound/pci/cs46xx/dsp_spos.o] Erreur 1
make[3]: *** [sound/pci/cs46xx] Erreur 2
make[2]: *** [sound/pci] Erreur 2
make[1]: *** [sound] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-2.6.37 »
make: *** [debian/stamp/build/kernel] Erreur 2