You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to understand the lower level details of this project, but I tried to see if attempting to run the example in README helps me understand this better.
When I do this:
cd module
./build
I get this error:
/home/kmodi/sandbox/nim/batch/module/batch.c:5:10: fatal error: linux/batch.h: No such file or directory
5 | #include <linux/batch.h> /* struct syscall, __NR_batch */
| ^~~~~~~~~~~~~~~
compilation terminated.
Also I don't have sudo/root to my work machine. So I don't think that I will be able to try out this project any ways.
The text was updated successfully, but these errors were encountered:
Hello,
I am unable to understand the lower level details of this project, but I tried to see if attempting to run the example in README helps me understand this better.
When I do this:
I get this error:
Also I don't have sudo/root to my work machine. So I don't think that I will be able to try out this project any ways.
The text was updated successfully, but these errors were encountered: