Kernel Makefiles

Bob Stanfield (stanassc@epix.net)
Sat, 09 Nov 1996 01:36:20 -0800


This is a multi-part message in MIME format.

--------------70F8C277EFD
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Gentlemen,

There is something wrong with my 2.0.23 Makefiles. It is not compiling

- lp.c
- ppp.c
- slip.c
- BusLogic.c

With trepidation, I forced the compile of these files and copied the *.o files to the
appropriate directories (/lib/modules/2.0.23/*/*.o). As expected when I remade the
kernel and rebooted I got the attached error messages from rc.modules.

The real problem is I do not know how to get {make zlilo} to make these file
naturally. The detailed logic of the {Makefile}s escapes me.

Bob Stanfield

--------------70F8C277EFD
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="MODULES.ERR"

*** Unresolved symbols in module /lib/modules/2.0.23/net/ppp.o
*** Unresolved symbols in module /lib/modules/2.0.23/scsi/BusLogic.o
kernel_version needed, but can't be found
slhc_free undefined
slhc_init undefined
slhc_toss undefined
slhc_uncompress undefined
slhc_remember undefined
slhc_compress undefined
Loading failed! The module symbols (from linux-2.0.23) don't match your linux-2.0.23
kernel_version needed, but can't be found
kernel_version needed, but can't be found
kernel_version needed, but can't be found
kernel_version needed, but can't be found
slhc_free undefined
slhc_init undefined
slhc_toss undefined
slhc_uncompress undefined
slhc_remember undefined
slhc_compress undefined
Loading failed! The module symbols (from linux-2.0.23) don't match your linux-2.0.23
kernel_version needed, but can't be found

--------------70F8C277EFD--