On Thu, 2014-09-25 at 10:49 +0530, Arjun Pandey wrote:
> However now when i try to compile the kernel i get linker error of
> undefined reference to the function exported from the kernel module.

I'm guessing you're compiling that module as, well, a module (ie,
CONFIG_EXAMPLE=m). What happens when you make it built-in
(CONFIG_EXAMPLE=y)?


Paul Bolle


_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to