From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3CB495A9C for ; Wed, 1 Jun 2016 13:04:16 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 01 Jun 2016 04:04:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,400,1459839600"; d="scan'208";a="712168595" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.187]) ([10.237.220.187]) by FMSMGA003.fm.intel.com with ESMTP; 01 Jun 2016 04:04:04 -0700 To: Raja Jayapal , dev@dpdk.org References: From: Ferruh Yigit Message-ID: <574EC124.4070904@intel.com> Date: Wed, 1 Jun 2016 12:04:04 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] dpdk compilation issue on cumuluslinux 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: Wed, 01 Jun 2016 11:04:16 -0000 On 6/1/2016 8:37 AM, Raja Jayapal wrote: > > > Hi All, > > I am working on installing dpdk on cumuluslinux(2.5.7v). > I have followed the steps as mentioned in the dpdk quick start guide for installation, but the facing issues during compilation. > > Steps followed: >> git clone git://dpdk.org/dpdk >> make config T=x86_64-native-linuxapp-gcc >> sed -ri 's,(PMD_PCAP=).*,\1y,' build/.config >> make > > Error: > ------- > SYMLINK-FILE include/exec-env/rte_interrupts.h > SYMLINK-FILE include/exec-env/rte_kni_common.h > SYMLINK-FILE include/exec-env/rte_dom0_common.h > INSTALL-LIB librte_eal.a > == Build lib/librte_eal/linuxapp/igb_uio > make: *** /lib/modules/3.2.68-6/build: No such file or directory. Stop. This is the default location for kernel source, it is possible to override it by RTE_KERNELDIR. make RTE_KERNELDIR=