nuta / resea

A microkernel-based hackable operating system.
Other
522 stars 29 forks source link

make menuconfig fails #3

Closed ghost closed 4 years ago

ghost commented 4 years ago

make menuconfig fails with

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

ghost commented 4 years ago

The documentation didn't say I have to run pip3 install kconfiglib

nuta commented 4 years ago

Thank you for letting me know! I'll add it to the documentation.