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

2020-02-07 Thread William Tu
Hi Dmitry, Thanks for your reply. On Fri, Feb 7, 2020 at 2:24 AM Dmitry Kozliuk wrote: > > Hi William, > >> I applied your v2 patch and I did a native build on windows 10. >> Hit an error showing >> ../lib/librte_eal/windows/eal/eal_lcore.c:54:2: error: 'for' loop >> initial declarations are onl

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

2020-02-07 Thread Dmitry Kozliuk
Hi William, I applied your v2 patch and I did a native build on windows 10. > Hit an error showing > ../lib/librte_eal/windows/eal/eal_lcore.c:54:2: error: 'for' loop > initial declarations are only allowed in C99 mode > Thanks, will fix in v3. However the output looks weird: > C:\dpdk\build\exa

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

2020-02-06 Thread William Tu
On Wed, Feb 5, 2020 at 10:44 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 v2 0/7] MinGW-w64 support

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