尝试制作rtl8812AU_linux_v4.3.20_16317.20160108时出错


Answers:


1

在终端中,导航到驱动程序文件:

cd ~/Desktop/rtl8812AU_linux_v4.3.20_16317.20160108

接下来,编辑Makefile:

nano Makefile

找到如下所示的行:

#EXTRA_CFLAGS += -Wno-error=date-time   # Fix compile error on gcc 4.9 and later

更改为如下所示:

EXTRA_CFLAGS += -Wno-error=date-time    # Fix compile error on gcc 4.9 and later

保存(Ctrl + o,然后按Enter),然后退出(Ctrl + x)文本编辑器。

现在重新编译:

make clean
make

假设没有其他错误:

sudo make install

别忘了,当您获得更新的内核时,请重新编译:make clean,make,sudo make install。很高兴它正在工作!
chili555
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.