|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
[PLUG] simple kernel problem
|
when making a new linux kernel and it's modules i get alot of unresulved
sybols. i can remeber what they are but if someone can tell me how to fix
unresolves generally i would then be able to do it.
oh .. it's the 2.2.16 kernal for slackware 7.1 distro
i just recompile the same version so i can add some options
this is my normal routine..
make menuconfig
..... i pick my options--
make dep
make clean
make bzImage
make bzlilo
make modules
mv /lib/modules/2.2.16 /lib/modules/2.2.16-old
make modules_install
depmod -a
***** then after depmod runs i get those unresolved(s) **********
also is it possible to make a bash script to automate the task of recompiling
the kernel..
thank's for you help.
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|