Re: queue_task()

Steve Dodd (steved@loth.demon.co.uk)
Sun, 4 Jun 2000 19:52:46 +0100


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/