undefined reference to `trace_qemu_anon_ram_alloc'
Bug #1184616 reported by
Nigel Horne
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Invalid
|
Undecided
|
Unassigned | ||
Bug Description
The latest git version (commit 6a4e17711442849
...
LINK qemu-ga
libqemuutil.
oslib-posix.
libqemuutil.
oslib-posix.
collect2: error: ld returned 1 exit status
make: *** [qemu-ga] Error 1
This is on Ubuntu 13.04, gcc 4.7.3, configure flags:
'./configure' '--enable-
| Changed in qemu: | |
| status: | New → Invalid |
To post a comment you must log in.

On Mon, May 27, 2013 at 4:02 PM, Nigel Horne <email address hidden> wrote: bf2cc731ccddef5 a2a2d92d29) a(oslib- posix.o) : In function `qemu_anon_ ram_alloc' : c:(.text+ 0x154): undefined reference to `trace_ qemu_anon_ ram_alloc' a(oslib- posix.o) : In function `qemu_anon_ ram_free' : c:(.text+ 0x1e7): undefined reference to `trace_ qemu_anon_ ram_free' linux-aio' '--enable-kvm' '--enable- vhost-net'
> The latest git version (commit 6a4e17711442849
> fails to compile:
>
> ...
> LINK qemu-ga
> libqemuutil.
> oslib-posix.
> libqemuutil.
> oslib-posix.
> collect2: error: ld returned 1 exit status
> make: *** [qemu-ga] Error 1
>
> This is on Ubuntu 13.04, gcc 4.7.3, configure flags:
> './configure' '--enable-
Please try:
make distclean && ./configure --enable-linux-aio --enable-kvm
--enable-vhost-net && make
Stefan