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

Make problem #42

Closed
sn1p3r46 opened this issue Jul 1, 2013 · 1 comment
Closed

Make problem #42

sn1p3r46 opened this issue Jul 1, 2013 · 1 comment

Comments

@sn1p3r46
Copy link

sn1p3r46 commented Jul 1, 2013

Hi! when i try to make i've got troubles:

Building v4l2-loopback driver... <---- is ok
make -C /lib/modules/uname -r/build M=/home/alexander/downloads/v4l2loopback-experimental modules <----- perfect
make: *** /lib/modules/2.6.32-5-686/build: No such file or directory. Stop.
make: *** [v4l2loopback.ko] Error 2 =(

Any ideas to solve it?

@umlaeute
Copy link
Owner

umlaeute commented Jul 2, 2013

in order to build a kernel module, you need to have the kernel-headers (matching your kernel - or the kernel you want to build the module for) installed.
if your system is setup correctly, /lib/modules/2.6.32-5-686/build is a link to something like /usr/src/linux-headers-2.6.32-5-686

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

2 participants