编译qemu需要 error_exit "pkg-config binary '$pkg_config_exe' not found" 这个错误提示说明在编译 QEMU 过程中没有找到pkg-config工具。pkg-config是一个常用的软件包配置工具,用于检索安装的库和相关依赖的信息。 要解决这个问题,你需要确保已经正确安装了pkg-config工具,并且该工具所在路径被正确添加到系统的环...
pkg-config --variable pc_path pkg-config /usr/lib64/pkgconfig:/usr/share/pkgconfig 找到libdpdk.pc的位置,比如/opt/dpdk/libdpdk.pc,然后用export PKG_CONFIG_PATH=/opt/dpdk指定文件路径,再次编译即可 可以使用pkg-config --modversion libdpdk查看加载的dpdk的版本,如果正确加载,会输出对应的dpdk的版本号...
[root@dpdk BUILD]# yum install ragel-devel 开始编译: [root@dpdk BUILD]# cmake -DBOOST_ROOT=~/src/thirdparty/boost_1_66_0/ ../[root@dpdk BUILD]# cmake--build . [root@dpdk BUILD]# make 测试编译是否成功: [root@dpdk BUILD]# ./bin/unit-hyperscan 读开发手册:http://intel.github.io...
@@ -333,37 +333,44 @@ if(DPDK_NEEDED STREQUAL "true") else(WIN32) # Linux if(NOT DEFINED ENV{RTE_SDK}) message(FATAL "RTE_SDK is not defined") message(STATUS "RTE_SDK is not defined, try to use pkg-config") find_package(PkgConfig REQUIRED) pkg_check_modules(PKG_DPDK_LIB IMPO...
Star0 Code Pull requests Actions Projects Security Insights Additional navigation options Files 369d166 .circleci apps cmake debug demos doc docker dpdk include kvm licenses pkgconfig seastar-testing.pc.in seastar.pc.in scripts src tests
[root@dpdk BUILD]# yum install ragel-devel 开始编译: [root@dpdk BUILD]# cmake -DBOOST_ROOT=~/src/thirdparty/boost_1_66_0/ ../[root@dpdk BUILD]# cmake--build . [root@dpdk BUILD]# make 测试编译是否成功: [root@dpdk BUILD]# ./bin/unit-hyperscan ...