Bug 47374 - gcc: Internal error: Erreur de segmentation
Summary: gcc: Internal error: Erreur de segmentation
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: 4.4.5
: P3 critical
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-20 10:52 UTC by Grondin
Modified: 2011-01-20 10:55 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grondin 2011-01-20 10:52:08 UTC
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
Comment 1 Richard Biener 2011-01-20 10:55:43 UTC
gcc: Internal error: Erreur de segmentation (program as)

This means that the assembler (as) segfaulted.  as (which is from binutils)
has a separate bugzilla at sourceware.org.