2.14pre10 doesn't compile on the alpha

Carlos Carvalho (carlos@fisica.ufpr.br)
Fri, 3 Dec 1999 01:06:03 -0200


Here's what I get:

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mno-fp-regs -ffixed-8 -mcpu=ev56 -Wa,-m21164a -DBWIO_ENABLED -c -o init/main.o init/main.c
In file included from init/main.c:15:
/usr/src/linux/include/linux/proc_fs.h:281: parse error before `mode_t'
/usr/src/linux/include/linux/proc_fs.h:281: warning: no semicolon at end of struct or union
/usr/src/linux/include/linux/proc_fs.h:282: warning: type defaults to `int' in declaration of `nlink'
/usr/src/linux/include/linux/proc_fs.h:282: warning: data definition has no type or storage class
/usr/src/linux/include/linux/proc_fs.h:283: parse error before `uid'
/usr/src/linux/include/linux/proc_fs.h:283: warning: type defaults to `int' in declaration of `uid'

etc...

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