I'm using v10, this is the one used in compiling
$ clang --version
clang version 10.0.0-4ubuntu1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
$ ls -l $(which clang)
lrwxrwxrwx 1 root root 24 Mar 20 2020 /usr/bin/clang ->
../lib/llvm-10/bin/clang
-- Configuration:
VPP
My mistake, I meant clang, not cmake. What version of clang? However
looking back at my post on the problem I had, it looks like I was having a
different issue.
https://lists.fd.io/g/vpp-dev/topic/92250876#21631
On Fri, Jul 22, 2022 at 2:13 PM Mohamed Naiem wrote:
> Hi Dave,
>
> I'm using v16 an
Hi Dave,
I'm using v16 and I see in build logs it is using it.
$ cmake --version
cmake version 3.16.3
vpp# make install-dep
!
cmake is already the newest version (3.16.3-1ubuntu1).
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21711): https://li
hello,
I had the same issue. Which version of CMAKE are you using? You need to use
cmake11 or higher. I had v11 installed, but my path was still set up for
cmake 6. I fixed my paths and it was able to compile. Check your paths.
$cmake --version
$ls -l $(which cmake)
On Fri, Jul 22, 2022 at 2:03
Hi,
I'm trying to build VPP on a linux server, I'm following the same steps I
did before when I tested VPP but this time it is not working.
git clone https://gerrit.fd.io/r/vpp
dpkg -l | grep vpp --> Empty
dpkg -l | grep DPDK --> Empty
make install-dep
make install-ext-deps
make build-release
Fa