qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Weil <weil@mail.berlios.de>
To: "Nigel Horne" <njh@bandsman.co.uk>,
	"Andreas Färber" <andreas.faerber@web.de>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Re: Latest version in Git doesn't link - any ideas?
Date: Sun, 15 Aug 2010 00:18:21 +0200	[thread overview]
Message-ID: <4C67162D.1070805@mail.berlios.de> (raw)
In-Reply-To: <4C670C3B.4040300@bandsman.co.uk>

Am 14.08.2010 23:35, schrieb Nigel Horne:
> I've seen some activity in this area of late, but the code still fails 
> to link.  Any clues anyone?
>> make distclean
>> ./configure --enable-linux-aio --enable-io-thread --enable-kvm
>> make
>> ...
>> LINK  arm-softmmu/qemu-system-arm
>> ivshmem.o: In function `ivshmem_mmio_map':
>> ivshmem.c:(.text+0x80f): undefined reference to 
>> `kvm_set_ioeventfd_mmio_long'
>> ivshmem.o: In function `ivshmem_read':
>> ivshmem.c:(.text+0x9fc): undefined reference to 
>> `kvm_set_ioeventfd_mmio_long'
>> ivshmem.c:(.text+0xa6c): undefined reference to 
>> `kvm_set_ioeventfd_mmio_long'
>> collect2: ld returned 1 exit status
>> make[1]: *** [qemu-system-arm] Error 1
>> make: *** [subdir-arm-softmmu] Error 2
>>
>> -Nigel
>>
>
>

Try changing the entry for ivshmem.o (which is not needed for targets
without kvm) in Makefile.target like this:

obj-$(CONFIG_KVM) += ivshmem.o

Regards
Stefan

  reply	other threads:[~2010-08-14 22:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-11  9:29 [Qemu-devel] Latest version in Git doesn't link - any ideas? Nigel Horne
2010-08-14 21:35 ` [Qemu-devel] " Nigel Horne
2010-08-14 22:18   ` Stefan Weil [this message]
2010-08-14 23:44     ` Cam Macdonell
2010-08-15 17:57       ` Nigel Horne

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C67162D.1070805@mail.berlios.de \
    --to=weil@mail.berlios.de \
    --cc=andreas.faerber@web.de \
    --cc=njh@bandsman.co.uk \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).