From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stephen Hemminger" Subject: Re: Compiler for Windows Date: Wed, 2 Jan 2019 22:33:03 -0800 Message-ID: <005401d4a32e$2f20f860$8d62e920$@networkplumber.org> References: <7824863.MkUOD0j12R@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: =?iso-8859-1?Q?'Mattias_R=F6nnblom'?= , "'Jeff Shaw'" , To: "'Thomas Monjalon'" , "'Jason Messer'" , "'Harini Ramakrishnan'" , "'Omar Cardona'" , "'Ranjit Menon'" Return-path: Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) by dpdk.org (Postfix) with ESMTP id D66981B130 for ; Thu, 3 Jan 2019 07:33:07 +0100 (CET) Received: by mail-pg1-f178.google.com with SMTP id v28so15571664pgk.10 for ; Wed, 02 Jan 2019 22:33:07 -0800 (PST) In-Reply-To: <7824863.MkUOD0j12R@xps> Content-Language: en-us List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" What about Gcc under the WSL thing (ie Linux emulation in Windows). Much better than Cygwin type stuff. -----Original Message----- From: Thomas Monjalon =20 Sent: Wednesday, January 2, 2019 2:45 PM To: Jason Messer ; Harini Ramakrishnan ; Omar Cardona = ; Ranjit Menon Cc: Mattias R=F6nnblom ; Jeff Shaw ; stephen@networkplumber.org; dev@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=3Dx86_64-windows-msvc * icc - not freely available * msvc - native - specific command line - not C99