I recently finished my first linux driver/module and it
works fine. I'm currently working on the
automated loading/installing side of it. Playing around, I
put it in /lib/modules/preferred/misc and ran "depmod -a
-e". It then says my module has unresolved symbols and
spews out all of the kernel calls that my module makes (i.e.
printk(), free_irq(), jiffies, etc.). No other module in
the system has any unresolved symbols, though they obviously
make calls to the kernel, so what did I do wrong? Is there
something during link/compile that I should do, or is there
a file I need to edit? It's kind of perplexing, obviously
they are unresolved, they are only resolved once you run
insmod to load the module, but apparently I am missing
something, because my module is the only one getting these
"errors". Any help would be greatly appreciated.
Chris Jensen
* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!