QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 456|回复: 0

这个驱动程序怎么编译和安装啊?

[复制链接]
发表于 2005-5-22 14:32:57 | 显示全部楼层 |阅读模式
新手,新装Linux Fedora 3后,在下面第一步1. Build drm的前还要做什么工作啊,在执行第一布后,老是报错,无法进行
-----------------------------------
make[2]: *** [/usr/src/unichrome-20050515/drm/linux-core/drm_auth.o] 错误 1
make[1]: *** [_module_/usr/src/unichrome-20050515/drm/linux-core] 错误 2
make[1]: Leaving directory `/usr/src/linux-2.6.11.10'
make: *** [modules] 错误 2
-----------------------------------

The 30 second unichrome install guide.

1. Build drm (for 2.6 kernel)
(Clearly here replace <linux-2.6.11> with your source location.)

    cd drm/linux-core
    make LINUXDIR=/usr/src/<linux-2.6.11> DRM_MODULES=via
    cp *.ko /lib/modules/`uname -r`/kernel/drivers/char/drm/
    depmod -ae

2. Build libxvmc
(If building inside an X tree comment out the OUTOFTREE directive in the Imakefile)

    cd libxvmc
    xmkmf /usr/src/xc
    make
    make install

3. Build driver

    cd unichrome
    xmkmf /usr/src/xc
    make
    make install
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-14 22:25 , Processed in 0.040869 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表