Hi All,
I just recently tried recompiling my kernel. I made only a small number
of changes, but I thought I would try it out. I changed the the
EXTRAVERSION variable int the Makefile in /usr/src/linux so that the
kernel would be appended with -SDP instead of -mdk. I performed the
usual
make dep
make clean
make bzImage
make modules
make modules_install
make install
I get some assembler warnings during the compilation of the modules,
Warning: Ignoring changed section attributes for .modinfo
Then after everything is finished and installed, I get lots of problems
with loading the modules during the subsequent boot.
Nov 1 11:13:53 haldane depmod: depmod: *** Unresolved symbols in
/lib/modules/2.2.17-SDP/fs/smbfs.o
Nov 1 11:13:53 haldane depmod: depmod: *** Unresolved symbols in
/lib/modules/2.2.17-SDP/ieee1394/ieee1394.o
Nov 1 11:13:53 haldane depmod: depmod: *** Unresolved symbols in
/lib/modules/2.2.17-SDP/ieee1394/pcilynx.o
etc. Anyone have any suggestions on what I have done wrong?
Thanks,
Scott