* 2.6.0-test5: Undefined reference to 'monotonic_clock'
@ 2003-09-17 9:23 Stephen Torri
2003-09-17 17:33 ` john stultz
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Torri @ 2003-09-17 9:23 UTC (permalink / raw)
To: Linux Kernel
[-- Attachment #1: Type: text/plain, Size: 1484 bytes --]
I am compiling 2.6.0-test5 on a Alpha box. I grepped for the phrase
'monotonic_clock' because for some reason the file that was to provide
it was missing. The machine is a Alpha EV56 EB164 type, PC164 variation
using the 2.95.4. Here is the error message:
storri@alpha:$ sudo make vmlinux
make[1]: `arch/alpha/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
CC kernel/configs.o
LD kernel/built-in.o
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
drivers/built-in.o: In function `hangcheck_fire':
/usr/src/linux-2.6.0-test5/drivers/char/hangcheck-timer.c:87: undefined
reference to `monotonic_clock'
/usr/src/linux-2.6.0-test5/drivers/char/hangcheck-timer.c:87: undefined
reference to `monotonic_clock'
/usr/src/linux-2.6.0-test5/drivers/char/hangcheck-timer.c:103: undefined
reference to `monotonic_clock'
/usr/src/linux-2.6.0-test5/drivers/char/hangcheck-timer.c:103: undefined
reference to `monotonic_clock'
drivers/built-in.o: In function `pnp_device_probe':
/usr/src/linux-2.6.0-test5/drivers/pnp/driver.c:119: undefined reference
to `monotonic_clock'
drivers/built-in.o:/usr/src/linux-2.6.0-test5/drivers/pnp/driver.c:119:
more undefined references to `monotonic_clock' follow
make: *** [.tmp_vmlinux1] Error 1
Stephen
--
Stephen Torri
GPG Key: http://www.cs.wustl.edu/~storri/storri.asc
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.6.0-test5: Undefined reference to 'monotonic_clock'
2003-09-17 9:23 2.6.0-test5: Undefined reference to 'monotonic_clock' Stephen Torri
@ 2003-09-17 17:33 ` john stultz
0 siblings, 0 replies; 2+ messages in thread
From: john stultz @ 2003-09-17 17:33 UTC (permalink / raw)
To: Stephen Torri; +Cc: Linux Kernel
On Wed, 2003-09-17 at 02:23, Stephen Torri wrote:
> I am compiling 2.6.0-test5 on a Alpha box. I grepped for the phrase
> 'monotonic_clock' because for some reason the file that was to provide
> it was missing. The machine is a Alpha EV56 EB164 type, PC164 variation
> using the 2.95.4. Here is the error message:
> /usr/src/linux-2.6.0-test5/drivers/char/hangcheck-timer.c:87: undefined
> reference to `monotonic_clock'
Yea, monotonic_clock, which the hangcheck-timer module uses is not yet
defined on all arches (only i386/x86-64 at the moment)
Patch to follow soon.
thanks
-john
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-09-17 17:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-17 9:23 2.6.0-test5: Undefined reference to 'monotonic_clock' Stephen Torri
2003-09-17 17:33 ` john stultz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.