On Wed, Mar 12, 2025 at 09:11:10AM -0700, Stephen Hemminger wrote: > On Wed, 12 Mar 2025 16:58:49 +0100 > David Marchand <david.march...@redhat.com> wrote: > > > On Wed, Mar 12, 2025 at 4:55 PM Bruce Richardson > > <bruce.richard...@intel.com> wrote: > > > > > > There was an issue with building DPDK using mingw v8.1[1], which > > > required using the "-fno-asynchronous-unwind-tables" compiler flag when > > > building using the mingw compiler. However, recent versions of the > > > compiler no longer seem to need this flag, so remove it. > > > > > > [1] > > > https://inbox.dpdk.org/dev/cajfav8z3qfht9vv5xoplhi74byaht2ycfl2fflrmei4hfsg...@mail.gmail.com > > > > > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > > > > Adding William in the loop. > > Should add documentation and check for required version of mingw?
Docs, yes, but don't think we should add a required version check in code. Will do v2 with doc update. CI is passing so looks like this was only an issue with older mingw. /Bruce