On Sun, Oct 24, 2010 at 7:46 AM, Sekhar Pedamallu <kernel.sekhar@xxxxxxxxx> wrote:
-- Hi All,
ÂIn a Kernel module i had exported some functions using EXPORT_SYMBOL
used by other modules. The Kernel compiles fine and i m able to find
the symbols in Module.Symvers. But when i try to insert it gives me as
"Undefined Symbol ". and module does not get inserted.
Not sure whether you copied the Module.Symvers file from the module's directory which exports the symbols to the directory of module which uses those exported symbols.
Â
Â
Â
Regards,
Neependra
www.neependra.net