2.2.2pre5 and Alpha won't compile

Greg Siekas (siekas@mailhost.tcs.tulane.edu)
Fri, 19 Feb 1999 11:03:14 -0600


Hello, can't seem to get 2.2.pre5 to compile on my alpha.

make[2]: Entering directory
`/usr/src/linux-2.2.1/kernel'
gcc -D__KERNEL__ -I/usr/src/linux-2.2.1/include -Wall
-Wstrict-prototypes
-O2 -fomit-frame-pointer -D__SMP__ -pipe -mno-fp-regs -ffixed-8
-mcpu=ev4
-c -o signal.o signal.c
gcc -D__KERNEL__ -I/usr/src/linux-2.2.1/include -Wall
-Wstrict-prototypes
-O2 -fomit-frame-pointer -D__SMP__ -pipe -mno-fp-regs -ffixed-8
-mcpu=ev4
-fno-omit-frame-pointer -c -o sched.o sched.c
sched.c:39: asm/semaphore-helper.h: No such file or directory
sched.c:580: warning: alignment of `aligned_data' is greater than
maximum
object file alignment
sched.c: In function `__down':
sched.c:900: too few arguments to function `waking_non_zero'
sched.c: In function `__down_interruptible':
sched.c:912: warning: implicit declaration of function
`waking_non_zero_interruptible'
sched.c: In function `__down_trylock':
sched.c:927: warning: implicit declaration of function
`waking_non_zero_trylock'
make[2]: *** [sched.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.2.1/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.1/kernel'
make: *** [_dir_kernel] Error 2

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