[dpdk-dev] Compiler for Windows
Stephen Hemminger
stephen at networkplumber.org
Thu Jan 3 07:33:03 CET 2019
What about Gcc under the WSL thing (ie Linux emulation in Windows).
Much better than Cygwin type stuff.
-----Original Message-----
From: Thomas Monjalon <thomas at monjalon.net>
Sent: Wednesday, January 2, 2019 2:45 PM
To: Jason Messer <jmesser at microsoft.com>; Harini Ramakrishnan
<harini.ramakrishnan at microsoft.com>; Omar Cardona <ocardona at microsoft.com>;
Ranjit Menon <ranjit.menon at intel.com>
Cc: Mattias Rönnblom <mattias.ronnblom at ericsson.com>; Jeff Shaw
<jeffrey.b.shaw at intel.com>; stephen at networkplumber.org; dev at dpdk.org
Subject: Compiler for Windows
Hi,
We need to gather inputs about the pros/cons of the C compilers
available for Windows.
Interesting criterias could be:
- ease of use
- availability
- standards compliance
- performance
When the comparison will be complete, we should publish it
in the doc/ directory, while porting DPDK to Windows.
I start with few data:
* gcc|clang on cygwin
- not native
* gcc/mingw
* gcc/mingw-w64
* clang/mingw-w64
* clang --target=x86_64-windows-msvc
* icc
- not freely available
* msvc
- native
- specific command line
- not C99
More information about the dev
mailing list