Compile failure on 2.1.127

Eric Buddington (eric@wesleyan.edu)
Sat, 7 Nov 1998 16:12:26 -0500 (EST)


I get the following error trying to compile 2.1.127 on my system
(K6, 2.0.34, 2.7.2.3). Since this looks like a shallow problem (part of
the jiffies change?), I won't include .config

----------------------------------------------------------
gcc -D__KERNEL__ -I/src/linux/linux-2.1.127/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -D__SMP__ -pipe
-fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2
-malign-functions=2 -DCPU=686 -c -o fdc-io.o fdc-io.c
fdc-io.c: In function `fdc_interrupt_wait':
fdc-io.c:392: parse error before `long'
fdc-io.c:404: `timeout' undeclared (first use this function)
fdc-io.c:404: (Each undeclared identifier is reported only once
fdc-io.c:404: for each function it appears in.)
make[5]: *** [fdc-io.o] Error 1
-----------------------------------------------------------

Eric
ebuddington@wesleyan.edu

-
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/