problem with adding system call!
Hi linux folk , I'm trying to add simple linux system call - I received the following error : "No rule to make target 'block ..." I use kernel 2.6.32 .. My system call called "YourFirstName" Any suggestion to solve the issue ? Thanks, Nada
On Tue, 29 Apr 2014 20:54:41 +0300, Nada Saif said:
I'm trying to add simple linux system call - I received the following error: "No rule to make target 'block ..."
I use kernel 2.6.32 .. My system call called "YourFirstName"
Any suggestion to solve the issue ?
Hint: Next time, just cut-n-paste from the terminal window, rather than attaching a screenshot. Among other things, it makes quoting a lot easier. Adding it to the top-level Makefile is almost certainly not correct. Also, why is the new syscall code under block/ rather than some other section?
participants (2)
-
Nada Saif -
Valdis.Kletnieks@vt.edu