我正在尝试为 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)
我在这里读到了。我需要使用 4.7 编译我的内核。在 cyanogenmod 构建期间如何选择工具链的版本?