cederom opened a new issue #4648: URL: https://github.com/apache/incubator-nuttx/issues/4648
Hello world :-) My first steps with NuttX on FreeBSD. I will ask some questions here for support and make it working on FreeBSD / BSD Unix :-) I have also asked that question on mailing list but I prefer to work here closer to the source code and better public reach. My Target hardware is `ESP32-C3` (using `RISC-V` CPU) `ESP32-C3-MINI-1 / ESP32-C3-DevKitM-1` and/or `ESP32-C3-WROOM-02 / ESP32-C3-DevKitC-02`. First problem is with `kconfig` package: ``` % ./tools/configure.sh esp32c3-devkit:ble Copy files /home/cd/cederom/work/CeDeROM/lab/embedded/nuttx/nuttx.git/nuttx/tools/../tools/sethost.sh: line 129: kconfig-tweak: command not found ``` There is no such package kconfig on FreeBSD. But I was working with Zephyr KConfig somehow. All I have is: ``` pkg search -x kconfig kf5-kconfig-5.86.0 KF5 widgets for configuration dialogs kf5-kconfigwidgets-5.86.0 KF5 widgets for configuration dialogs ``` Both are installed. Any hints welcome :-) Tomek -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org