Re: Kernel Module with multiple source files not initializing

2019-10-25 Thread Abu Rasheda
On Fri, Oct 25, 2019 at 2:16 AM Irfan Ullah (울라 이르판) wrote: > Dear All, > I have developed a kernel module consists of one source file that sends > and receives message to the user space. I have spitted the source code in > two files, and now I am trying to develop kernel module from these sou

Kernel Module with multiple source files not initializing

2019-10-25 Thread 울라 이르판
Dear All, I have developed a kernel module consists of one source file that sends and receives message to the user space. I have spitted the source code in two files, and now I am trying to develop kernel module from these source files. After compiling and linking without any problems, I insmod