[dpdk-dev] [RFC PATCH] build for DPDK with meson and ninja

Jerin Jacob jerin.jacob at caviumnetworks.com
Wed Jun 7 20:12:59 CEST 2017


-----Original Message-----
> Date: Wed, 7 Jun 2017 11:47:43 +0100
> From: Bruce Richardson <bruce.richardson at intel.com>
> To: dev at dpdk.org
> CC: Bruce Richardson <bruce.richardson at intel.com>
> 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.


More information about the dev mailing list