Created
September 5, 2017 16:12
-
-
Save gabesullice/fe1af30fb9a1db93be636d384847c68c to your computer and use it in GitHub Desktop.
Make output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0] gabe EW7833UAC_linux_v4.3.21_17997.20160531 $ sudo make | |
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.12.4-1-ARCH/build M=/home/gabe/Downloads/edimax/EW7833UAC_linux_4.3.21_kernel_3.16-4.4/EW7833UAC_linux_v4.3.21_17997.20160531 modules | |
make[1]: Entering directory '/usr/lib/modules/4.12.4-1-ARCH/build' | |
CC [M] /home/gabe/Downloads/edimax/EW7833UAC_linux_4.3.21_kernel_3.16-4.4/EW7833UAC_linux_v4.3.21_17997.20160531/os_dep/linux/ioctl_linux.o | |
/home/gabe/Downloads/edimax/EW7833UAC_linux_4.3.21_kernel_3.16-4.4/EW7833UAC_linux_v4.3.21_17997.20160531/os_dep/linux/ioctl_linux.c: In function ‘rtw_ioctl_wext_private’: | |
/home/gabe/Downloads/edimax/EW7833UAC_linux_4.3.21_kernel_3.16-4.4/EW7833UAC_linux_v4.3.21_17997.20160531/os_dep/linux/ioctl_linux.c:14004:5: error: implicit declaration of function ‘is_compat_task’; did you mean ‘is_idle_task’? [-Werror=implicit-function-declaration] | |
if(is_compat_task()) | |
^~~~~~~~~~~~~~ | |
is_idle_task | |
cc1: some warnings being treated as errors | |
make[2]: *** [scripts/Makefile.build:303: /home/gabe/Downloads/edimax/EW7833UAC_linux_4.3.21_kernel_3.16-4.4/EW7833UAC_linux_v4.3.21_17997.20160531/os_dep/linux/ioctl_linux.o] Error 1 | |
make[1]: *** [Makefile:1515: _module_/home/gabe/Downloads/edimax/EW7833UAC_linux_4.3.21_kernel_3.16-4.4/EW7833UAC_linux_v4.3.21_17997.20160531] Error 2 | |
make[1]: Leaving directory '/usr/lib/modules/4.12.4-1-ARCH/build' | |
make: *** [Makefile:1699: modules] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment