From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] rte.extvars.mk: allow overriding RTE_SDK_BIN from the environment Date: Wed, 20 Jan 2016 16:27:26 +0100 Message-ID: <2864842.XzLbtfflbQ@xps13> References: <1453267824-2880-1-git-send-email-mhall@mhcomputing.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Matthew Hall Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id EEBEC8E5D for ; Wed, 20 Jan 2016 16:28:28 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id r129so135797871wmr.0 for ; Wed, 20 Jan 2016 07:28:28 -0800 (PST) In-Reply-To: <1453267824-2880-1-git-send-email-mhall@mhcomputing.net> 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" Hi Matthew, RTE_SDK_BIN is an internal variable and should not be overriden. 2016-01-19 21:30, Matthew Hall: > Currently pktgen-dpdk and many other external apps will fail to compile > if the build output directory name is not equal to the target name. > > This causes problems if you used an alternative build output directory. Have you installed DPDK somewhere? Example: make install O=mybuild DESTDIR=mylocalinstall Then you should build your app like this: make RTE_SDK=$(readlink -e ../dpdk/mylocalinstall/usr/local/share/dpdk)