acassis commented on code in PR #12088:
URL: https://github.com/apache/nuttx/pull/12088#discussion_r1554978668
##########
arch/sim/Kconfig:
##########
@@ -15,18 +15,22 @@ config HOST_X86_64
select ARCH_HAVE_STACKCHECK
select LIBC_ARCH_ELF_64BIT if LIBC_ARCH_ELF && !SIM_M32
select ARCH_HAVE_MATH_H
+ select ARCH_TOOLCHAIN_GNU
Review Comment:
Thank you Xiang. But yet the solution seems like a "workaround", because if
someone decide to add support to build sim using other toolchain this "fix"
needs to be fixed again. So, maybe it is better to fix the root cause :-)
--
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]