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 B0E2CA0535; Tue, 4 Feb 2020 22:51:26 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0673B1C1EC; Tue, 4 Feb 2020 22:51:26 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 66FDF1C1E6 for ; Tue, 4 Feb 2020 22:51:24 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E5CCC21DAF; Tue, 4 Feb 2020 16:51:23 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 04 Feb 2020 16:51:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=5xfYXURK6K8cIjFEIT46bEX0CX553ubyw4Sxdqrpx+E=; b=hrLZoFytd2to +DpW/utQJPbvO1wRJKOSwu/Cjl2zQ12VwU6dsR7feGcx4J7CxTPumMwZYkqO5xDM NDOp0q+TQ2/Kv4R5+PsQx7B5WouyLx9+qYaUO+qXTOvsrYMRBfvO8DHDgWYIKYil KxHIxYfk4FxjZCCjOZifowry6ygFyIw= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=5xfYXURK6K8cIjFEIT46bEX0CX553ubyw4Sxdqrpx +E=; b=KT7sHEhzdqM76R3A1o/XqAjR9hVZc/phWRkz0DrScspOFLoq32c1Tqf7E gwj7unPXLHdWvaXS0FXAJKggQcOgfGHsNNHco2VfBETwfBwuRvCXC475QVV6KJDV XHYnphnNl0mbQQlccbGHJlas6yt8inl1DMGNPskiB4Im0C2pEGEGyKz/f4O1IPfC 0pVwvU1pmakg03GkKFFsqE6Bbxt9oKA/T2l2dOCNA4N+Vmy3rZBOSYc4GtIRqLAK weVKqOMGOURzxXLlh4oeGhEhIoZsXC72KQxlWSF2lTPlpb/yAJiv4nZ3nV6kMG3E gAerbQErAdS/b36tQhOHb+RGdc/kQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrgeelgddugeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpehgihhthhhusgdrtghomhenucfkphepjeejrddufeegrddvtdefrddukeeg necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhoh hmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 260AB30606FB; Tue, 4 Feb 2020 16:51:22 -0500 (EST) From: Thomas Monjalon To: dmitry.kozliuk@gmail.com Cc: dev@dpdk.org, Jeremy Plsek , pallavi.kadam@intel.com, ranjit.menon@intel.com, harini.ramakrishnan@microsoft.com, Tal Shnaiderman Date: Tue, 04 Feb 2020 22:51:20 +0100 Message-ID: <3336093.R56niFO833@xps> In-Reply-To: <20c66c3e-35ee-9433-467d-6d72cd336149@iol.unh.edu> References: <20c66c3e-35ee-9433-467d-6d72cd336149@iol.unh.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] DPDK Windows 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" 29/01/2020 19:05, Jeremy Plsek: > Hi Dmitry, > > > There is a bug in Meson: '/OPT:REF' must be prefixed with '-Wl,' when using > > Clang with link.exe, because Clang does not recognize '/OPT:REF' as an > > argument to pass to linker, but treats it as a filename instead. > > A patch is not under review: https://github.com/mesonbuild/meson/pull/6483 > > Thanks for the suggestion. I applied the patch to meson and the OPT > error is gone and it now compiles. > > Thanks! Wonderful, thanks Dmitry for the patch in meson. Please would you like to add a note with a link to the patch in the DPDK doc?