Re: 2.2.2ac1 Alpha SMP - still compilation problem with __down_trylock

Alexander L. Belikoff (abel@bfr.co.il)
23 Feb 1999 20:36:37 +0200


Just tried 2.2.2ac1. Now it is:

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

So, where is the asm-alpha/semaphore-helper.h?

-- 
Alexander L. Belikoff
Bloomberg L.P. / BFM Financial Research Ltd.
abel@vallinor4.com, abel@bfr.co.il

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