|
I had similar problems when I first started to build my own Linux kernel.
I tracked the problem down to 'tangled up' symbolic links.
I have learnt my lesson now and avoid having any symlinks if at all possible. Also, when building a new kernel, I never do a 'make install'. I always install the kernel image, system.map and modules manually, then I know exactly what is happening.
Toods.
|