-
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
Documentation/Makefile: No such file or directory #4
Comments
Arch doesn't ship the entire built kernel tree, just headers. Is there a way to compile this without it compiling the entire kernel? |
Trying this on Ubuntu it prints some messages about what has to be done
FWIW this fails on 5.3
|
Same here! This is what happens on Fedora 32: gspca-kinect2]$ make -C /lib/modules/`uname -r`/build SUBDIRS=`pwd` SRCROOT=`pwd` modules make: Entering directory '/usr/src/kernels/5.6.6-300.fc32.x86_64'
scripts/kconfig/conf --syncconfig Kconfig
Kconfig:34: can't open file "Documentation/Kconfig"
make[2]: *** [scripts/kconfig/Makefile:75: syncconfig] Error 1
make[1]: *** [Makefile:568: syncconfig] Error 2
make: *** [Makefile:678: include/config/auto.conf.cmd] Error 2
make: Leaving directory '/usr/src/kernels/5.6.6-300.fc32.x86_64' |
The following works for kernel 5.6.6 on fedora 32: make -C /lib/modules/`uname -r`/build M=`pwd` SRCROOT=`pwd` modules |
I get unknown symbols when compiling with that on fc32:
|
This worked for me on Arch too after I ran: sudo pacman -S linux-headers |
See insmod sequence in #7 for fix. |
Anyone else seeing
I get that error for both this fork and @grandchild's. |
Same error as above, has anyone found a fix after all this time? |
5.4.15
The text was updated successfully, but these errors were encountered: