【发布时间】:2016-11-05 02:05:21
【问题描述】:
我正在尝试为 Cyanogenmod 13 编译内核。我收到错误
ERROR: modpost: Found 2 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
To build the kernel despite the mismatches, build with:
'make CONFIG_NO_ERROR_ON_MISMATCH=y'
(NOTE: This is not recommended)
我读了here。我需要使用 4.7 编译我的内核。 在 cyanogenmod 构建过程中如何选择工具链的版本??
【问题讨论】:
标签: c++ c kernel cyanogenmod linux-toolchain