Hi Team, I am using Centos 7 to build the VPP package but while running the vagrant build command I getting the below error with respect to Kernel headers ( no such file or directory).
Could you please help and suggest if possible. [root@localhost 3.10.0-123.el7.x86_64]# uname -r 3.10.0-123.el7.x86_64 Error: -------- [root@localhost 3.10.0-123.el7.x86_64]# ./build-root/vagrant/build.sh == Build lib/librte_eal/linuxapp/eal == Build lib/librte_eal/linuxapp/igb_uio *make: *** /lib/modules/3.10.0-123.el7.x86_64/build: No such file or directory. Stop.* make[11]: *** [igb_uio.ko] Error 2 make[10]: *** [igb_uio] Error 2 make[10]: *** Waiting for unfinished jobs.... CC eal.o CC eal_hugepage_info.o CC eal_memory.o CC eal_thread.o CC eal_log.o CC eal_vfio.o CC eal_vfio_mp_sync.o CC eal_pci.o CC eal_pci_uio.o CC eal_pci_vfio.o CC eal_debug.o CC eal_lcore.o CC eal_timer.o CC eal_interrupts.o CC eal_alarm.o CC eal_common_lcore.o CC eal_common_timer.o CC eal_common_memzone.o CC eal_common_log.o CC eal_common_launch.o CC eal_common_pci.o CC eal_common_pci_uio.o CC eal_common_memory.o CC eal_common_tailqs.o CC eal_common_cpuflags.o CC eal_common_errno.o CC eal_common_string_fns.o CC eal_common_hexdump.o CC eal_common_devargs.o CC eal_common_dev.o CC eal_common_options.o CC eal_common_thread.o CC eal_common_proc.o CC rte_malloc.o CC malloc_elem.o CC malloc_heap.o CC rte_keepalive.o CC rte_cpuflags.o CC rte_spinlock.o 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 AR librte_eal.a INSTALL-LIB librte_eal.a make[9]: *** [linuxapp] Error 2 make[8]: *** [librte_eal] Error 2 make[7]: *** [lib] Error 2 make[6]: *** [all] Error 2 make[5]: *** [pre_install] Error 2 make[4]: *** [install] Error 2 make[4]: Leaving directory `/home/techmahindra/source_vpp/vpp/build-root/build-vpp-native/dpdk/dpdk-16.07' make[3]: *** [/home/techmahindra/source_vpp/vpp/build-root/build-vpp-native/dpdk/.build.ok] Error 2 make[3]: Leaving directory `/home/techmahindra/source_vpp/vpp/dpdk' make[2]: *** [dpdk-install] Error 2 make[2]: Leaving directory `/home/techmahindra/source_vpp/vpp/build-root' make[1]: *** [install-rpm] Error 1 make[1]: Leaving directory `/home/techmahindra/source_vpp/vpp/build-root' make: *** [pkg-rpm] Error 2 [root@localhost vagrant]# Directory (checked manually): ------------------------------------------ [root@localhost modules]# cd 3.10.0-123.el7.x86_64/ [root@localhost 3.10.0-123.el7.x86_64]# ls build modules.alias.bin modules.dep modules.modesetting modules.symbols vdso extra modules.block modules.dep.bin modules.networking modules.symbols.bin kernel modules.builtin modules.devname modules.order source modules.alias modules.builtin.bin modules.drm modules.softdep updates [root@localhost 3.10.0-123.el7.x86_64]# cd build bash: cd: build: No such file or directory Thanks & Regards, Sreejith
_______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev