Closed ghost closed 4 years ago
make menuconfig fails with
make menuconfig
CONFIG .config.mk Traceback (most recent call last): File "./tools/config.py", line 3, in import defconfig ModuleNotFoundError: No module named 'defconfig' Traceback (most recent call last): File "./tools/config.py", line 3, in import defconfig ModuleNotFoundError: No module named 'defconfig' Makefile:101: recipe for target 'menuconfig' failed make: *** [menuconfig] Error 1
The documentation didn't say I have to run pip3 install kconfiglib
pip3 install kconfiglib
Thank you for letting me know! I'll add it to the documentation.
make menuconfig
fails with