Hi Sandeep, Our project build and run on Centos7 with vpp master very well, you can try the follow command: ` make VPP_SKIP_EXTERNAL= xdp-tools VPP_EXTRA_CMAKE_ARGS=" -DLDP_HAS_GNU_SOURCE=OFF -DCMAKE_PROGRAM_PATH:PATH='/opt/rh/devtoolset-9/root/bin'" build`, there may be compiler error with `ldp.c` and can be fixed with following diff: ` diff --git a/src/vcl/ldp.c b/src/vcl/ldp.c index 9876c1ea1..e416e5c0e 100644 --- a/src/vcl/ldp.c +++ b/src/vcl/ldp.c @@ -166,7 +166,7 @@ static inline char * ldp_get_app_name () { if (ldp->app_name[0] == '\0') - ldp_set_app_name (program_invocation_short_name); + ldp_set_app_name ("app");
return ldp->app_name; } -- `
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22687): https://lists.fd.io/g/vpp-dev/message/22687 Mute This Topic: https://lists.fd.io/mt/97500372/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-