Re: [dpdk-dev] [PATCH v3 0/7] MinGW-w64 support

2020-02-18 Thread William Tu
On Mon, Feb 17, 2020 at 4:02 PM Dmitry Kozlyuk wrote: > > This patch series add support for building DPDK using MinGW-w64. > > MinGW-w64 provides GNU toolchain and independent platform SDK on > Windows. It also supports cross-compilation to Windows from POSIX > systems by providing cross tollchain

[dpdk-dev] [PATCH v3 0/7] MinGW-w64 support

2020-02-17 Thread Dmitry Kozlyuk
This patch series add support for building DPDK using MinGW-w64. MinGW-w64 provides GNU toolchain and independent platform SDK on Windows. It also supports cross-compilation to Windows from POSIX systems by providing cross tollchains and libraries [0]. It does NOT emulate a full POSIX environment,