答案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