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

Arjan van de Ven (arjanv@redhat.com)
18 Jan 2003 23:55:25 +0100


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-31894-1042978435-0001-2
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Sat, 2003-01-18 at 23:37, Olaf Titz wrote:
> > > Use "/lib/modules/`uname -r`/build" as a default kernel directory, bu=
t
> > > allow it to be overridden somehow from the command line. Then do some=
thing
> > > like...
> >...
> > Do you mean I'll need a live Linux kernel to build the kernel module
> > package?
>=20
> Whoever invented this /lib/modules/... scheme should have known that
> it provokes this sort of misunderstandings, not to mention is broken
> in other ways too.

it was Linus who decreed this to be the standard;)

>=20
> You need the _source_ of the kernel the module will run on to compile
> modules. You don't need to _run_ this kernel while compiling. Putting
> build infrastructure into a deployment directory at the least causes
> confusion, not to mention that the deployment directory might not even
> exist on the development machine. (I routinely compile kernels and
> modules of different configurations for three boxes on one of them,
> the other two don't even have a complete development toolset.)

yes, and most of the time you want to compile against the currently
running kernel, at which point `uname -r` comes in handy; for other
kernels you just change the path a bit.
make install and make modules_install make the symlink right already....
it's a 99% solution, sure, but it's ok for all but a few cases.

--=_courier-31894-1042978435-0001-2
Content-Type: application/pgp-signature; name="signature.asc"
Content-Transfer-Encoding: 7bit
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQA+KdtaxULwo51rQBIRAijvAJ9Y4jMVmB2u58kz8BubSmsYr1rdUQCfWM4x
tvnwEkLXcHRlleatM1Keb2U=
=fX1Q
-----END PGP SIGNATURE-----

--=_courier-31894-1042978435-0001-2--