From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 58332A0528; Sat, 18 Jul 2020 00:22:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9EC871BF5C; Sat, 18 Jul 2020 00:22:52 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by dpdk.org (Postfix) with ESMTP id 219511BF5B for ; Sat, 18 Jul 2020 00:22:52 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1059) id 63B4320B4909; Fri, 17 Jul 2020 15:22:51 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 63B4320B4909 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1595024571; bh=5kQVZB3letHfq1x5BcT+ohWkMbC1FYcJUtAFVaWD918=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rnWlaMd9Z7MkyGJK4THVKbMLXpYrDQB0qcttCIKVD528/b/9gXfDb3OGstS0Hu4dq DEVbY3bCA1LNObCRlF96cK1EhgNgSI1NHgZifMbomNJKuw5RfoeYCHkqmhhs9t+fME gqf77yYmddwSZLJfD547u4BPSwh83ROrYcac7Bf8= Date: Fri, 17 Jul 2020 15:22:51 -0700 From: Narcisa Ana Maria Vasile To: Fady Bader Cc: Dmitry Kozlyuk , "dev@dpdk.org" , Thomas Monjalon , Tasnim Bashar , Tal Shnaiderman , Yohad Tor , "harini.ramakrishnan@microsoft.com" , "ocardona@microsoft.com" , "anand.rawat@intel.com" , "ranjit.menon@intel.com" , "olivier.matz@6wind.com" Message-ID: <20200717222251.GB34951@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <'20200610112326.18576-1-fady@mellanox.com'> <20200610120040.17968-1-fady@mellanox.com> <20200610120040.17968-4-fady@mellanox.com> <20200620222209.6e66adae@sovereign> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [dpdk-dev] [PATCH v2 3/3] eal/windows: librte_net build on Windows X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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 Sun, Jun 28, 2020 at 09:48:25AM +0000, Fady Bader wrote: > > Subject: Re: [PATCH v2 3/3] eal/windows: librte_net build on Windows > > > > > diff --git a/lib/librte_eal/common/meson.build > > > b/lib/librte_eal/common/meson.build > > > index e1bdaf024..05e40a26b 100644 > > > --- a/lib/librte_eal/common/meson.build > > > +++ b/lib/librte_eal/common/meson.build > > > @@ -28,6 +28,7 @@ if is_windows > > > 'malloc_elem.c', > > > 'malloc_heap.c', > > > 'rte_malloc.c', > > > + 'rte_random.c', > > > > Hitting an error when building on Windows (SDK 10.0.18362) with Clang 9.0.1: > > Hi Dmitry, > I'm trying to reproduce the error you had, I installed the latest SDK (10.0.19041.0) but I can't find the clang v9.0.1 for Windows. Can you redirect/instruct me how did you get it for Windows ? > > Thanks, > Fady > Hi Fady, Getting the same error with a setup similar to Dmitry's. My setup: SDK 10.0.18362, clang 9.0.0. What version of clang are you using on your system? You can try installing LLVM 9.0.0 from https://releases.llvm.org/download.html