|
The script will now compile the agpgart module and DRM kernel modules
for your machine.
Press ENTER to continue or CTRL-C to exit.
Compiling new agpgart module...
Compiling DRM module...
ERROR: Kernel modules did not compile
The DRI drivers can not be installed without the latest kernel modules.
Installation will be aborted. See the dri.log file for information on
what went wrong.
dri.log 内容:
make -f Makefile.linux DRM_MODULES=gdg.o modules
make[1]: Entering directory `/root/intel 845 driver/dripkg/drm'
make -C /lib/modules/2.4.29/build SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[2]: Entering directory `/usr/src/linux-2.4.29'
make[2]: *** 没有规则可以创建目标“845”。 停止。
make[2]: Leaving directory `/usr/src/linux-2.4.29'
make[1]: *** [modules] 错误 2
make[1]: Leaving directory `/root/intel 845 driver/dripkg/drm'
make: *** [gdg.o] 错误 2 |
|