2.1.132 doesn't compile

John Goerzen (jgoerzen@complete.org)
Sat, 26 Dec 1998 09:50:15 -0600


This is on Alpha, PC164LX, Debian:

gcc -D__KERNEL__ -I/usr/src/unst/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -Wa,-m21164a -DBWIO_ENABLED -DEXPORT_SYMTAB -c ksyms.c
/usr/src/unst/linux/include/asm/softirq.h: In function `init_bh':
In file included from /usr/src/unst/linux/include/linux/interrupt.h:51,
from ksyms.c:21:
/usr/src/unst/linux/include/asm/softirq.h:30: incompatible types in assignment
/usr/src/unst/linux/include/asm/softirq.h: In function `disable_bh':
/usr/src/unst/linux/include/asm/softirq.h:119: wrong type argument to increment
/usr/src/unst/linux/include/asm/softirq.h: In function `enable_bh':
/usr/src/unst/linux/include/asm/softirq.h:124: wrong type argument to decrement
make[3]: *** [ksyms.o] Error 1
make[3]: Leaving directory `/usr/src/unst/linux/kernel'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/unst/linux/kernel'
make[1]: *** [_dir_kernel] Error 2
make[1]: Leaving directory `/usr/src/unst/linux'
make: *** [build] Error 2

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