[dpdk-users] Compiling DPDK 16.07 with shared option is failing..

2016-11-10 Thread Nagaprabhanjan Bellaru
I am not sure why it complains about "rte_eth_bond_8023ad_conf_get at DPDK_2.0" when I cam compiling for 16.07. Anyways, if I change the symbol names, the compilation goes through fine. -nagp On Thu, Nov 10, 2016 at 1:53 PM, Nagaprabhanjan Bellaru < nagp.lists at gmail.com> wrote: > Hi, > > I am

[dpdk-users] Compiling DPDK 16.07 with shared option is failing..

2016-11-10 Thread Nagaprabhanjan Bellaru
Hi, I am compiling DPDK as part of VPP (Cisco). It has rte_timer etc. turned off. I enabled it and stumbled on this error. DPDK compilation is invoked by VPP. -nagp On Thu, Nov 10, 2016 at 1:48 PM, Thomas Monjalon wrote: > 2016-11-10 10:37, Nagaprabhanjan Bellaru: > > I found that librte_time

[dpdk-users] Compiling DPDK 16.07 with shared option is failing..

2016-11-10 Thread Nagaprabhanjan Bellaru
I found that librte_timer was not enabled and so the compilation failed. When I enabled the same, it went ahead and failed at a different place while compiling librte_pmd: -- gcc -pie -fPIC -L/home/ubuntu/development/libfwdd/src/platform/vpp/vpp/build-root/install-vpp_debug-native/dpdk/lib -Wl,-g

[dpdk-users] Compiling DPDK 16.07 with shared option is failing..

2016-11-10 Thread Thomas Monjalon
2016-11-10 10:37, Nagaprabhanjan Bellaru: > I found that librte_timer was not enabled and so the compilation failed. > When I enabled the same, it went ahead and failed at a different place > while compiling librte_pmd: > > -- > gcc -pie -fPIC > -L/home/ubuntu/development/libfwdd/src/platform/vpp

[dpdk-users] Compiling DPDK 16.07 with shared option is failing..

2016-11-10 Thread Xu, Qian Q
[dpdk-users] Compiling DPDK 16.07 with shared option is failing.. Hi, I am compiling DPDK with "CONFIG_RTE_BUILD_SHARED_LIB=y". However, when I compile, it is failing at: -- gcc -pie -fPIC -L/home/ubuntu/development/libfwdd/src/platform/vpp/vpp/build-root/install-vpp_debug-native/

[dpdk-users] Compiling DPDK 16.07 with shared option is failing..

2016-11-09 Thread Nagaprabhanjan Bellaru
Hi, I am compiling DPDK with "CONFIG_RTE_BUILD_SHARED_LIB=y". However, when I compile, it is failing at: -- gcc -pie -fPIC -L/home/ubuntu/development/libfwdd/src/platform/vpp/vpp/build-root/install-vpp_debug-native/dpdk/lib -Wl,-g -shared rte_sched.o rte_red.o rte_approx.o rte_reciprocal.o -z def