We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tried makeing on two machines (with Arch Linux and Manjaro Linux), encountered the same error:
make
make[2]: Entering directory '.../uarch-bench/libpfc/kmod.build' make -C /lib/modules/6.6.10-arch1-1/build M=.../uarch-bench/libpfc/kmod.build modules make[3]: Entering directory '.../uarch-bench/libpfc/kmod.build' make[3]: *** /lib/modules/6.6.10-arch1-1/build: No such file or directory. Stop
The directory is present:
$ ls libpfc/kmod.build Kbuild Makefile meson.build mesonbuildkmod.sh pfckmod.c
make clean and another make produce the same result
make clean
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tried
make
ing on two machines (with Arch Linux and Manjaro Linux), encountered the same error:The directory is present:
make clean
and anothermake
produce the same resultThe text was updated successfully, but these errors were encountered: