| make modules failing "No rule to make target", mismatched versions? Quote:
root@xyz:/usr/src/linux# sudo make modules
CHK include/linux/version.h
make[1]: *** No rule to make target `arch/i386/kernel/msr.c', needed by `arch/i386/kernel/msr.o'. Stop.
make: *** [arch/i386/kernel] Error 2
| I am fairly new to linux and even newer to Ubuntu, been messing around with it a bit and I think I may have mixed up my linux headers or something when I upgraded the linux version. I also remember seeing some issues with the build directory earlier on which is probably related?
Could anyone give me some advice on how to fix this and/or clean it up a bit? |