leducp commented on issue #12362: URL: https://github.com/apache/nuttx/issues/12362#issuecomment-2122732373
I'm not really sure that this makes sense to generate NuttX with conan: NuttX as an operating system is the root of yours dependencies. As such it provides the toolchain description and the C library. Conan need this as an input to generate its output. Even the configuration of NuttX (or any OS) seems really complicated to do through conan. We are using conan and NuttX intensively at work and our approach is to consider the root system as a first - bootstrap - step (our code base can run on Linux, NuttX, PikeOS and partially on Windows). Then we call conan to generate the intermediate dependencies: at this step conan consume the OS toolchain file to generate its output. At the end we can build our application. -- 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