shantanu@LAPTOP-3NM82R8U:~/c$ make
make: unname-r: Command not found
make -C/lib/modules//build M=/home/shantanu/cmodules
make[1]: *** /lib/modules//build: No such file or directory. Stop.
Makefile:3: recipe for target 'all' failed
make: *** [all] Error 2
答案1
我认为命令应该是uname -r
,而不是unname-r
。