Results 1 to 3 of 3
Recompiled kernel ok, I think, but when I reboot, I get 462 lines of of "depmod: *** Unresolved symbols in xxx " where xxx is a module name. Here's what ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-24-2003 #1Just Joined!
- Join Date
- Oct 2002
- Posts
- 45
depmod : *** Unresolved symbols in...
Recompiled kernel ok, I think, but when I reboot, I get 462 lines of of "depmod: *** Unresolved symbols in xxx" where xxx is a module name. Here's what I have done so far (in this order):
I have done this several times...somtimes I get an error message from make telling me that my current config does not have modules enabled, but it does; I double checked and then manually checked .config to be sure. If I rerun menuconfig, even without changing anything, then I can make modules, but I still get the "unresolved symbols" error. I skimmed the kernel-HOWTO at tldp, but didn't notice anything like this. Ideas?Code:rpm -ivh kernel-2.2.14.src.rpm tar -xzvf kernel-2.2.14.tar.gz cd /usr/src/linux make menuconfig make dep make clean make modules make modules_install
- 06-24-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
RedHat kernel sources sometimes have flaws that prevent them from compiling properly. Try downloading a vanilla kernel from kernel.org instead.
- 07-14-2003 #3Just Joined!
- Join Date
- Oct 2002
- Posts
- 45
Well, I finally got it to work. I did:
Notice I skipped make clean.Code:make menuconfig make dep make modules make modules_install make bzlilo
I was also having problems compiling a net driver from Via. I read the Makefile for the driver and noticed that the path pointing to the kernel source was for a different version! I fixed that and it compiles, but gcc complains about "Undefined symbols" instead of depmod complaining about "Unresolved symbols." Oh well, it works...


Reply With Quote
