Hi,
I am trying to compile a wifi driver (rt8192cu chipset).
When I run make, I get the following error :
make ARCH=armv6l CROSS_COMPILE= -C /lib/modules/3.1.9-33-ARCH+/build M=/root/wifi/rtl8188C_8192C_usb_linux_v3.4.3_4369.20120622 modules
make: *** /lib/modules/3.1.9-33-ARCH+/build: No such file or directory. Stop.
make: *** [modules] Error 2
uname -r gives :
3.1.9-33-ARCH+
ls /lib/modules gives :
3.1.9-10+
I have started with from scratch with a new install (download of archlinuxarm-13-06-2012 image) and update with pacman -Syu
I also installed gnu tools with this :
pacman -S kernel26-headers file base-devel abs
I guess there is something wrong in what I do but I don't know what.
Any help appreciated.
Regards,
Nicolas