From patchwork Wed Feb 24 23:36:52 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jie Zhou X-Patchwork-Id: 88182 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 71CAFA034F; Thu, 25 Feb 2021 00:36:59 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0081940692; Thu, 25 Feb 2021 00:36:59 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 718A44067B for ; Thu, 25 Feb 2021 00:36:58 +0100 (CET) Received: from linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net (linux.microsoft.com [13.77.154.182]) by linux.microsoft.com (Postfix) with ESMTPSA id 8FD7820B6C40; Wed, 24 Feb 2021 15:36:57 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 8FD7820B6C40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1614209817; bh=nVwHbHiUfN/fzlg8FqgpH9B3hst6fJu5OibnYfIwCpE=; h=From:To:Cc:Subject:Date:From; b=mM0OQkEKTfUIL1Ksu5n5aCrD9/kCwBcn1WRX98qlmh5+zI0wrFMBW5peIcA+8sZ9x OcgXhmgBw+TmYvRqsRteQzveHBuHEJYIQN4L7HMEzgR19APeNCZT6n8Mr3U+fc/JAW G9TOxQNn9kGFdobRnRHf/x0ZnAYobhiBBfVIOK00= From: Jie Zhou To: dev@dpdk.org Cc: thomas@monjalon.net, roretzla@linux.microsoft.com Date: Wed, 24 Feb 2021 15:36:52 -0800 Message-Id: <1614209812-4331-1-git-send-email-jizh@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH] WindowsGSGDoc: Update the meson version to use for Windows DPDK X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" From: Jie Zhou Meson with Windows clang generates incorrect linker flag "--subsystem,console" instead of "/subsystem:console" which will fail the DPDK build. This is discovered at porting testpmd. Meson 0.57.0 has the fix and should be used for DPDK Windows build. Update the DPDK WindowsGSG DPDK Build document for the proper meson version. Will then sync with ci@dpdk.org to update meson in CI pipeline. Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou Acked-by: Dmitry Kozlyuk --- doc/guides/windows_gsg/build_dpdk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/windows_gsg/build_dpdk.rst b/doc/guides/windows_gsg/build_dpdk.rst index 5f1395f3d..8083227ea 100644 --- a/doc/guides/windows_gsg/build_dpdk.rst +++ b/doc/guides/windows_gsg/build_dpdk.rst @@ -64,7 +64,7 @@ A good option to choose is the MSI installer for both meson and ninja together:: http://mesonbuild.com/Getting-meson.html#installing-meson-and-ninja-with-the-msi-installer%22 -Recommended version is either Meson 0.47.1 (baseline) or the latest release. +Recommended version is either Meson 0.57.0 (baseline) or the latest release. Install the Backend -------------------