lwfinger / rtl8723bu

Driver for RTL8723BU
284 stars 144 forks source link

Compilation not supported on GCC6 #28

Closed Enverex closed 8 years ago

Enverex commented 8 years ago

At least that's what this is caused by, as far as I'm aware.

`from /root/build/rtl8723bu/core/rtw_cmd.c:22: include/linux/compiler-gcc.h:106:30: fatal error: linux/compiler-gcc6.h: No such file or directory

include gcc_header(GNUC)

                          ^

compilation terminated. scripts/Makefile.build:308: recipe for target '/root/build/rtl8723bu/core/rtw_cmd.o' failed`

Arch Linux ARM now uses GCC6 which means this module now unfortunately cannot be compiled on that platform.

Enverex commented 8 years ago

Ignore this, I just realised it's a kernel issue rather than an issue with the module.