标签:方便 make tar 环境 sam 执行文件 world example amp
export RTE_SDK=/.../DPDK
cd $RTE_SDK
make defconfig
make
cd dpdk/examples/helloworld/
export RTE_TARGET=build
make
cd dpdk/examples/helloworld/build
export RTE_SDK=/.../DPDK
cd $RTE_SDK
make defconfig
make -C examples
cd dpdk/examples/helloworld/
export RTE_TARGET=build
make
cd dpdk/examples/helloworld/build
标签:方便 make tar 环境 sam 执行文件 world example amp
原文地址:https://www.cnblogs.com/vancasola/p/9313861.html