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
I was searching around Github when I found this magnificent piece of art. So I downloaded it, took a look at the readme, did what it told me to do and all was well. Until I got a make error, it stems from the part of the make command that looks for a make file in /lib/modules/.../build, why is it looking for a make file in there and how do I fix this.
Error:
make -C /lib/modules/5.6.16-1-MANJARO/build M=/home/thesc/Downloads/kernelroll.mp3
make[1]: Entering directory '/usr/lib/modules/5.6.16-1-MANJARO/build'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory '/usr/lib/modules/5.6.16-1-MANJARO/build'
make: *** [Makefile:4: all] Error 2
The text was updated successfully, but these errors were encountered:
I was searching around Github when I found this magnificent piece of art. So I downloaded it, took a look at the readme, did what it told me to do and all was well. Until I got a make error, it stems from the part of the make command that looks for a make file in /lib/modules/.../build, why is it looking for a make file in there and how do I fix this.
Error:
make -C /lib/modules/5.6.16-1-MANJARO/build M=/home/thesc/Downloads/kernelroll.mp3
make[1]: Entering directory '/usr/lib/modules/5.6.16-1-MANJARO/build'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory '/usr/lib/modules/5.6.16-1-MANJARO/build'
make: *** [Makefile:4: all] Error 2
The text was updated successfully, but these errors were encountered: