Kernel 2.6.9 SCSI driver compile error w/gcc-3.4.2.

From: Justin Piszcz
Date: Wed Nov 24 2004 - 09:24:24 EST


Under slackware-current, gcc-3.4.2.

root@p500b:/usr/src/linux# make modules
CHK include/linux/version.h
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CC [M] drivers/scsi/cpqfcTScontrol.o
drivers/scsi/cpqfcTScontrol.c:609:2: #error This is too much stack
drivers/scsi/cpqfcTScontrol.c:721:2: #error This is too much stack
make[2]: *** [drivers/scsi/cpqfcTScontrol.o] Error 1
make[1]: *** [drivers/scsi] Error 2
make: *** [drivers] Error 2
root@p500b:/usr/src/linux# gcc -v
Reading specs from /usr/lib/gcc/i486-slackware-linux/3.4.2/specs
Configured with: ../gcc-3.4.2/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.4.2
root@p500b:/usr/src/linux#

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/