Re: where am i wrong in my new system call implementation?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Follwing is procedure i follow to add new system call
to 2.4.24 kernel and want to call from it another
exported function from kernel module.

...

extern int call_fun(char *);

call_fun(char *) is written in kernel module that i
want to include any time to kernel and get it executed
from user program

...
After this when i compile kernel i got undefined
reference to call_fun.

Can the kernel have references to symbols that are defined in modules ?

--Swapnil

--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive:       http://mail.nl.linux.org/kernelnewbies/
FAQ:           http://kernelnewbies.org/faq/


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux