Re: [vpp-dev] Help regarding VPP build with ODP

2017-01-18 Thread Sreejith Surendran Nair
Hi Burt, Thanks a lot for your kind help !. It worked after adding the include and library paths for ODP in vpp.mk. Also I had to add the library in "libvnet_la_LIBADD" in vnet.am. Thanks & Regards, Sreejith On 17 January 2017 at 18:24, Burt Silverman wrote: > Hi Sreejith, > > Have you tried a

Re: [vpp-dev] Help regarding VPP build with ODP

2017-01-17 Thread Burt Silverman
Hi Sreejith, Have you tried adding your include path to vpp_CPPFLAGS in build-data/packages/vpp.mk rather than the old way of adding to vnet_CPPFLAGS in vnet.mk? Similarly for libraries, everything done in vpp.mk. See if this works for you. Burt On Tue, Jan 17, 2017 at 5:37 AM, Sreejith Surendra

[vpp-dev] Help regarding VPP build with ODP

2017-01-17 Thread Sreejith Surendran Nair
Hi All, I am working on VPP/ODP integration. I had made some changes earlier in the Makefiles(vnet.mk,vpp.mk) to build ODP with VPP. Below are the changes I made for ODP: 1) I had copied the ODP includes,bin and library to VPP installed path (vpp/build-root/install-vpp). 2) And added ODP install