rtl8723au icon indicating copy to clipboard operation
rtl8723au copied to clipboard

Unable to compile (missing file)

Open noobermin opened this issue 10 years ago • 4 comments

core/rtw_debug.c was removed, but the makefile still refers to it.

noobermin avatar Apr 06 '14 22:04 noobermin

It is now fixed. The change had not been added to Makefile.

lwfinger avatar Apr 06 '14 22:04 lwfinger

rtl8723au/core/rtw_cmd.c:753:3: error: implicit declaration of function 'ether_addr_copy' [-Werror=implicit-function-declaration] ether_addr_copy(&pmlmepriv->assoc_bssid[0], ^ cc1: some warnings being treated as errors

On Sun, Apr 6, 2014 at 3:47 PM, lwfinger [email protected] wrote:

It is now fixed. The change had not been added to Makefile.

Reply to this email directly or view it on GitHubhttps://github.com/lwfinger/rtl8723au/issues/37#issuecomment-39685877 .

GDB has a 'break' feature; why doesn't it have 'fix' too?

ckuethe avatar Apr 06 '14 22:04 ckuethe

The kernel-version branch is for the latest kernel, i.e. 3.14. Yours is too old.

Switch back to the master branch.

lwfinger avatar Apr 07 '14 00:04 lwfinger

I just pushed a fix for your kernel.

lwfinger avatar Apr 07 '14 00:04 lwfinger