cederom commented on issue #4648: URL: https://github.com/apache/incubator-nuttx/issues/4648#issuecomment-945007681
Quick progress summary: * `kconfig-frontends` seem abandoned. There are two forks being used by Debian (based on version 4.11.0.1) [1] and Espressif (based on version 4.6) [2]. Both have some patches applied and diverged: debian branch is 53 commits ahead, 274 commits behind espressif:4.6.x-idf. Debian version seems closer to the original, I have made it build and work on FreeBSD (local testing so far). Espressif version has some more updated created towards ESP32 devices, use CMake for build, build only part of the original package. This project is a critical dependency for NuttX and needs a new repository and maintenance. Debian? Apache? Espressif? * Project configuration needed updates in order to work on *BSD, patches are here: https://github.com/apache/incubator-nuttx/pull/4673. * RISC-V toolchain is hardcoded in `CROSSDEV` to `riscv64-unknown-elf-`. Some sort of auto-detection of the available Toolchain needs to be implemented. Issue report is here: https://github.com/apache/incubator-nuttx/issues/4674. So far so good, moving closer to build and run :-) [1] https://salsa.debian.org/philou/kconfig-frontends [2] https://github.com/espressif/kconfig-frontends -- 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