raiden00pl commented on PR #18331:
URL: https://github.com/apache/nuttx/pull/18331#issuecomment-3871246468
@aditya0yadav I don't get it why you try to use gcc when gcc is not
supported on your host. Just change `CONFIG_SIM_TOOLCHAIN_GCC` to
`CONFIG_SIM_TOOLCHAIN_CLANG`. If Mac uses Clang as default, then you should
change your defconfig to use Clang, not secretly overwrite configurations in
the build system.
`CONFIG_COVERAGE_TOOLCHAIN` is GCC specific and it is clearly provided by
configuration:
https://github.com/apache/nuttx/blob/e83606732d5e71eb98a9eb544537dbbeb71aa58b/libs/libbuiltin/Kconfig#L57-L62
--
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]