* Building Qemu Error
@ 2022-10-10 13:54 Yedelli Navya
2022-10-10 16:33 ` Alex Bennée
0 siblings, 1 reply; 3+ messages in thread
From: Yedelli Navya @ 2022-10-10 13:54 UTC (permalink / raw)
To: qemu-devel@nongnu.org
[-- Attachment #1.1: Type: text/plain, Size: 469 bytes --]
Hi,
I am working on zynq qemu. Downloaded the qemu source from " https://github.com/Xilinx/qemu.git".
Followed the compilation steps from "https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/822312999/Building+and+Running+QEMU+from+Source+Code" while executing the Make command following error is appeared.
[cid:8d216b64-f2d5-41e6-9c9f-9f8b7cea7111]
Please provide working sources or any other solutions is highly appriciated.
Thanks & Regards
Navya
[-- Attachment #1.2: Type: text/html, Size: 2732 bytes --]
[-- Attachment #2: image.png --]
[-- Type: image/png, Size: 273582 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Building Qemu Error
2022-10-10 13:54 Building Qemu Error Yedelli Navya
@ 2022-10-10 16:33 ` Alex Bennée
2022-10-10 16:59 ` Peter Maydell
0 siblings, 1 reply; 3+ messages in thread
From: Alex Bennée @ 2022-10-10 16:33 UTC (permalink / raw)
To: Yedelli Navya; +Cc: qemu-devel
Yedelli Navya <yedelli.navya@axiado.com> writes:
> Hi,
>
> I am working on zynq qemu. Downloaded the qemu source from " https://github.com/Xilinx/qemu.git".
> Followed the compilation steps from
> "https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/822312999/Building+and+Running+QEMU+from+Source+Code"
> while executing the Make command following error is appeared.
>
> *
>
> Please provide working sources or any other solutions is highly
> appriciated.
You need to contact the downstream repository owners - this mailing list
is for the upstream qemu project:
https://gitlab.com/qemu-project/qemu/
--
Alex Bennée
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Building Qemu Error
2022-10-10 16:33 ` Alex Bennée
@ 2022-10-10 16:59 ` Peter Maydell
0 siblings, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2022-10-10 16:59 UTC (permalink / raw)
To: Alex Bennée; +Cc: Yedelli Navya, qemu-devel
On Mon, 10 Oct 2022 at 17:50, Alex Bennée <alex.bennee@linaro.org> wrote:
>
>
> Yedelli Navya <yedelli.navya@axiado.com> writes:
>
> > Hi,
> >
> > I am working on zynq qemu. Downloaded the qemu source from " https://github.com/Xilinx/qemu.git".
> > Followed the compilation steps from
> > "https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/822312999/Building+and+Running+QEMU+from+Source+Code"
> > while executing the Make command following error is appeared.
> >
> > *
> >
> > Please provide working sources or any other solutions is highly
> > appriciated.
>
> You need to contact the downstream repository owners
Agreed, you should ask Xilinx about their fork. That said, this
looks like it's because you're building with a newer compiler
than that version of QEMU was expecting, so there are new (but
fairly harmless) warnings generated. Pass configure
--disable-werror
and it should make the warnings non-fatal.
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-10 17:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-10 13:54 Building Qemu Error Yedelli Navya
2022-10-10 16:33 ` Alex Bennée
2022-10-10 16:59 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).