Re: jiffies undeclared

From: Tigran Aivazian (tigran@veritas.com)
Date: Fri Aug 25 2000 - 06:26:55 EST


On Fri, 25 Aug 2000, [iso-8859-1] Ramón Agüero wrote:

> Hi all
>
>
> I'm writing a little module for Linux kernel, and when I have tried to
> cope with timers, I had a seroius problem with jiffies.
>
> Everithing works fine, but when I try to get the value of jiffies, I get
> a compiling error
>
> 'jiffies_Rsmp_0da02d67' undeclared (first use in this function)
>
> I am including the sched.h file, so I can't see what I am doing wrong,
> could anybody tell me where is the problem...
>
>

make sure that you do compile both the kernel and the modules with
versioning disabled. Module versioning is a weird thing and causes more
trouble than usefullness. Get rid of it. (Perhaps binary-only module
writers think otherwise, is your module a binary-only?).

Regards,
Tigran

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 31 2000 - 21:00:15 EST