From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Compiler for Windows Date: Mon, 07 Jan 2019 18:00:31 +0100 Message-ID: <2036299.vM9g0LLXL8@xps> References: <7824863.MkUOD0j12R@xps> <4ca4ff83-d226-12c4-913c-22737dfc5bb6@intel.com> <20190107085125.3e3adf05@hermes.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Burakov, Anatoly" , Bruce Richardson , 'Jason Messer' , 'Harini Ramakrishnan' , 'Omar Cardona' , 'Ranjit Menon' , 'Mattias =?ISO-8859-1?Q?R=F6nnblom=27?= , 'Jeff Shaw' , dev@dpdk.org To: Stephen Hemminger Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id D8BBA1B273 for ; Mon, 7 Jan 2019 18:00:35 +0100 (CET) In-Reply-To: <20190107085125.3e3adf05@hermes.lan> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 07/01/2019 17:51, Stephen Hemminger: > 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. I believe the right way is to compile from a Windows machine. In this thread, I would like to discuss how to compile on Windows. "Cross" compilation from Linux is also interesting but probably more tricky.