[[email protected] dpdk-stable-18.11.10]# cd examples/helloworld/
[[email protected] helloworld]# make
CC main.o
/home/kira/MBS/P3/dpdk-stable-18.11.10/examples/helloworld/main.c:11:24: 致命错误:rte_memory.h:没有那个文件或目录
#include <rte_memory.h>
^
编译中断。
make[1]: *** [main.o] 错误 1
make: *** [all] 错误 2
[[email protected] helloworld]#
请问这是什么原因造成的,编译dpdk时使用的make,需要再使用make install吗