From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: Compiler for Windows Date: Mon, 7 Jan 2019 08:51:25 -0800 Message-ID: <20190107085125.3e3adf05@hermes.lan> References: <7824863.MkUOD0j12R@xps> <005401d4a32e$2f20f860$8d62e920$@networkplumber.org> <20190107075138.654e0be5@hermes.lan> <20190107161534.GA15532@bricha3-MOBL.ger.corp.intel.com> <4ca4ff83-d226-12c4-913c-22737dfc5bb6@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Bruce Richardson , 'Thomas Monjalon' , 'Jason Messer' , 'Harini Ramakrishnan' , 'Omar Cardona' , 'Ranjit Menon' , 'Mattias =?UTF-8?B?UsO2bm5ibG9tJw==?= , 'Jeff Shaw' , dev@dpdk.org To: "Burakov, Anatoly" Return-path: Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by dpdk.org (Postfix) with ESMTP id B99441B505 for ; Mon, 7 Jan 2019 17:51:33 +0100 (CET) Received: by mail-pf1-f181.google.com with SMTP id z9so444167pfi.2 for ; Mon, 07 Jan 2019 08:51:33 -0800 (PST) In-Reply-To: <4ca4ff83-d226-12c4-913c-22737dfc5bb6@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, 7 Jan 2019 16:29:25 +0000 "Burakov, Anatoly" wrote: > On 07-Jan-19 4:15 PM, Bruce Richardson wrote: > > On Mon, Jan 07, 2019 at 07:51:38AM -0800, Stephen Hemminger wrote: > >> On Mon, 7 Jan 2019 10:56:57 +0000 > >> "Burakov, Anatoly" wrote: > >> > >>> On 03-Jan-19 6:33 AM, Stephen Hemminger wrote: > >>>> What about Gcc under the WSL thing (ie Linux emulation in Windows). > >>>> Much better than Cygwin type stuff. > >>>> > >>> > >>> WSL is dog-slow with any kind of disk I/O, at least currently, so while > >>> i do use WSL to fool my IDE into thinking it's running on Linux, the > >>> actual compilation user experience is horrible. > >>> > >> > >> The newest version uses Hyper-V to run Linux kernel in VM and is better. > >> Probably all still has issues with translation to NTFS. > > Yes, but it takes a while for "newest versions" to trickle down on our > dev machines :) > > > > > But is running that going to produce windows binaries rather than linux > > ones? > > > > I believe it's producing Linux binaries, not Windows ones. So probably a > non-starter. > It would produce Linux binaries. It should be possible to convince it to do Windows binaries some how. Just hoping there was a way to build DPDK with standard tools and not having to use cygwin.