Re: Undefined reference to symbol while compiling DPPD-PROX

2022-05-23 Thread Avijit Pandey
bject: Re: Undefined reference to symbol while compiling DPPD-PROX On Thu, 28 Apr 2022 06:32:14 + "Avijit Pandey" wrote: > I have OS: Ubuntu 20.04 with kernel: 5.4.0-42-generic > > Built DPDK from the following steps: > > cd /opt > export RTE_SDK="/opt/

Re: Undefined reference to symbol while compiling DPPD-PROX

2022-04-28 Thread Stephen Hemminger
On Thu, 28 Apr 2022 06:32:14 + "Avijit Pandey" wrote: > I have OS: Ubuntu 20.04 with kernel: 5.4.0-42-generic > > Built DPDK from the following steps: > > cd /opt > export RTE_SDK="/opt/dpdk" > export RTE_TARGET="x86_64-native-linuxapp-gcc" > export PKG_CONFIG_PATH="/usr/local/lib/x86_64-l

Undefined reference to symbol while compiling DPPD-PROX

2022-04-27 Thread Avijit Pandey
I have OS: Ubuntu 20.04 with kernel: 5.4.0-42-generic Built DPDK from the following steps: cd /opt export RTE_SDK="/opt/dpdk" export RTE_TARGET="x86_64-native-linuxapp-gcc" export PKG_CONFIG_PATH="/usr/local/lib/x86_64-linux-gnu/pkgconfig" git clone https://github.com/DPDK/dpdk.git git clone http