Re: queue_task()

From: Steve Dodd (steved@loth.demon.co.uk)
Date: Sun Jun 04 2000 - 13:52:46 EST


On Sun, Jun 04, 2000 at 12:19:49PM -0400, Siddharth Kashyap wrote:

[..]
> The problem is that every time I try to insert the module I get the
> following error message:
>
> "unresolved sysmbol"
>
> Can someone help me on this please.

Probably a CONFIG_MODVERSIONS thing. If you set that option when you built
your kernel, you need to compile your module with the same compiler options
that the kernel uses when building modules, something like

-DMODULE -DMODVERSIONS -include $(LINUX_SRC_DIR)/include/linux/modversions.h

usually.

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



This archive was generated by hypermail 2b29 : Wed Jun 07 2000 - 21:00:19 EST