You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
got the same issue and could just find a workaround.
To get it work check if the file
/lib/modules/$(KVERSION)/build/include/generated/uapi/linux/version.h
exists, if not, just comment out lines 25 & 26
if [ -f /lib/modules/$(KVERSION)/build/include/generated/uapi/linux/version.h ]; then
INCLUDE += -I/lib/modules/$(KVERSION)/build/include/generated/uapi/
If it exists, comment out the lines from above and replace $(INCLUDE) in line 29 & 31 with
-I/lib/modules/$(KVERSION)/build/include/generated/uapi/
Last one is not tested, the file didn´t exist in my case.
Hi,
when I run make, I get
Makefile:25: *** missing separator (did you mean TAB instead of 8 spaces?).
on a raspberry with raspbian. Any hints?
Regards
Stefan
The text was updated successfully, but these errors were encountered: