lwfinger / rtl8188eu

Repository for stand-alone RTL8188EU driver.
Other
1.67k stars 592 forks source link

make all command doesnt work. #239

Open sharkersharif opened 6 years ago

sharkersharif commented 6 years ago

hi, i am a newbie .. help me please.

"make all" command shows:

make ARCH=arm CROSS_COMPILE= -C /lib/modules/3.10.49-11903637/build M=/root/Desktop/rtl8188eu modules make[1]: /lib/modules/3.10.49-11903637/build: No such file or directory. Stop. Makefile:151: recipe for target 'modules' failed make: [modules] Error 2

Additional info : root@kali:~/Desktop/rtl8188eu# cat /proc/version Linux version 3.10.49-11903637 (dpi@SWDG9704) (gcc version 4.8 (GCC) ) #1 SMP PREEMPT Fri Sep 15 19:32:22 KST 2017 root@kali:~/Desktop/rtl8188eu# uname -a Linux kali 3.10.49-11903637 #1 SMP PREEMPT Fri Sep 15 19:32:22 KST 2017 armv7l GNU/Linux

micenote commented 6 years ago

check link:

ls -l /lib/modules/3.10.0-693.el7.x86_64

if have link:

rm ./build

link:

ln -s /usr/src/kernels/3.10.0-693.el7.x86_64/ /lib/modules/3.10.0-693.el7.x86_64/build

make again.

lwfinger commented 6 years ago

The critical test is 'ls /lib/modules/$(uname -r)/build'. The resulting output MUST show a directory named "include".