2.1.88 doesn't compile on alpha

Stephen Williams (steve@icarus.icarus.com)
Sat, 14 Mar 1998 18:28:23 -0800


I get the following error message when trying to build 2.1.88 for alpha.

gcc -D__KERNEL__ -I/usr/src/linux-2.1.88/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -c -o sr.o sr.c
sr.c:481: warning: `/*' within comment
sr.c: In function `do_sr_request':
sr.c:536: parse error before `void'
sr.c:542: `tries' undeclared (first use this function)
sr.c:542: (Each undeclared identifier is reported only once
sr.c:542: for each function it appears in.)
sr.c:550: `dev' undeclared (first use this function)
sr.c:551: `block' undeclared (first use this function)
sr.c:552: `buffer' undeclared (first use this function)
sr.c:553: `this_count' undeclared (first use this function)
sr.c:594: `cmd' undeclared (first use this function)
sr.c:642: `end_rec' undeclared (first use this function)
sr.c:737: `start' undeclared (first use this function)
sr.c:763: `realcount' undeclared (first use this function)
sr.c:835: parse error before `static'
sr.c:841: `SDp' undeclared (first use this function)
sr.c:843: warning: `return' with a value, in function returning void
sr.c: At top level:
sr.c:54: warning: `sr_detect' declared `static' but never defined

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu