| b729b3c0 | 24-Feb-2021 |
Jie Zhou <[email protected]> |
doc: update minimum required Meson version for Windows
Meson with Windows clang generates incorrect linker flag "--subsystem,console" instead of "/subsystem:console" which will fail the DPDK build.
doc: update minimum required Meson version for Windows
Meson with Windows clang generates incorrect linker flag "--subsystem,console" instead of "/subsystem:console" which will fail the DPDK build. This is discovered at porting testpmd.
Meson 0.57.0 has the fix and should be used for DPDK Windows build. Update the WindowsGSG DPDK Build document for the proper meson version.
Signed-off-by: Jie Zhou <[email protected]> Acked-by: Dmitry Kozlyuk <[email protected]>
show more ...
|
| 1d714553 | 27-Feb-2020 |
Dmitry Kozlyuk <[email protected]> |
build: add cross-file for MinGW-w64
Add Meson configuration to cross-compile for Windows using MinGW-w64. It may require adjustments in some cases, but at least it provides the foundation.
Signed-o
build: add cross-file for MinGW-w64
Add Meson configuration to cross-compile for Windows using MinGW-w64. It may require adjustments in some cases, but at least it provides the foundation.
Signed-off-by: Dmitry Kozlyuk <[email protected]> Tested-by: William Tu <[email protected]> Tested-by: Pallavi Kadam <[email protected]>
show more ...
|