2.2.13pre14 - doesn't build on Alpha (xtime_lock misplaced?)

Alexander L. Belikoff (abel@bfr.co.il)
04 Oct 1999 16:14:24 +0200


Hello everybody -

Just wanted to share my experience with 2.2.13pre14 on Alpha dp264
(SMP):

make[2]: Entering directory `/usr/src/linux-2.2.13pre14/kernel'
gcc -D__KERNEL__ -I/usr/src/linux-2.2.13pre14/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -D__SMP__ -pipe -mno-fp-regs -ffixed-8 -mcpu=ev6 -Wa,-mev6 -c -o time.o time.c
time.c: In function `warp_clock':
time.c:149: `xtime_lock' undeclared (first use in this function)
time.c:149: (Each undeclared identifier is reported only once
time.c:149: for each function it appears in.)
time.c: In function `do_adjtimex':
time.c:250: `xtime_lock' undeclared (first use in this function)
make[2]: *** [time.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.2.13pre14/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.13pre14/kernel'
make: *** [_dir_kernel] Error 2

xtime_lock is defined inside #ifndef __alpha__, which seems to cause
the problem...

-- 
Alexander L. Belikoff
Bloomberg L.P.
abel@vallinor4.com

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