Hi,

--- On Fri, May 8, 2009 at 11:19 AM, Srinivas G.
<sriniv...@esntechnologies.co.in> wrote:
| When I build the export_func.ko file, I got the Module.symvers file
| with my exported function names.
\--

Because the Module.symvers contains the list of exported functions.

---
| However, I got the Module.symvers file in the import directory also
| with ZERO bytes.
\--

Because the import module doesn't export anything.

---
| So, I copied the Module.symvers from export directory to import
| directory, then it works fine without any issues.
\--

Because, the import module needs to know about the exported modules,
and that is mentioned in the Module.symvers.

There is some info on Module.symvers here:
http://www.g-loaded.eu/2005/12/14/the-complete-fedora-kernel-headers/

SK

--
Shakthi Kannan
http://www.shakthimaan.com
_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to