Hi Matthew,
RTE_SDK_BIN is an internal variable and should not be overriden.
2016-01-19 21:30, Matthew Hall:
> Currently pktgen-dpdk and many other external apps will fail to compile
> if the build output directory name is not equal to the target name.
>
> This causes problems if you used an alternative build output directory.
Have you installed DPDK somewhere? Example:
make install O=mybuild DESTDIR=mylocalinstall
Then you should build your app like this:
make RTE_SDK=$(readlink -e ../dpdk/mylocalinstall/usr/local/share/dpdk)