|
在安装vtune时,针对内核编译驱动,出现错误。/lib/modules/2.6.15-1.2054_FC5/build文件图标上有红色的圆圈,其属性无法修改。/usr/src/redhat目录下面的文件夹都是空的。具体的信息如下:
No pre-built driver for x32 up kernel 2.6.15-1.2054_FC5
was found in directory "/opt/intel/vtune/vdk" .
Proceed with building a driver for this kernel? (Yes/No) [Yes]
C compiler to use: [ /usr/bin/gcc ]
Make command to use: [ /usr/bin/make ]
ERROR: unable to access "/lib/modules/2.6.15-1.2054_FC5/build" !
Note: this directory must be accessible by user "root"
and point to configured kernel sources appropriate for
kernel version 2.6.15-1.2054_FC5 .
Try symlinking this directory to the kernel source
directory, e.g.,
ln -s /usr/src/linux-2.6.15-1.2054_FC5 /lib/modules/2.6.15-1.2054_FC5/build
and then re-run the ./build-driver script. |
|