I would follow the build instructions in vppsb/router/README.md. I found it
helpful to do the unsophisticated:

$ cd vppsb
$ rm -rf *
$ git checkout .

so that I would clear out references to automake 1.15 as I have a newer
automake, version 1.16.1.

Then the netlink part should configure, build, and install fine.

For the router directory, I got tap_inject_node.c to build by adding

#include <sys/uio.h>

But tap_inject_netlink.c needs more help due to API changes, for example,

/home/burts/vpp3/build-data/../router/router/tap_inject_netlink.c: In
function ‘add_del_neigh’:
/home/burts/vpp3/build-data/../router/router/tap_inject_netlink.c:114:22:
error: ‘ethernet_arp_ip4_over_ethernet_address_t’ {aka ‘struct
<anonymous>’} has no member named ‘ethernet’
       clib_memcpy (&a.ethernet, n->lladdr, ETHER_ADDR_LEN);
                      ^
/home/burts/vpp3/build-root/install-vpp_debug-native/vpp/include/vppinfra/string.h:180:44:
note: in definition of macro ‘clib_memcpy’
 #define clib_memcpy(d,s,n) memcpy_s_inline(d,n,s,n)

I don't know if I have the time or knowledge to progress, but it looks like
you should be able to progress without much knowledge of cmake and ninja.
Focus on the nitty gritty and hopefully somebody can help with the API
changes if you need that.

Burt
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13460): https://lists.fd.io/g/vpp-dev/message/13460
Mute This Topic: https://lists.fd.io/mt/32309215/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to