We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.16.0-5-amd64/build M=/home/barakat/Downloads/rtl8814au modules make[1]: Entering directory '/usr/src/linux-headers-5.16.0-5-amd64' /bin/sh: 1: /usr/src/linux-headers-5.16.0-5-common/scripts/pahole-flags.sh: not found /bin/sh: 1: /usr/src/linux-headers-5.16.0-5-common/scripts/pahole-flags.sh: not found /bin/sh: 1: /usr/src/linux-headers-5.16.0-5-common/scripts/pahole-flags.sh: not found CC [M] /home/barakat/Downloads/rtl8814au/core/rtw_br_ext.o /home/barakat/Downloads/rtl8814au/core/rtw_br_ext.c:20:18: fatal error: net/ipx.h: No such file or directory 20 | #include <net/ipx.h> | ^~~~~~~~~~~ compilation terminated. make[2]: *** [/usr/src/linux-headers-5.16.0-5-common/scripts/Makefile.build:292: /home/barakat/Downloads/rtl8814au/core/rtw_br_ext.o] Error 1 make[1]: *** [/usr/src/linux-headers-5.16.0-5-common/Makefile:1870: /home/barakat/Downloads/rtl8814au] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-5.16.0-5-amd64' make: *** [Makefile:2353: modules] Error 2
The text was updated successfully, but these errors were encountered:
me too
Sorry, something went wrong.
No branches or pull requests
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.16.0-5-amd64/build M=/home/barakat/Downloads/rtl8814au modules
make[1]: Entering directory '/usr/src/linux-headers-5.16.0-5-amd64'
/bin/sh: 1: /usr/src/linux-headers-5.16.0-5-common/scripts/pahole-flags.sh: not found
/bin/sh: 1: /usr/src/linux-headers-5.16.0-5-common/scripts/pahole-flags.sh: not found
/bin/sh: 1: /usr/src/linux-headers-5.16.0-5-common/scripts/pahole-flags.sh: not found
CC [M] /home/barakat/Downloads/rtl8814au/core/rtw_br_ext.o
/home/barakat/Downloads/rtl8814au/core/rtw_br_ext.c:20:18: fatal error: net/ipx.h: No such file or directory
20 | #include <net/ipx.h>
| ^~~~~~~~~~~
compilation terminated.
make[2]: *** [/usr/src/linux-headers-5.16.0-5-common/scripts/Makefile.build:292: /home/barakat/Downloads/rtl8814au/core/rtw_br_ext.o] Error 1
make[1]: *** [/usr/src/linux-headers-5.16.0-5-common/Makefile:1870: /home/barakat/Downloads/rtl8814au] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.16.0-5-amd64'
make: *** [Makefile:2353: modules] Error 2
The text was updated successfully, but these errors were encountered: