|
以下摘自/usr/src/linux/version.h,请问/boot/vmlinuz.version.h指什么啊?这步的意图是什么啊?令人郁闷的是/boot下没有vmlinuz.version.h
(我的是mandrake 9.2)
:help :help
#error "To build kernel modules please do the following:"
#error ""
#error " o Have the kernel sources installed"
#error ""
#error " o Make sure that the symbolic link"
#error " /lib/modules/`uname -r`/build exists and points to"
#error " the matching kernel source directory"
#error "" ___________________
#error " o Now copy /boot/vmlinuz.version.h to"
-------------------------
#error " /lib/modules/`uname -r`/build/include/linux/version.h"
#error ""
#error " o When compiling, make sure to use the following"
#error " compiler option to use the correct include files:"
#error ""
#error " -I/lib/modules/`uname -r`/build/include"
#error ""
#error " instead of"
#error ""
#error " -I/usr/include/linux"
#error ""
#error " Please adjust the Makefile accordingly."
#error "=======================================================":help :help :help |
|