Hi,all,
I figured out why the igb_uio.ko file would not be generated, so I needed to 
modify the config file: CONFIG_RTE_EAL_IGB_UIO=y.
However, I encountered a new "error", but the compilation did not terminate. I 
looked at the compilation process and couldn't explain why the information was 
printed.

[mythos@localhost linux-3.10]$ pwd
/home/mythos/kernel/linux-3.10
[mythos@localhost linux-3.10]$ ls -l include/generated/autoconf.h
-rw-rw-r-- 1 mythos mythos 123335 Apr 28 18:36 include/generated/ autoconf.h
[mythos@localhost linux-3.10]$ ls -l include/config/auto.conf
-rw-rw-r-- 1 mythos mythos 81820 Apr 28 18:36 include/config/ auto.conf

KBUILD_EXTMOD="/home/mythos/dpdk/dpdk-20.02-silvermont/dpdk-20.02/build/build/kernel/linux/igb_uio"
 -f /home/mythos/kernel/linux-3.10/Makefile \

test -e include/generated/autoconf.h -a -e include/config/auto.conf || (        
        \
echo >&2;                                                       \
echo >&2 "  ERROR: Kernel configuration is invalid.";           \
echo >&2 "         include/generated/autoconf.h or include/config/auto.conf are 
missing.";\
echo >&2 "         Run 'make oldconfig && make prepare' on kernel src to fix 
it.";      \
echo >&2 ;                                                      \
/bin/false)
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16192): https://lists.fd.io/g/vpp-dev/message/16192
Mute This Topic: https://lists.fd.io/mt/72983203/21656
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to