travisdowns / uarch-bench

A benchmark for low-level CPU micro-architectural features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue building the package

last-genius opened this issue · comments

Tried makeing on two machines (with Arch Linux and Manjaro Linux), encountered the same error:

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