Re: ANN: LKMB (Linux Kernel Module Builder) version 0.1.16

Sam Ravnborg (sam@ravnborg.org)
Fri, 17 Jan 2003 19:00:01 +0100


On Fri, Jan 17, 2003 at 07:00:58PM +0200, Shlomi Fish wrote:
>
> Do you mean I'll need a live Linux kernel to build the kernel module
> package?

Yes, you fundamentally need the full kernel to compile a module.
Modules may refer to different headers, and some may even be arch specific.

The trick dwmw2 gave you is the only _sane_ way to build a module.

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