On 7 November 2018 at 02:56, Peter Xu <pet...@redhat.com> wrote: > Strange, "make check -j8" failed on my hosts (I tried two) with either > Markus's pull tree or qemu master: > > hw/core/ptimer.o: In function `timer_new_tl': > /home/xz/git/qemu/include/qemu/timer.h:536: undefined reference to > `timer_init_tl' > collect2: error: ld returned 1 exit status > make: *** [/home/xz/git/qemu/rules.mak:124: tests/ptimer-test] Error 1 > > Is that only happening on my hosts?
Commit 89a603a0c80ae3 changed things so that there is no timer_new_tl() or timer_init_tl() any more, so if you have an object file that's referring to it then it's probably stale. Try a make clean. thanks -- PMM