qemu-discuss
[Top][All Lists]
Advanced

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

Re: [Qemu-discuss] Error in compiling migration-checkpoint.o


From: Dave Gosselin
Subject: Re: [Qemu-discuss] Error in compiling migration-checkpoint.o
Date: Sun, 4 Jan 2015 09:05:20 -0500

A quick search of ‘rtnl_tc_get_ops’ on the Google machine revealed that it’s part of libnl (netlink protocol ibrary suite).  Please check and ensure that you have libnl devel package installed on your system.

Dave


On Jan 3, 2015, at 11:52 PM, Murad Kablan <address@hidden> wrote:

Hi,
I am new to QEMU and want to use its fault tolerance feature by "Michael Hines" described in this page

I followed these steps 
$ git checkout 'mc'
$ ./configure --enable-mc

and installed the required libraries, but when I run the 'make' command I get the following error:

  CC    migration-checkpoint.o
migration-checkpoint.c: In function ‘mc_enable_buffering’:
migration-checkpoint.c:482:5: error: implicit declaration of function ‘rtnl_tc_get_ops’ [-Werror=implicit-function-declaration]
     if (!(ops = rtnl_tc_get_ops(tc))) {
     ^
migration-checkpoint.c:482:5: error: nested extern declaration of ‘rtnl_tc_get_ops’ [-Werror=nested-externs]
migration-checkpoint.c:482:15: error: assignment makes pointer from integer without a cast [-Werror]
     if (!(ops = rtnl_tc_get_ops(tc))) {
               ^
cc1: all warnings being treated as errors
make: *** [migration-checkpoint.o] Error 1

Is this due to compiler version? Please advise.

Thanks,
Murad







reply via email to

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