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 D45C6A0531; Mon, 10 Feb 2020 06:03:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C06681BE9C; Mon, 10 Feb 2020 06:03:37 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 87FE91BE8E for ; Mon, 10 Feb 2020 06:03:36 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Feb 2020 21:03:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,424,1574150400"; d="scan'208";a="256025170" Received: from rmenon-mobl.amr.corp.intel.com (HELO [10.251.0.53]) ([10.251.0.53]) by fmsmga004.fm.intel.com with ESMTP; 09 Feb 2020 21:03:34 -0800 From: Ranjit Menon To: Dmitry Kozlyuk Cc: Pallavi Kadam , Harini Ramakrishnan , dev@dpdk.org References: <20200208114546.546db2d0@Sovereign> Message-ID: <9a3fca13-bebc-cc87-d955-06b41fdbcdfe@intel.com> Date: Sun, 9 Feb 2020 21:03:34 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <20200208114546.546db2d0@Sovereign> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] Windows Draft Build 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 2/8/2020 12:45 AM, Dmitry Kozlyuk wrote: > Hi, > > I'm having trouble building "dpdk.sln" from "windpdk-v18.08-clang" branch of > "dpdk-draft-windows" repository using Visual Studio 2019 Community Edition. > All projects are set up to use some "llvm" toolset. If I install LLVM Build > Tools and switch toolset to Clang-cl, build fails because Platform SDK is not > accessible. I tried to add Platform SDK include paths to Additional Include > Directories, but ended up with multiple errors, indicating incompatibilities > between Windows headers and Clang. Please find screenshots and logs attached. > > "Netuio.sln" builds OK. > Dmitry... Did you install the LLVM toolchain for VStudio: https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm-toolchain You will need to ensure VS is closed before installing it. It says it supports VS2017, but it will also work with VS2019, if VS2017 is already installed. ranjit m.