From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anand Rawat Subject: Re: [PATCH 0/6] HelloWorld example for Windows Date: Tue, 5 Mar 2019 15:43:46 -0800 Message-ID: References: <20190301071847.13376-1-anand.rawat@intel.com> <20190301134736.GA310912@bricha3-MOBL.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: "dev@dpdk.org" To: David Marchand , "Richardson, Bruce" Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id C79192BA7 for ; Wed, 6 Mar 2019 00:43:47 +0100 (CET) In-Reply-To: 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" On 3/4/2019 2:13 AM, David Marchand wrote: > > > On Fri, Mar 1, 2019 at 2:48 PM Bruce Richardson > > wrote: > > On Thu, Feb 28, 2019 at 11:18:41PM -0800, Anand Rawat wrote: > > Helloworld example for Windows. > > Includes Windows-specific EAL changes and meson > > changes to build the code on Windows. > > > > Anand Rawat (6): > >   eal: eal stub to add windows support > >   eal: Add header files to support windows > >   eal: Add headers for compatibility with windows environment > >   eal: add minimum viable code for eal on windows > >   examples: Add meson changes for windows > >   doc: add documention for windows > > > Thanks for this, it's good to see some progress here with small > managable > patches. > > I've just tried this on my laptop using clang + meson + ninja. I see > some > warnings at the link phase due to unknown flags, but otherwise things > compile and link ok and I get helloworld app running and printing hello > from all cores. Specifying a coremask doesn't seem to work though - > perhaps > something to look at for a V2. > > > Some easy warnings to fix: This will be fixed in v2. -- Anand Rawat