-
Notifications
You must be signed in to change notification settings - Fork 16
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
I cant even start to install (HELP) #14
Comments
Well you have to install a compiler to compile this. Try installing the package |
(And probably use my fork instead, which fixes some issues: https://github.com/grandchild/gspca-kinect2 ) |
ok thx going to try it now, another thing, will it work with OBS. |
sudo make -C /lib/modules/ And i installed gcc |
Try the following
|
Oh, you also need the linux-headers package. The name might be slightly different between distros. Which Linux distro are you on? Have a look for it here: https://pkgs.org/ |
Also don't run make with sudo. It shouldn't disturb anything, but it's not necessary either, and it's a bad habit. For all you know, the Makefile could delete your whole system. |
M= my pw, SRCROOT= my pw. |
Ubuntu 20.04 |
I have not managed to do that, but you might have different results. It's not clear whether it generally can't work, or I'm doing something wrong.
That's understandable. Have you tried simply running the
? In regards to the header files, try installing them with the following command: sudo apt install linux-headers-`uname -r` |
ya i tried the command and it gave me that error above, but ill test these out |
I've got a different error: |
@trobes I would like if you would try a bit harder:
|
sudo make -C /lib/modules/
uname -r
/build SUBDIRS=pwd
SRCROOT=pwd
clean modulesmake: Entering directory '/usr/src/linux-headers-5.4.0-58-generic'
make[1]: gcc: Command not found
fs/aufs/Makefile:3: fs/aufs/magic.mk: No such file or directory
make[3]: *** No rule to make target 'fs/aufs/magic.mk'. Stop.
make[2]: *** [scripts/Makefile.clean:67: fs/aufs] Error 2
make[1]: *** [Makefile:1764: _clean_fs] Error 2
make: *** [Makefile:340: __build_one_by_one] Error 2
make: Leaving directory '/usr/src/linux-headers-5.4.0-58-generic'
The text was updated successfully, but these errors were encountered: