From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from cpe-2606-a000-111b-40ed-7aac-c0ff-fec2-933b.dyn6.twc.com ([2606:a000:111b:40ed:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1bLX9r-00061r-92; Fri, 08 Jul 2016 10:53:44 -0400 Date: Fri, 8 Jul 2016 10:53:29 -0400 From: Neil Horman To: Thomas Monjalon Cc: dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <1467988944-25004-5-git-send-email-thomas.monjalon@6wind.com> User-Agent: Mutt/1.6.1 (2016-04-27) X-Spam-Score: -1.0 (-) X-Spam-Status: No Subject: Re: [dpdk-dev] [PATCH v3 04/10] mk: fix driver build with installed SDK X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2016 14:54:00 -0000 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