[dpdk-users] Problem building DPDK libraries

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Nov 17 16:59:36 CET 2016


2016-11-17 15:51, David Aldrich:
> make[6]: *** /lib/modules/4.1.21-rt13-WR8.0.0.10_preempt-rt/build: No such file or directory.  Stop.

You need the kernel headers, or just disable compilation of kernel modules:
	sed -ri 's,(KNI_KMOD=).*,\1n,' build/.config
	sed -ri 's,(IGB_UIO=).*,\1n,' build/.config



More information about the users mailing list