|
[root@fedora15 hybrid-wl]# make
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make: *** /lib/modules/2.6.38.7-30.fc15.i686.PAE/build: 没有那个文件或目录。 停止。
make: *** [all] 错误 2
查看文档,说是:
make: *** /lib/modules/"release"/build: No such file or directory. Stop.
Then you do not have the proper packages installed, since installing the
proper packages will create /lib/modules/"release"/build on your system.
On Fedora install 'kernel-devel' (Development Package for building kernel
modules to match the kernel) from the Package Manager (System->
Administration-> Add/Remove Software).
但我查看我系统到环境,都是OK到,请问这萨情况呢?
[root@fedora15 hybrid-wl]# yum install kernel-headers kernel-devel gcc
已加载插件:langpacks, presto, refresh-packagekit
google-chrome | 951 B 00:00
google-chrome/primary | 1.5 kB 00:00
updates/metalink | 8.0 kB 00:00
google-chrome 3/3
设置安装进程
包 kernel-headers-2.6.38.7-30.fc15.i686 已安装并且是最新版本
包 kernel-devel-2.6.38.7-30.fc15.i686 已安装并且是最新版本
包 gcc-4.6.0-9.fc15.i686 已安装并且是最新版本
无须任何处理 |
|