From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH v3 04/10] mk: fix driver build with installed SDK Date: Fri, 8 Jul 2016 10:53:29 -0400 Message-ID: <20160708145329.GG14917@hmsreliant.think-freely.org> References: <1467972855-21873-1-git-send-email-thomas.monjalon@6wind.com> <1467988944-25004-1-git-send-email-thomas.monjalon@6wind.com> <1467988944-25004-5-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id B13ED8E80 for ; Fri, 8 Jul 2016 16:54:00 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1467988944-25004-5-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Jul 08, 2016 at 04:42:18PM +0200, Thomas Monjalon wrote: > The tool pmdinfogen was called from RTE_OUTPUT/app/ which does not exist > if building a driver outside of the SDK build. > When building DPDK, RTE_SDK_BIN is RTE_OUTPUT. When building an external > driver, RTE_SDK_BIN must point to the installed DPDK directory containing > includes, libs, etc. > > That's why pmdinfogen must be installed in the SDK directory and be part > of the SDK installation. > > Fixes: 3d781ca32874 ("mk: do post processing on objects that register a driver") > > Signed-off-by: Thomas Monjalon Acked-by: Neil Horman