patacongo commented on pull request #39:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/39#issuecomment-699680229
Aha... This is probably the problem:
Configuring...
Disabling CONFIG_TOOLCHAIN_WINDOWS
Enabling CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
.config:1350:warning: override: ARMV7M_TOOLCHAIN_GNU_EABIL changes
choice state
Building NuttX...
That will need to be `CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIW` for the Windows
native toolchin. `CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL` selects the Linux
toolchain (or a custom toolchain built under Cygwin, not a native toolchain).
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]