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 C76AAA0534; Tue, 4 Feb 2020 07:16:31 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 98C9D1C014; Tue, 4 Feb 2020 07:16:30 +0100 (CET) Received: from mail-lj1-f181.google.com (mail-lj1-f181.google.com [209.85.208.181]) by dpdk.org (Postfix) with ESMTP id B1A281C012 for ; Tue, 4 Feb 2020 07:16:29 +0100 (CET) Received: by mail-lj1-f181.google.com with SMTP id w1so17257225ljh.5 for ; Mon, 03 Feb 2020 22:16:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Ws/wuWPiu9K7F7myfGJoLsnAyDvJG2PItZTgQVWi+lU=; b=a4gHgAAZYaWY9UOQ0jXRIZ8ovLCGQsnazvobwUPhqREtjcELR8ynRfcj3uDzUkQzrh yuG/W1aNU26qeFqqObZZE2zNM1g70QlSGm1dI+0qwaOfTaXfd0DCpSbqwegoyTNAs4wV 48on4AXn2eoFjbaoPlOnNQF08D2Dshp2FzowA96k5dxBz1d5Nvp/LqibasqzNrubtM8q Qy1v5BVNkIl8thmpM90dB3Lfh9q0BEy0KPFyJ4YD1TZiT3RWTgDjR5e3KeGRfp83qUmy C28Z1nBY3fThLBvWJzGQY+brEY4u+aVz42m8UmxiIJzrLdrkzuXQwi8ImjBdS/jsKz/E xZBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Ws/wuWPiu9K7F7myfGJoLsnAyDvJG2PItZTgQVWi+lU=; b=oyhd2eyI/f2PYVvDvDYFP2ZMeMzXPTa6Qx4t0zvc1G2dnsd5kc/3lMwwS+8Jz4w2Ys W6j9DwdUm7s+oYEX2VZ69sPOrQPdmM2a1cCDvsz+yqadTRq4/yu4plmLccU5XgY9Zo7R o0ZS94luJlI0GwO6q13DhcPFmQ7r2dHUInNUHALPOmyIfp7kLhQnARyV6gJqiByvfTdA 4mZujYYxkAVia8Ltj/kU+VtKqRWNjiJa57b5O1EoDgIdw9WsZM8hR7uySYpF5xaeMhlG YRPlQHMMRtu2pjA6lcGvyPjV6rNpJGaiVz3RIO/R4QzGxgvrH8GQ0nyYof0Hhry9BXwq NByg== X-Gm-Message-State: APjAAAWv8dffbgfJZhEj/GNxC2CZw1+lJ6vYELG1zarLdhWxvH9u4U6D QlKJlO6mhyjT6Ri2eKF33H0= X-Google-Smtp-Source: APXvYqy+VdAkYNzTO1O92gHZxu94bReslVS35PIFBc/h+MAAmf1KXQhzHXJ+SfPKbW4Na7b1LQSLBQ== X-Received: by 2002:a2e:22c5:: with SMTP id i188mr16337137lji.34.1580796989088; Mon, 03 Feb 2020 22:16:29 -0800 (PST) Received: from Sovereign (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id r10sm12564050ljk.9.2020.02.03.22.16.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Feb 2020 22:16:28 -0800 (PST) Date: Tue, 4 Feb 2020 09:16:24 +0300 From: Dmitry Kozlyuk To: William Tu Cc: Jeremy Plsek , dev@dpdk.org Message-ID: <20200204091624.20eafb80@Sovereign> In-Reply-To: References: <20c66c3e-35ee-9433-467d-6d72cd336149@iol.unh.edu> <20200201144347.487e20f2@Sovereign> <20200204010832.3501b03a@Sovereign> <20200204020258.089cc360@Sovereign> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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" Hi William, > examples\meson.build:11:0: ERROR: Program or command 'sh' not found or > not executable > > A full log can be found at > C:\dpdk-draft-windows\build11\meson-logs\meson-log.txt > > Do I need to install "sh"? No, you shouldn't have to, if you're building "master" branch of "dpdk" repository (https://git.dpdk.org/dpdk/). I noticed your working copy is named "dpdk-draft-windows", are you trying to build from that repo instead (https://git.dpdk.org/draft/dpdk-draft-windows/)? If so, its build system only supports Windows via MSBuild and ICC, according to that repo docs. To build current DPDK on Windows, you should be using "dpdk" repo. -- Dmitry Kozlyuk