qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* MSYS2 and libfdt
@ 2023-01-19  8:14 Thomas Huth
  2023-01-19  8:55 ` Stefan Weil via
  2023-01-19  8:56 ` Marc-André Lureau
  0 siblings, 2 replies; 15+ messages in thread
From: Thomas Huth @ 2023-01-19  8:14 UTC (permalink / raw)
  To: Bin Meng, Stefan Weil, Marc-André Lureau; +Cc: QEMU Developers


  Hi all,

in some spare minutes, I started playing with a patch to try to remove the 
dtc submodule from the QEMU git repository - according to 
https://repology.org/project/dtc/versions our supported build platforms 
should now all provide the minimum required version.

However, I'm hitting a problem with Windows / MSYS2 in the CI jobs: The 
libfdt is packaged as part of the dtc package there:

  https://packages.msys2.org/package/dtc

... meaning that it is added with a usr/include and usr/lib path prefix 
instead of mingw64/include and mingw64/lib like other packages are using 
(see e.g. 
https://packages.msys2.org/package/mingw-w64-x86_64-zlib?repo=mingw64). Thus 
the compiler does not find the library there. Also there does not seem to be 
a difference between a i686 (32-bit) and x86_64 (64-bit) variant available 
here? Does anybody know how libfdt is supposed to be used with MSYS2 ?

  Thomas



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-01-25 12:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-19  8:14 MSYS2 and libfdt Thomas Huth
2023-01-19  8:55 ` Stefan Weil via
2023-01-19 12:30   ` Thomas Huth
2023-01-19  8:56 ` Marc-André Lureau
2023-01-20  8:31   ` Thomas Huth
2023-01-20 13:57     ` Marc-André Lureau
2023-01-23 16:23       ` Daniel P. Berrangé
2023-01-24  9:20         ` Thomas Huth
2023-01-24 11:27           ` NetBSD and libfdt (was: Re: MSYS2 and libfdt) Thomas Huth
2023-01-25 11:36             ` Nick Hudson
2023-01-25 11:59               ` NetBSD and libfdt Thomas Huth
2023-01-24 14:43         ` MinGW and libfdt (was: Re: MSYS2 and libfdt) Thomas Huth
2023-01-24 15:08           ` Daniel P. Berrangé
2023-01-24 19:10             ` Marc-André Lureau
2023-01-25 10:26               ` Thomas Huth

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).