From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: dpdk compilation issue on cumuluslinux Date: Wed, 1 Jun 2016 12:04:04 +0100 Message-ID: <574EC124.4070904@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Raja Jayapal , dev@dpdk.org 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) In-Reply-To: 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 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=