Re: unresolved symbols in module

Keith Owens (kaos@ocs.com.au)
Sat, 08 Jan 2000 09:41:25 +1100


On Fri, 07 Jan 2000 10:40:37 -0600,
Jonathan Gallmeier <jonathan@arlut.utexas.edu> wrote:
>that compiles for 2.2.13,
>but insmod complains about unresolved symbols for calls like printk,
>kmalloc, etc.

"grep printk /proc/ksyms". If it says "printk" you should not have a
problem. If it says "printk_Rxxxxxxxx" then your kernel is compiled
with kernel symbols and your module is not, fundamental incompatability.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/