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

2020-03-17 Thread Thomas Monjalon
11/03/2020 18:22, William Tu: > On Wed, Feb 26, 2020 at 8:25 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

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

2020-03-11 Thread Kadam, Pallavi
On 2/26/2020 8:25 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 tollchains and libraries [

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

2020-03-11 Thread William Tu
On Wed, Feb 26, 2020 at 8:25 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 v4 0/7] MinGW-w64 support

2020-02-26 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,