Hi,
I have some problems with compiling VPP with router plugin.
*1. I get the following error:*
/root/iliar/vpp/build-data/../router/router/tap_inject_netlink.c:18:10:
fatal error: librtnl/netns.h: No such file or directory
 #include <librtnl/netns.h>
          ^~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:476: recipe for target 'router/tap_inject_netlink.lo' failed
make[1]: *** [router/tap_inject_netlink.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--
 0/root/iliar/vpp/build-data/../router/router/tap_inject_node.c: In
function ‘tap_inject_tap_send_buffer’:
/root/iliar/vpp/build-data/../router/router/tap_inject_node.c:45:13: error:
implicit declaration of function ‘writev’; did you mean ‘write’?
[-Werror=implicit-function-declaration]
   n_bytes = writev (fd, &iov, 1);
             ^~~~~~
             write
/root/iliar/vpp/build-data/../router/router/tap_inject_node.c: In function
‘tap_rx’:
/root/iliar/vpp/build-data/../router/router/tap_inject_node.c:231:13:
error: implicit declaration of function ‘readv’; did you mean ‘read’?
[-Werror=implicit-function-declaration]
   n_bytes = readv (fd, iov, MTU_BUFFERS);
             ^~~~~
             read
cc1: all warnings being treated as errors

2. How can I to wipe previous failed makes, completely! It seems that make
wipe-release option is removed!

3. What version of VPP is consistent with the last version of VPPSB?

4. Is there any alternative for VPPSB that can be used to integrate VPP
with Linux based control planes, i.e. Quagga / FRR ?

Thanks a lot
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12351): https://lists.fd.io/g/vpp-dev/message/12351
Mute This Topic: https://lists.fd.io/mt/30151521/21656
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to