DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: update required Mingw version
@ 2024-04-03 16:28 Stephen Hemminger
  2024-04-03 23:00 ` Tyler Retzlaff
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2024-04-03 16:28 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger, Dmitry Kozlyuk, Tyler Retzlaff, Pallavi Kadam

Some new patches were failing on the very old version of mingw that
is being used by the CI system. But there was no required version
for mingw listed in the documentation, so add one.

The version is selected is the version available for Debian oldstable
(Bullseye) as listed on:
  https://www.mingw-w64.org/downloads/

The 10.0 version was released in 4/4/2022,
The current upstream version 11.0.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 doc/guides/windows_gsg/build_dpdk.rst | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/doc/guides/windows_gsg/build_dpdk.rst b/doc/guides/windows_gsg/build_dpdk.rst
index 1b6d3a650a..708875c16f 100644
--- a/doc/guides/windows_gsg/build_dpdk.rst
+++ b/doc/guides/windows_gsg/build_dpdk.rst
@@ -11,7 +11,7 @@ Building the DPDK and its applications requires one of the following
 environments:
 
 * LLVM 14.0.0 (or later) and Microsoft MSVC linker.
-* The MinGW-w64 toolchain (either native or cross).
+* The MinGW-w64 10.0 (or later) toolchain (either native or cross).
 * Microsoft Visual Studio 2022 (any edition).
 
   - note Microsoft Visual Studio 2022 does not currently build enough
@@ -49,10 +49,6 @@ and ensure the Windows SDK is selected.
 Option 2. MinGW-w64 Toolchain
 -----------------------------
 
-On Linux, i.e. for cross-compilation, install MinGW-w64 via a package manager.
-Version 4.0.4 for Ubuntu 16.04 cannot be used due to a
-`MinGW-w64 bug <https://sourceforge.net/p/mingw-w64/bugs/562/>`_.
-
 On Windows, obtain the latest version installer from
 `MinGW-w64 repository <https://sourceforge.net/projects/mingw-w64/files/>`_.
 Any thread model (POSIX or Win32) can be chosen, DPDK does not rely on it.
-- 
2.43.0


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

* Re: [PATCH] doc: update required Mingw version
  2024-04-03 16:28 [PATCH] doc: update required Mingw version Stephen Hemminger
@ 2024-04-03 23:00 ` Tyler Retzlaff
  0 siblings, 0 replies; 2+ messages in thread
From: Tyler Retzlaff @ 2024-04-03 23:00 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev, Dmitry Kozlyuk, Pallavi Kadam

On Wed, Apr 03, 2024 at 09:28:51AM -0700, Stephen Hemminger wrote:
> Some new patches were failing on the very old version of mingw that
> is being used by the CI system. But there was no required version
> for mingw listed in the documentation, so add one.
> 
> The version is selected is the version available for Debian oldstable
> (Bullseye) as listed on:
>   https://www.mingw-w64.org/downloads/
> 
> The 10.0 version was released in 4/4/2022,
> The current upstream version 11.0.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---

Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>


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

end of thread, other threads:[~2024-04-03 23:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-03 16:28 [PATCH] doc: update required Mingw version Stephen Hemminger
2024-04-03 23:00 ` Tyler Retzlaff

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