On 10 March 2013 20:28, Gerhard Wiesinger <li...@wiesinger.com> wrote:
> Hello,
>
> qemu is currently not compile clean:
> CC util/hbitmap.o
> util/hbitmap.c: In function ‘hbitmap_iter_skip_words’:
> util/hbitmap.c:138:5: error: implicit declaration of function
> ‘trace_hbitmap_iter_skip_words’ [-Werror=implicit-function-declaration]

These are all functions which are autogenerated from trace-events
into trace/generated-tracers.h (and my git tree has them correctly
autogenerated and qemu builds). I suspect (a) our dependency
rules for these still aren't right (b) you can fix this with a
make clean or distclean or failing everything else by completely
nuking the tree and starting from scratch.

-- PMM

Reply via email to