欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

编译Linux kernel遇到:WARNING: modpost: Found 1 section mismatch(es)

编译Linux kernel遇到:WARNING: modpost: Found 1 section mismatch(es)

2012年12月04日 16:50:39 voice_shen 阅读数:6193            


如题:

WARNING: modpost: Found 1 section mismatch(es).
           

To see full details build your kernel with:
           

'make CONFIG_DEBUG_SECTION_MISMATCH=y'


           

解决文法:使用make CONFIG_DEBUG_SECTION_MISMATCH=y,最后得到如下输出:

WARNING: drivers/misc/built-in.o(.data+0x0): Section mismatch in reference from the variable ssc_driver to the function .init.text:ssc_probe()
The variable ssc_driver references
the function __init ssc_probe()
If the reference is valid then annotate the
variable with __init* or __refdata (see linux/init.h) or name the variable:
*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console

找出问题,解决。


来自 https://blog.csdn.net/voice_shen/article/details/8256602

普通分类: