patacongo commented on pull request #39:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/39#issuecomment-699680830
>
>
> 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).
And this seems to be because the test list you are using specifies the Linux
toolchain:
====================================================================================
Configuration/Tool: b-l072z-lrwan1/nsh,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_TOOLCHAIN_WINDOWS
Enabling CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
Building NuttX...
Normalize b-l072z-lrwan1/nsh
====================================================================================
Unfortunately, you cannot re-use the Linux test lists for Cygwin. The test
lists need `CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIW` if you are using the ARM
embedded windows 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]