This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/47374] New: gcc: Internal error: Erreur de segmentation


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: unassigned@gcc.gnu.org
        ReportedBy: bertrand.grondin@aliceadsl.fr


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]