【发布时间】:2018-04-13 10:31:21
【问题描述】:
我想以非交互方式运行“make localmodconfig”。尝试中
是的 " " |制作 localmodconfig
出现以下错误:
Console input/output is redirected. Run 'make oldconfig' to update configuration.
make[1]: *** [scripts/kconfig/Makefile:45: localmodconfig] Error 1
make: *** [Makefile:547: localmodconfig] Error 2
我更喜欢 localmodconfig 而不是 olddefconfig 因为旧内核有 3000 多个模块并且只使用其中的 30 个。关于如何实现这一点的任何想法?
【问题讨论】:
-
谢谢,我会用这个方法。如果可能,请将其作为答案。
标签: linux build linux-kernel embedded-linux kernel-module