qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Build error /oslib-posix.c:153: undefined reference to `tra


From: Sai Prajeeth
Subject: [Qemu-devel] Build error /oslib-posix.c:153: undefined reference to `trace_qemu_anon_ram_free'
Date: Tue, 10 Jun 2014 17:33:00 +0530

Hi,
I am getting this error if i try to build qemu.

libqemuutil.a(oslib-posix.o): In function `qemu_anon_ram_alloc':
/util/oslib-posix.c:141: undefined reference to `trace_qemu_anon_ram_alloc'
libqemuutil.a(oslib-posix.o): In function `qemu_anon_ram_free':
/util/oslib-posix.c:153: undefined reference to `trace_qemu_anon_ram_free'
collect2: ld returned 1 exit status

This occurred when i performed bisection on current master (7721a3044234c46cd6f5f899e7467dc9351f3c8d) and an earlier commit. Now when i checkout master i keep getting this. Any idea what is wrong?

Build works if i pull the whole repo again.

reply via email to

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