I am trying to build a dpdk application using dpdk v.18.08 on Centos 7.6 with gcc 4.8.5.
The application build reports this error:
[build] /opt/dpdk/dpdk-18.08/config/rte_config.h:19:10: fatal error: rte_build_config.h: No such file or directory
[build] #include <rte_build_config.h>
I can't locate rte_build_config.h. Where does it live? Or is my configuration wrong such that it should not be required?