Hi Sekhar, I think it has nothing to do with your exported symbol. Look for the error log message carefully, Undefined Symbol message accompanies the symbol name as well. It is loader error which is not able to resolve some symbol address while you load your module.
Thanks, Rajat On Sat, Oct 23, 2010 at 7:16 PM, Sekhar Pedamallu <[email protected]>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. > > I have checked 2 things : > > 1. Kernel version is same.( verified using modinfo ) > 2. There is no dependency for this module on other modules. It is an > individual module and the exported symbols from this module are used > by other modules. > > Could you please let me know the problem, > > > > Thanks and regards, > Sekhar Pedamallu > > -- > To unsubscribe from this list: send an email with > "unsubscribe kernelnewbies" to [email protected] > Please read the FAQ at http://kernelnewbies.org/FAQ > >
