ide still won't compile in 2.2.14pre3

Wakko Warner (wakko@animx.eu.org)
Sun, 31 Oct 1999 12:41:24 -0500


I'm compiling this for a 386 with an unknown chipset (so none were checked),
here's the error:

gcc -D__KERNEL__ -I/usr/src/linux/dende/2.2.14pre3/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce
-m386 -DCPU=386 -DEXPORT_SYMTAB -c ide.c
ide.c: In function `ide_intr':
ide.c:1422: parse error before `else'
ide.c:1395: warning: unused variable `startstop'
ide.c:1393: warning: unused variable `drive'
ide.c: At top level:
ide.c:1431: `hwgroup' undeclared here (not in a function)
ide.c:1431: warning: data definition has no type or storage class
ide.c:1432: parse error before `if'
ide.c:1451: parse error before string constant
ide.c:1451: warning: function declaration isn't a prototype
ide.c:1451: warning: data definition has no type or storage class
ide.c:1454: parse error before `&'
ide.c:1454: warning: function declaration isn't a prototype
ide.c:1454: warning: data definition has no type or storage class
ide.c:1455: parse error before `void'
ide.c:1459: warning: implicit declaration of function `handler'
ide.c:1459: initializer element is not constant
ide.c:1459: warning: data definition has no type or storage class
ide.c:1460: parse error before `__volatile__'
ide.c:1468: parse error before `('
ide.c:1473: warning: parameter names (without types) in function declaration
ide.c:1473: conflicting types for `ide_do_request'
ide.c:1150: previous declaration of `ide_do_request'
ide.c:1473: warning: data definition has no type or storage class
ide.c:1474: parse error before `}'
make[3]: *** [ide.o] Error 1
make[3]: Leaving directory `/usr/src/linux/dende/2.2.14pre3/drivers/block'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux/dende/2.2.14pre3/drivers/block'
make[1]: *** [_subdir_block] Error 2
make[1]: Leaving directory `/usr/src/linux/dende/2.2.14pre3/drivers'
make: *** [_dir_drivers] Error 2

Config is available upon request.

-- 
 Lab tests show that use of micro$oft causes cancer in lab animals

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