当前位置: 技术问答>linux和unix
猫的驱动问题
来源: 互联网 发布时间:2015-02-12
本文导语: 我是SmartLink的猫 找到驱动 但是不能make 我看了readme Review and edit (if need) 'Makefile'. Note: Probably you will want to correct in Makefile path to your local linux kernel header files: KERNEL...
我是SmartLink的猫
找到驱动 但是不能make
我看了readme
Review and edit (if need) 'Makefile'.
Note: Probably you will want to correct in Makefile path to your
local linux kernel header files:
KERNEL_INCLUDES=/path/to/linux/include
Another way is to pass command line the parameter while
running 'make':
$ make KERNEL_INCLUDES=/path/to/linux/include ...
这段我在安装中不太明白
/path/to/linux/include是什么意思
我是安装了rh8,但是没有这个目录,在rh8中应该怎么指定呢
找到驱动 但是不能make
我看了readme
Review and edit (if need) 'Makefile'.
Note: Probably you will want to correct in Makefile path to your
local linux kernel header files:
KERNEL_INCLUDES=/path/to/linux/include
Another way is to pass command line the parameter while
running 'make':
$ make KERNEL_INCLUDES=/path/to/linux/include ...
这段我在安装中不太明白
/path/to/linux/include是什么意思
我是安装了rh8,但是没有这个目录,在rh8中应该怎么指定呢
|
我的理解是他是说要把内核的路径告诉他,你用你的内核路径代替=/path/to/linux/include ...之后再make以下看看。
|
帮你UP