rt3573sta icon indicating copy to clipboard operation
rt3573sta copied to clipboard

Error compiling the driver

Open ghost opened this issue 11 years ago • 1 comments

I try to compile this driver for the Raspberry Pi device with the RaspBmc distribution. RaspBmc is based on Debian and when i launch a make i get this error :

root@raspbmc:/home/pi/rt3573sta-master# make make -C tools make[1]: Entering directory /home/pi/rt3573sta-master/tools' gcc -g bin2h.c -o bin2h make[1]: Leaving directory/home/pi/rt3573sta-master/tools' /home/pi/rt3573sta-master/tools/bin2h cp -f os/linux/Makefile.6 /home/pi/rt3573sta-master/os/linux/Makefile make -C /lib/modules/3.6.11/build SUBDIRS=/home/pi/rt3573sta-master/os/linux modules make[1]: Entering directory /lib/modules/3.6.11/build' make[1]: *** No rule to make targetmodules'. Stop. make[1]: Leaving directory `/lib/modules/3.6.11/build'

ghost avatar Jul 15 '13 07:07 ghost

I think you are missing the headers required to build this driver. Does the raspberry pi have apt-get? If so, try apt-get install linux-headers-generic

ashaffer avatar Aug 10 '13 19:08 ashaffer