Re: unresolved symbols cropping up in a previously working driver.

From: Keith Owens (kaos@ocs.com.au)
Date: Fri Jun 09 2000 - 20:58:23 EST


On Fri, 9 Jun 2000 19:46:32 -0600 ,
ronbarry@es.com wrote:
>hello.o: unresolved symbol printk

Sounds like you compiled the kernel with symbol versions but compiled
the module without versions.

nm hello.o | grep printk
grep printk /proc/ksyms

I bet you see something like 'printk_Rsmp_1b7d4074' in ksyms and just
'printk' in hello.o.

-
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/



This archive was generated by hypermail 2b29 : Thu Jun 15 2000 - 21:00:20 EST