On 20 December 2013 00:14, Anthony Liguori <anth...@codemonkey.ws> wrote: > Peter Maydell <peter.mayd...@linaro.org> writes: > >> Only took a week for the target-arm queue to fill up again :-) >> Please pull... > > ubuntu@build:~/build/qemu$ make > CC aarch64-softmmu/gdbstub-xml.o > CC aarch64-softmmu/target-arm/cpu.o > /home/ubuntu/git/qemu/target-arm/cpu.c: In function ‘arm_cpu_post_init’: > /home/ubuntu/git/qemu/target-arm/cpu.c:260:9: error: implicit declaration of > function ‘assert_no_error’ [-Werror=implicit-function-declaration] > /home/ubuntu/git/qemu/target-arm/cpu.c:260:9: error: nested extern > declaration of ‘assert_no_error’ [-Werror=nested-externs] > cc1: all warnings being treated as errors > make[1]: *** [target-arm/cpu.o] Error 1 > make: *** [subdir-aarch64-softmmu] Error 2
Urgh. Looks like the QMP queue included a patch which removes assert_no_error! If you applied pullrequests in chronological order you'd have found this one built and that one didn't :-) thanks -- PMM