Paul paul.corner@tesco.net writes:
depmod -v appears to list all the symbols of each module visited. Unfortunately, it still doesn't tel me which ones are unresolved - Or maybe it does, and I don't know how to decipher the info.
Aha! It's depmod -e, sorry. man depmod gives the right answers, as always.
I currently have about five different kernels on this machine, 2.2.18-rtx through to 2.4.9-bifino - That really screws up any C source that depends on specific kernel version info to build correctly <g>
Well, surely as long as you point them to the right include directories it would make it possible, wouldn't it? It depends if you need them to run when they require particular information.