zexceed12300 / rtl8188eu

RTL8188EU WiFi driver support monitor mode & frame injection
GNU General Public License v3.0
21 stars 7 forks source link

Please refer to below error #2

Open Cyb3r0L opened 4 years ago

Cyb3r0L commented 4 years ago

Makefile:1036: *** Recursive variable 'CROSS_COMPILE' references itself (eventually). Stop. It comes whenever it try to run command make I have 5.6.0-kali1-amd64 now. Please help me I have already installed linux headers

zexceed12300 commented 4 years ago

export CROSS_COMPILE=x86_64-linux-gnu-

sypnatix commented 3 years ago

make ARCH=x86_64 CROSS_COMPILE=x86_64-linux-gnu- -C ../out M=/rtl8188eus modules make[1]: *** ../out: No such file or directory. Stop. make: *** [Makefile:2047: modules] Error 2

i have that problem after i try the command export CROSS_COMPILE=x86_64-linux-gnu- , please help me