Kconfiglib icon indicating copy to clipboard operation
Kconfiglib copied to clipboard

error: couldn't parse 'modules': unrecognized construct

Open montjoie opened this issue 4 years ago • 2 comments

on top of a linux tree I got: SRCARCH=arm ARCH=arm srctree=. CC=gcc LD=ld KERNELVERSION=5.12.0 genconfig /usr/lib/python-exec/python3.7/genconfig: init/Kconfig:2078: error: couldn't parse 'modules': unrecognized construct

montjoie avatar May 25 '21 07:05 montjoie

removing this line (modules on :2078) made the process continue

montjoie avatar May 25 '21 08:05 montjoie

Probably due to this change in the linux kernel https://github.com/torvalds/linux/commit/6dd85ff178cd76851e2184b13e545f5a88d1be30

cleanerx avatar Jun 22 '21 20:06 cleanerx