Operating System - Linux
1828013 Members
1667 Online
109973 Solutions
New Discussion

mod_obj_load: Undefined symbol

 
Omkar
Occasional Contributor

mod_obj_load: Undefined symbol

Hi -

My DLKM modue gives following errors when I try to load it:
vmunix: mod_obj_load: Undefined symbol $$XXX in loadable module
vmunix: WARNING: MOD: mod_obj_load: Processing symbol table in module my_module failed

Can some1 pls tell me whats going on ?
I am fairly new to this stuff.

Thanks in advance
I am new here
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: mod_obj_load: Undefined symbol

You need to be specific about $$XXX. I assume you mean $$divI or $$remI?

These are in milli.a and you need to link with -l:milli.a.