I have encountered an error when running 'make' on netrunner core 20.01 (debian based). When i run the make command in the amdcovcgit directory as told to do in the README.md i get this output:
g++ -Wall -O3 -std=c++11 -DHAVE_TERMINFO=1 -c -o amdcovc.o amdcovc.cpp
amdcovc.cpp:48:10: fatal error: pci/pci.h: No such file or directory
I have encountered an error when running 'make' on netrunner core 20.01 (debian based). When i run the make command in the amdcovcgit directory as told to do in the README.md i get this output:
g++ -Wall -O3 -std=c++11 -DHAVE_TERMINFO=1 -c -o amdcovc.o amdcovc.cpp amdcovc.cpp:48:10: fatal error: pci/pci.h: No such file or directory
include <pci/pci.h>
compilation terminated. make: *** [Makefile:46: amdcovc.o] Error 1