On Thu, 2 Mar 2000, Edwin Schreuder (EMN) wrote:

> I'm trying to get a device driver module to be loaded, but it keeps
> returning unresolved symbols when I try to insert the module.  During
> compilation it gives no errors, but after loading it complains about
> unresolved symbols like printk, jiffies and kfree.  All of these should
> be(and are) in the kernel include directory. 

grep  printk /proc/ksyms

If you see version information after the symbol, you need to compile with
-DMODVERSIONS and/or include <linux/modversions.h>


--
Tomek


--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to