qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-discuss] Make problem on migration-rdma.o


From: Tiago Cruz
Subject: [Qemu-discuss] Make problem on migration-rdma.o
Date: Thu, 7 Aug 2014 12:57:51 -0300

Hello guys,

I'm using the branch described on http://wiki.qemu.org/Features/MicroCheckpointing

Using libnl 3.2.16, my last 
problem was: "ERROR: glib-2.12 required to compile QEMU", but I solved with:

sudo apt-get install libglib2.0-dev
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
./configure --enable-mc

Now, the configure has finished, but I got some error on make:

  CC    migration-rdma.o
migration-rdma.c: In function ‘qemu_rdma_dump_id’:
migration-rdma.c:961:21: error: ‘struct ibv_port_attr’ has no member named ‘link_layer’
migration-rdma.c:962:22: error: ‘struct ibv_port_attr’ has no member named ‘link_layer’
migration-rdma.c:962:37: error: ‘IBV_LINK_LAYER_INFINIBAND’ undeclared (first use in this function)
migration-rdma.c:962:37: note: each undeclared identifier is reported only once for each function it appears in
migration-rdma.c:963:24: error: ‘struct ibv_port_attr’ has no member named ‘link_layer’
migration-rdma.c:963:39: error: ‘IBV_LINK_LAYER_ETHERNET’ undeclared (first use in this function)
migration-rdma.c: In function ‘qemu_rdma_broken_ipv6_kernel’:
migration-rdma.c:1055:26: error: ‘struct ibv_port_attr’ has no member named ‘link_layer’
migration-rdma.c:1055:41: error: ‘IBV_LINK_LAYER_INFINIBAND’ undeclared (first use in this function)
migration-rdma.c:1057:33: error: ‘struct ibv_port_attr’ has no member named ‘link_layer’
migration-rdma.c:1057:48: error: ‘IBV_LINK_LAYER_ETHERNET’ undeclared (first use in this function)
migration-rdma.c:1096:18: error: ‘struct ibv_port_attr’ has no member named ‘link_layer’
make: *** [migration-rdma.o] Error 1

Do you know how to solve this?

Thanks!

--
-- Tiago Cruz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]