|
按照Linux Device Driver写的一个hello程序,make出来的错误
这怎么解决呢
make -C /lib/modules/2.6.22-14-generic/build M=/home/penge/linux_prg/hello modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
CC [M] /home/penge/linux_prg/hello/hello.o
/home/penge/linux_prg/hello/hello.c:1:28: error: linux/module.h: No such file or directory
/home/penge/linux_prg/hello/hello.c:2:26: error: linux/init.h: No such file or directory
按照原理他是不是在linux-headers-2.6.22-14-generic目录下找include呢?
我现在include目录是有的,include里面也有linux目录,该目录下有module.h文件的 |
|