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.