Skip to content
New issue

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

Error compiling the driver #6

Open
ghost opened this issue Jul 15, 2013 · 1 comment
Open

Error compiling the driver #6

ghost opened this issue Jul 15, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 15, 2013

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'

@ashaffer
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant