IT/Linux
Linux Kernel Module compile 시 "No rule to make target `modules'"
By HKEBI | 2012. 3. 7. 14:11
kernel module compile 하다가 아래 "No rule to make target 'modules' 가 발생해서 1주일을 고민 했네요.. 하지만 다른 문제가 아니래 제 실수 였습니다.. Error root@heoming-virtual-machine:~/hello# make make -C /lib/modules/3.0.0-16-generic/build/include M=/root/hello modules make[1]: Entering directory `/usr/src/linux-headers-3.0.0-16-generic/include' make[1]: *** No rule to make target `modules'. Stop. make[1]: Leaving directory `/usr/..