|
|

楼主 |
发表于 2005-3-1 18:08:26
|
显示全部楼层
README我都看了,我就是按照它做的,但是它里面说: Make sure the link file /usr/src/linux (or /usr/src/linux-2.4) is linked
to correctly kernel sources directory (eg: if you run 'uname -r', it
appears "2.4.2-2", then the link file must be linked to
/usr/src/linux-2.4.2 directory, or you will fail in compiling),
and make sure there are kernel header files in /usr/src/linux/include
directory (or /usr/src/linux-2.4/include), we need kernel header files
in compling.
我估计问题就在这里,但是我的/usr/src里面什么都没有,所以make的时候报错:
"Makefile:29: *** linux kernel source not found . Stop."
我估计他就是找不到内核和头文件等等,但是我也搜不到,请帮助! |
|