qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Compile error on FC17


From: Gerhard Wiesinger
Subject: Re: [Qemu-devel] Compile error on FC17
Date: Sun, 10 Mar 2013 16:15:55 +0100
User-agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3

On 10.03.2013 14:20, Peter Maydell wrote:
On 10 March 2013 20:28, Gerhard Wiesinger <address@hidden> 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.

Hello Peter,

Tried make clean and make distclean already before I reported the issue.

If I'm suppressing "warning as errors" I'm still getting errors:

hw/usb/hcd-xhci.c: In function ‘xhci_set_ep_dequeue’:
hw/usb/hcd-xhci.c:1471:5: error: too many arguments to function ‘trace_usb_xhci_ep_set_dequeue’
In file included from hw/usb/hcd-xhci.c:27:0:
./trace.h:1052:58: note: declared here
hw/usb/hcd-xhci.c: In function ‘xhci_fire_ctl_transfer’:
hw/usb/hcd-xhci.c:1742:5: error: too many arguments to function ‘trace_usb_xhci_xfer_start’
In file included from hw/usb/hcd-xhci.c:27:0:
./trace.h:1068:58: note: declared here
hw/usb/hcd-xhci.c: In function ‘xhci_fire_transfer’:
hw/usb/hcd-xhci.c:1874:5: error: too many arguments to function ‘trace_usb_xhci_xfer_start’
In file included from hw/usb/hcd-xhci.c:27:0:
./trace.h:1068:58: note: declared here
hw/usb/hcd-xhci.c: In function ‘xhci_kick_ep’:
hw/usb/hcd-xhci.c:1889:5: error: too many arguments to function ‘trace_usb_xhci_ep_kick’
In file included from hw/usb/hcd-xhci.c:27:0:
./trace.h:1056:58: note: declared here
make: *** [hw/usb/hcd-xhci.o] Error 1
make: *** Waiting for unfinished jobs....

BTW: Isn't a new issue (around 2 month) but was very busy.

Ciao,
Gerhard




reply via email to

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