From: Thomas Huth <thuth@redhat.com>
To: luoyonggang@gmail.com, qemu-level <qemu-devel@nongnu.org>
Cc: "Daniel P. Berrange" <berrange@redhat.com>,
qemu-arm <qemu-arm@nongnu.org>,
"qemu-ppc@nongnu.org" <qemu-ppc@nongnu.org>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"David Gibson" <david@gibson.dropbear.id.au>
Subject: Re: Cirrus CI for msys2 are working now, but still buiding failed
Date: Wed, 2 Sep 2020 12:38:32 +0200 [thread overview]
Message-ID: <c61f6420-ffdb-b2b1-44ec-60b8a55f9c8a@redhat.com> (raw)
In-Reply-To: <CAE2XoE_SkH-2dNULFAZNiRNRNP=OncwCy=xrDk0J3bzS1Th=tg@mail.gmail.com>
On 01/09/2020 22.47, 罗勇刚(Yonggang Luo) wrote:
> https://cirrus-ci.com/task/6375504892657664
>
>
> failed with:
> ```
>
> Compiling C object libqemu-s390x-softmmu.fa.p/meson-generated_.._trace_generated-helpers.c.obj
> Compiling C object libqemu-s390x-softmmu.fa.p/meson-generated_.._qapi_qapi-events.c.obj
> Compiling C object libqemu-s390x-softmmu.fa.p/meson-generated_.._qapi_qapi-emit-events.c.obj
> Linking static target libblock.fa
> Linking target qemu-system-aarch64.exe
> Linking target qemu-system-aarch64w.exe
> Linking target qemu-system-alpha.exe
> Linking target qemu-system-alphaw.exe
> Linking target qemu-system-arm.exe
> Linking target qemu-system-armw.exe
> Linking target qemu-system-avr.exe
> Linking target qemu-system-avrw.exe
> C:/tools/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lfdt
> C:/tools/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lfdt
> C:/tools/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lfdt
> C:/tools/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lfdt
> collect2.exe: error: ld returned 1 exit status
> collect2.exe: error: ld returned 1 exit status
> collect2.exe: error: ld returned 1 exit status
> collect2.exe: error: ld returned 1 exit status
> make: *** [Makefile.ninja:2258: qemu-system-avr.exe] Error 1
> make: *** Waiting for unfinished jobs....
> make: *** [Makefile.ninja:1970: qemu-system-alpha.exe] Error 1
> make: *** [Makefile.ninja:2260: qemu-system-avrw.exe] Error 1
> make: *** [Makefile.ninja:1972: qemu-system-alphaw.exe] Error 1
> C:/tools/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lfdt
> C:/tools/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lfdt
> C:/tools/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lfdt
> C:/tools/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/10.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lfdt
> collect2.exe: error: ld returned 1 exit status
> collect2.exe: error: ld returned 1 exit status
> make: *** [Makefile.ninja:2184: qemu-system-armw.exe] Error 1
> make: *** [Makefile.ninja:2182: qemu-system-arm.exe] Error 1
> collect2.exe: error: ld returned 1 exit status
> make: *** [Makefile.ninja:1875: qemu-system-aarch64.exe] Error 1
> collect2.exe: error: ld returned 1 exit status
> make: *** [Makefile.ninja:1877: qemu-system-aarch64w.exe] Error 1
Wow, that looks quite promising already! But I wonder why the build
system is trying to link libfdt to targets like qemu-system-avr that do
not need it?
And for the targets that need fdt, it should use the dtc submodule... I
can see in the log that the dtc submodule is checked out, but it does
not seem to be compiled ? As a test, could you please try to run
"configure" with "--disable-fdt" there?
Thomas
next prev parent reply other threads:[~2020-09-02 10:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-01 20:47 Cirrus CI for msys2 are working now, but still buiding failed 罗勇刚(Yonggang Luo)
2020-09-02 10:38 ` Thomas Huth [this message]
2020-09-02 11:27 ` Paolo Bonzini
2020-09-02 11:41 ` Paolo Bonzini
2020-09-02 15:06 ` 罗勇刚(Yonggang Luo)
2020-09-02 15:43 ` Paolo Bonzini
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=c61f6420-ffdb-b2b1-44ec-60b8a55f9c8a@redhat.com \
--to=thuth@redhat.com \
--cc=berrange@redhat.com \
--cc=david@gibson.dropbear.id.au \
--cc=luoyonggang@gmail.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@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 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).