Re: [vpp-dev] failure while building VPP v23.02 in centos 7 VM

2023-03-10 Thread jiangxiaoming
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 `ld

Re: [vpp-dev] failure while building VPP v23.02 in centos 7 VM

2023-03-10 Thread Pim van Pelt via lists.fd.io
Hoi, Preferred/supported build platform is Ubuntu LTS. It'll build well on Ubuntu Focal and Jammy. I additionally build and run on Debian Bullseye, which works well. groet, Pim On Fri, Mar 10, 2023 at 7:41 AM SANDEEP KUMAR wrote: > Thanks for the reply > Can you let me know which OS type and v

Re: [vpp-dev] failure while building VPP v23.02 in centos 7 VM

2023-03-09 Thread SANDEEP KUMAR
Thanks for the reply Can you let me know which OS type and version is recommended for VPP v23.02? Thanks & Regards, Sandeep Kumar On Fri, Mar 10, 2023 at 12:49 AM Dave Wallace wrote: > Hi Sandeep, > > The VPP community no longer supports building on CentOS-7. The build > infrastructure for cen

Re: [vpp-dev] failure while building VPP v23.02 in centos 7 VM

2023-03-09 Thread Dave Wallace
Hi Sandeep, The VPP community no longer supports building on CentOS-7.  The build infrastructure for centos/redhat/rocky OS distros was left in place after support ended, but there are no active maintainers for this build infra nor are there any CI jobs to ensure that it still works. You may

[vpp-dev] failure while building VPP v23.02 in centos 7 VM

2023-03-09 Thread SANDEEP KUMAR
Hi All, I am trying to build VPP v23.02 but getting an issue while performing the *make install-ext-deps* step in centos 7 VM, so please look at the following issue and help me to resolve it. *Prerequisites:* sudo yum groupinstall "Development Tools" sudo yum install -y numactl-devel libarchive-d