public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* question about module and undeinfed symbols.
@ 2004-11-14 18:42 Sylvain
  2004-11-14 18:48 ` Jan Engelhardt
  0 siblings, 1 reply; 4+ messages in thread
From: Sylvain @ 2004-11-14 18:42 UTC (permalink / raw)
  To: linux-kernel

Hello,

I have a problem of undefined symbol, that prevents me from loading
the module I wrote.

The function that is "undifined", is actually defined within the
kernel code, and I wanted it to be exported with "export_symbol"
macro. After re-compiling, the variable is actually presents in
/proc/kallsyms.  (but with type == 't'  -> section text, but not
global according to proc file..)

if I tried to compile a module using this variable, i got a warning
"undefined symbol", and for this reason, the module refuses to be
loaded with "insmod".

What I dont understand is the following:
The fonction printk, is also undifened and exported with the same
macro "export_symbol". but compilation doesnt complain about it!!

Am I missing a step somewhere?!
Thanks for any help,

sylvain

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-11-14 20:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-14 18:42 question about module and undeinfed symbols Sylvain
2004-11-14 18:48 ` Jan Engelhardt
2004-11-14 20:02   ` Sylvain
2004-11-14 20:44     ` Jan Engelhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox