Messages in this thread |  | | Date | Thu, 9 Jan 1997 08:47:42 +0100 (MET) | From | Gestor de Sistemes <> | Subject | Error in st module in 2.1.20 |
| |
I'm successfully running latest modutils with a 2.0.27 kernel. I've compiled a 2.1.20 kernel too. But i've tried to compile 2.1.20 modules with latest modutils and it stops when it reaches the scsi tape module:
gcc -D__KERNEL__ -I/usr/src/linux-2.1.20/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.1.20/include/linux/modversions.h -c -o st.o st.c st.c: In function `st_attach': st.c:3050: `ST_SYSV' undeclared (first use this function) st.c:3050: (Each undeclared identifier is reported only once st.c:3050: for each function it appears in.)
|  |