[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-discuss] Make problem on migration-rdma.o
From: |
Nicholas Taylor |
Subject: |
[Qemu-discuss] Make problem on migration-rdma.o |
Date: |
Tue, 23 Sep 2014 10:43:14 -0500 |
I just solved this problem at work.
I was building qemu 2.0 on an ubuntu 12.04 machine.
This error says there is a variable "link_layer" is missing
in the struct "ibv_port_attr"
That struct exists in the file /usr/include/infiniband/verbs.h.
Your version of that file is older than qemu likes.
In ubuntu that file is managed by the package "libibverbs-dev"
http://packages.ubuntu.com/pt/trusty/libibverbs-dev
If you build and install this package before building
qemu your problem should be solved.
-Nick
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-discuss] Make problem on migration-rdma.o,
Nicholas Taylor <=