I couldn't find instructions on how to join the list, so please CC: a
copy of any answers to me until I get subscribed.
I'm using 2.2.12 of the kernel and just downloaded ftape-4.02. I
using a Ditto 2gig tape drive. When trying to compile ftape I get the
following output:
make[2]: Entering directory `/home/doug/ftape-4.02/ftape/lowlevel'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce\
-DTHE_FTAPE_MAINTAINER=\"[EMAIL PROTECTED]\" -DBROKEN_FLOPPY_DRIVER\
-DCONFIG_FT_PROC_FS -DCONFIG_FT_FDC_BASE_0=0x370 -DCONFIG_FT_FDC_IRQ_0=6\
-DCONFIG_FT_FDC_DMA_0=2 -DCONFIG_FT_NR_BUFFERS=3 -DCONFIG_FT_INT_0=1\
-DCONFIG_FTAPE_MODULE -DCONFIG_FT_INTERNAL_MODULE -DCONFIG_FT_TRAKKER_MODULE\
-DCONFIG_FT_BPCK_MODULE -DCONFIG_ZFTAPE_MODULE -DCONFIG_ZFT_COMPRESSOR_MODULE\
-DMODULE -D__KERNEL__ -I. -I../../include -I/usr/src/linux/include -m486\
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c fdc-io.c
fdc-io.c: In function `fdc_interrupt_wait':
fdc-io.c:433: structure has no member named `timeout'
fdc-io.c:454: structure has no member named `timeout'
make[2]: *** [fdc-io.o] Error 1
I've got a configured kernel source tree and have recently done a
"make dep" on it. I have my LINUX_LOCATION defined properly in
MCONFIG. Is this problem a FAQ? Any quick fixes out there?