acassis commented on PR #17515:
URL: https://github.com/apache/nuttx/pull/17515#issuecomment-3656177294
> > Hi @acassis , does this also occur with CMake?
>
> No idea, I didn't try CMake, but I can try now and let you know
CMake is not working here:
$ cmake -B build -DBOARD_CONFIG=raspberrypi-pico:usbnsh -GNinja
CMake Error at CMakeLists.txt:96 (message):
Kconfig environment depends on kconfiglib, Please install:
(APT source)
$ sudo apt install python3-kconfiglib
or (pip source)
$ pip install kconfiglib
or (After Ubuntu 24.04)
$ pip install kconfiglib --break-system-packages
$ sudo apt install python3-kconfiglib
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-kconfiglib is already the newest version (14.1.0-3).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]