From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [RFC PATCH] build for DPDK with meson and ninja Date: Wed, 7 Jun 2017 23:42:59 +0530 Message-ID: <20170607181258.GA18222@jerin> References: <20170607104743.275149-1-bruce.richardson@intel.com> <20170607104743.275149-2-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0067.outbound.protection.outlook.com [104.47.32.67]) by dpdk.org (Postfix) with ESMTP id 421682BA3 for ; Wed, 7 Jun 2017 20:13:21 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20170607104743.275149-2-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Wed, 7 Jun 2017 11:47:43 +0100 > From: Bruce Richardson > To: dev@dpdk.org > CC: Bruce Richardson > Subject: [dpdk-dev] [RFC PATCH] build for DPDK with meson and ninja > X-Mailer: git-send-email 2.9.4 > > to use, need to have meson >= 0.4 and ninja-build packages installed. > > Then do the following in main DPDK directory: > > meson build > cd build > ninja > sudo ninja install Tested on Archlinux + ccache + gcc7. Impressive. Build is really quick. Especially in empty build case, where existing build system takes a while to complete. Thanks for the RFC. Faced an issue(The latest gcc 7 specific DPDK flags are not showing up correctly) with ccache + gcc 7 environment with ninja. Look like something is missing in configuration side.