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
after use make command
┌──(kali㉿kali)-[~/RTL8192EU] └─$ make make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.0.0-kali6-amd64/build M=/home/kali/RTL8192EU modules make[1]: Entering directory '/usr/src/linux-headers-6.0.0-kali6-amd64' CC [M] /home/kali/RTL8192EU/core/rtw_br_ext.o /home/kali/RTL8192EU/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-6.0.0-kali6-common/scripts/Makefile.build:254: /home/kali/RTL8192EU/core/rtw_br_ext.o] Error 1 make[1]: *** [/usr/src/linux-headers-6.0.0-kali6-common/Makefile:1876: /home/kali/RTL8192EU] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-6.0.0-kali6-amd64' make: *** [Makefile:1829: modules] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
after use make command
┌──(kali㉿kali)-[~/RTL8192EU]
└─$ make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.0.0-kali6-amd64/build M=/home/kali/RTL8192EU modules
make[1]: Entering directory '/usr/src/linux-headers-6.0.0-kali6-amd64'
CC [M] /home/kali/RTL8192EU/core/rtw_br_ext.o
/home/kali/RTL8192EU/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-6.0.0-kali6-common/scripts/Makefile.build:254: /home/kali/RTL8192EU/core/rtw_br_ext.o] Error 1
make[1]: *** [/usr/src/linux-headers-6.0.0-kali6-common/Makefile:1876: /home/kali/RTL8192EU] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-6.0.0-kali6-amd64'
make: *** [Makefile:1829: modules] Error 2
The text was updated successfully, but these errors were encountered: