GitHub에서 "Linux-Kernel-Module-for-Listing-Tasks"를 사용해 보았습니다(https://github.com/TheRealYoussef/Linux-Kernel-Module-for-Listing-Tasks/blob/master/ListTasksLinear.c) Windows 하위 시스템에서 실행되는 Ubuntu의 경우.
이 단계를 완료한 후 sudo apt install make
컴파일할 때 오류가 발생합니다 make
.
make -C /lib/modules/5.15.90.1-microsoft-standard-WSL2/build M=/home/<user>/ospro
make[1]: *** /lib/modules/5.15.90.1-microsoft-standard-WSL2/build: No such file or directory. Stop.
make: *** [Makefile:7: all] Error 2
나는 다음 명령을 실행했습니다.
sudo apt-get install -y linux-headers-generic
그리고
sudo apt search linux-headers-`uname -r`
결과:
Sorting... Done
Full Text Search... Done
명령을 실행하면:
ll /lib/modules
결과:
total 12
drwxr-xr-x .....
이 문제를 어떻게 해결할 수 있나요?