Hello everyone. So I have an embedded system that I am building the linux
kernel(2.6.10). An issue I have that I am sure is solvable is this…
I am doing a cross-compile and the kernel builds fine, but when I try to
install the modules, I get this warning.. should I be worried??? Here is what I do… make INSTALL_MOD_PATH=./modules modules_install Warning: you may need to install module-init-tools See http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt if [ -r System.map ]; then ./depmod -ae -F System.map -b
./modules -r 2.6.10; fi I don’t think I need to be. I use the latest
version of depmod… Any insight on this would be great.. and yes I did read that
post-halloween-2.6.txt doc and it just told me about the different modules
stuff. It wasn’t clear to me exactly what depmod did. Thanks. Steve Iribarne TEL: +1 707 792-3920 Communications for a Borderless World This electronic message
contains information from Dilithium Networks, Inc. which may be privileged or
confidential. The information is
intended to be for the use of the individual(s) or entity named above. If you
are not the intended recipient be aware that
any disclosure, copying, distribution or use of the contents of this
information is prohibited. If you have received this
electronic message in error, please notify us by telephone or email (to the
numbers or address above) immediately. |