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
Trying to compile the driver Arch (actually Artix, but it's basically the same) and I keep getting this error. make -C /lib/modules/5.10.46-1-lts/build SUBDIRS=/home/ethan/Downloads/crystalhd/driver/linux modules make[1]: Entering directory '/usr/lib/modules/5.10.46-1-lts/build' scripts/Makefile.build:44: arch/x86/entry/syscalls/Makefile: No such file or directory make[2]: *** No rule to make target 'arch/x86/entry/syscalls/Makefile'. Stop. make[1]: *** [arch/x86/Makefile:224: archheaders] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/usr/lib/modules/5.10.46-1-lts/build' make: *** [Makefile:30: all] Error 2
Kernel version is 5.10.46-1-lts x86_64
The text was updated successfully, but these errors were encountered:
Trying to compile the driver Arch (actually Artix, but it's basically the same) and I keep getting this error.
make -C /lib/modules/5.10.46-1-lts/build SUBDIRS=/home/ethan/Downloads/crystalhd/driver/linux modules make[1]: Entering directory '/usr/lib/modules/5.10.46-1-lts/build' scripts/Makefile.build:44: arch/x86/entry/syscalls/Makefile: No such file or directory make[2]: *** No rule to make target 'arch/x86/entry/syscalls/Makefile'. Stop. make[1]: *** [arch/x86/Makefile:224: archheaders] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/usr/lib/modules/5.10.46-1-lts/build' make: *** [Makefile:30: all] Error 2
Kernel version is
5.10.46-1-lts x86_64
The text was updated successfully, but these errors were encountered: