From: Dustin M. <du...@se...> - 2001-10-01 15:20:09
|
I've just started using gcc-3.0.1 to build the 2.4.10 kernel, but when I add the cs4281 sound module to the build I get a compiler seg fault. Can anyone else reproduce this? The cs4281 device is found under "Sound-->Crystal Sound CS4281" in the config script. Dustin. sh4-linux-gcc -D__KERNEL__ -I/home/dustin/mgate/software/core/kernel/include -Wa ll -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-a lias ing -fno-common -ml -m4-nofpu -pipe -DMODULE -c -o cs4281m.o cs4281m.c cs4281m.c: In function `cs_printioctl': cs4281m.c:513: Internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. |