qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Bug 1568589] Re: Compile for os x host failed


From: Markus Armbruster
Subject: Re: [Qemu-devel] [Bug 1568589] Re: Compile for os x host failed
Date: Mon, 11 Apr 2016 08:49:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

iQQator <address@hidden> writes:

> fix: http://patchwork.ozlabs.org/patch/603499/

This patch isn't correct.  Quoting from its review:

ivshmem.o should only be linked when CONFIG_EVENTFD is set.  pci.mak has

    CONFIG_IVSHMEM=$(CONFIG_EVENTFD)

The compile error shown above indicates CONFIG_EVENTFD=y for make (since
ivshmem.o gets linked), but !defined(CONFIG_EVENTFD) for C (or else
event_notifier_init_fd() would exist).  Your build tree is messed up, or
the makefiles are broken.  Try starting over with a fresh build tree.

End quote.



reply via email to

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