【发布时间】:2020-07-02 16:25:27
【问题描述】:
我正在尝试使用内核 4.19 编译 buildroot,但是在编译时出现此错误:
Incorrect selection of kernel headers: expected 4.19.x, got 3.18.x
package/pkg-generic.mk:306: recipe for target '/home/localuser/newOS/buildroot/output/build/linux-headers-STD_LIV_3.18/.stamp_staging_installed' failed
make[1]: *** [/home/localuser/newOS/buildroot/output_agila/build/linux-headers-STD_LIV_3.18.140-vab820/.stamp_staging_installed] Error 1
Makefile:84: recipe for target '_all' failed
make: *** [_all] Error 2
现在有人如何解决这个问题吗?
【问题讨论】:
标签: linux compilation kernel version buildroot