From: Gerhard Wiesinger <lists@wiesinger.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] Compile error on FC17
Date: Sun, 10 Mar 2013 16:15:55 +0100 [thread overview]
Message-ID: <513CA3AB.1030608@wiesinger.com> (raw)
In-Reply-To: <CAFEAcA9HPHZrYt0wtAm36+UdD4Pt9PQ5k-pygjr9yzaaF2=EgQ@mail.gmail.com>
On 10.03.2013 14:20, Peter Maydell wrote:
> On 10 March 2013 20:28, Gerhard Wiesinger <lists@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.
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
next prev parent reply other threads:[~2013-03-10 15:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-10 12:28 [Qemu-devel] Compile error on FC17 Gerhard Wiesinger
2013-03-10 13:20 ` Peter Maydell
2013-03-10 15:15 ` Gerhard Wiesinger [this message]
2013-03-10 17:04 ` Peter Maydell
2013-03-10 18:52 ` Laszlo Ersek
2013-03-10 19:36 ` Gerhard Wiesinger
2013-03-10 19:47 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=513CA3AB.1030608@wiesinger.com \
--to=lists@wiesinger.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.