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=<kernel-source-path>