berarma / new-lg4ff

Experimental Logitech force feedback module for Linux
GNU General Public License v2.0
298 stars 18 forks source link

Cannot use Make #63

Closed pastorczo13 closed 2 years ago

pastorczo13 commented 2 years ago

when trying to use make on Solus, it shows make make -C /lib/modules/uname -r/build M=$PWD make[1]: /lib/modules/5.15.43-215.current/build: No such file or directory. Stop. make: [Makefile:5: default] Error 2

Any help would be appreciated Solus 4.3 Kernal 5.15.43-215.current

berarma commented 2 years ago

Can you check the missing components in the path that's shown in the error?

I would guess it's some inconsistency in the packaging of the kernel or maybe some missing build package.

pastorczo13 commented 2 years ago

I did not have linux-headers-current installed, I only had linux-headers installed. I fixed it.