[GitHub] [incubator-nuttx] patacongo commented on issue #886: Cygwin sim:nsh failed on apps/builtin

2020-04-27 Thread GitBox
patacongo commented on issue #886: URL: https://github.com/apache/incubator-nuttx/issues/886#issuecomment-620181502 > I just about have a CI run working for Cygwin but it is ugly and really slow. I'll put up a Draft PR tonight and we can work on getting the Windows testing in a much

[GitHub] [incubator-nuttx] patacongo commented on issue #886: Cygwin sim:nsh failed on apps/builtin

2020-04-27 Thread GitBox
patacongo commented on issue #886: URL: https://github.com/apache/incubator-nuttx/issues/886#issuecomment-620175417 @btashton Thanks for the tip. Can you please review and merge this: https://github.com/apache/incubator-nuttx-testing/pull/38 Thanks

[GitHub] [incubator-nuttx] patacongo commented on issue #886: Cygwin sim:nsh failed on apps/builtin

2020-04-27 Thread GitBox
patacongo commented on issue #886: URL: https://github.com/apache/incubator-nuttx/issues/886#issuecomment-620170943 The problem is here: running CONFIG_SHELL=/bin/sh /bin/sh ./configure

[GitHub] [incubator-nuttx] patacongo commented on issue #886: Cygwin sim:nsh failed on apps/builtin

2020-04-27 Thread GitBox
patacongo commented on issue #886: URL: https://github.com/apache/incubator-nuttx/issues/886#issuecomment-620166408 @btashton @xiaoxiang781216 I am trying to test pr #897 but there is a problem with the macOS builds. When the kconfig-frontend package was build, it did not enable

[GitHub] [incubator-nuttx] patacongo commented on issue #886: Cygwin sim:nsh failed on apps/builtin

2020-04-27 Thread GitBox
patacongo commented on issue #886: URL: https://github.com/apache/incubator-nuttx/issues/886#issuecomment-620110301 Issue #386 is still a problem. I think this occurs when you configure on a Windows Cygwin or MSYS but the defconfig is Linux. It will try to convert the configure to

[GitHub] [incubator-nuttx] patacongo commented on issue #886: Cygwin sim:nsh failed on apps/builtin

2020-04-27 Thread GitBox
patacongo commented on issue #886: URL: https://github.com/apache/incubator-nuttx/issues/886#issuecomment-619995695 I found the problem. It was an error introduced by Xiang in tools/incdir.sh by commit 3b9efc95a2e on January 6, 2020. PR is with more information is forthcoming.

[GitHub] [incubator-nuttx] patacongo commented on issue #886: Cygwin sim:nsh failed on apps/builtin

2020-04-26 Thread GitBox
patacongo commented on issue #886: URL: https://github.com/apache/incubator-nuttx/issues/886#issuecomment-619677839 > > @xiaoxiang781216 > The similar error also happen with Ubuntu but very rarely. I suspect that the builtin.h generation hit some race condition. This

[GitHub] [incubator-nuttx] patacongo commented on issue #886: Cygwin sim:nsh failed on apps/builtin

2020-04-26 Thread GitBox
patacongo commented on issue #886: URL: https://github.com/apache/incubator-nuttx/issues/886#issuecomment-619674596 > Yeah I am going to submit a PR to add CI for windows now that I have an environment to test in. It should actually not be to bad, but will have to wait until after the

[GitHub] [incubator-nuttx] patacongo commented on issue #886: Cygwin sim:nsh failed on apps/builtin

2020-04-26 Thread GitBox
patacongo commented on issue #886: URL: https://github.com/apache/incubator-nuttx/issues/886#issuecomment-619660635 Just checking because I don't recall seeing that error in the past. Perhaps it was introduced recently. Anyway, here is a replication with a little more verbose make

[GitHub] [incubator-nuttx] patacongo commented on issue #886: Cygwin sim:nsh failed on apps/builtin

2020-04-26 Thread GitBox
patacongo commented on issue #886: URL: https://github.com/apache/incubator-nuttx/issues/886#issuecomment-619657477 > A Cygwin tool would be happy with the first; a Windows native tool would be happy with the second. But it is the second which is not working. The decision to convert

[GitHub] [incubator-nuttx] patacongo commented on issue #886: Cygwin sim:nsh failed on apps/builtin

2020-04-26 Thread GitBox
patacongo commented on issue #886: URL: https://github.com/apache/incubator-nuttx/issues/886#issuecomment-61964 > `nuttx.exe` is still created and runs. I did not see this targeting Linux using WSL. BTW: That is because the failure occurred during dependency generation. It is

[GitHub] [incubator-nuttx] patacongo commented on issue #886: Cygwin sim:nsh failed on apps/builtin

2020-04-26 Thread GitBox
patacongo commented on issue #886: URL: https://github.com/apache/incubator-nuttx/issues/886#issuecomment-619652952 The Windows builds are getting more quirky all of the time. I opened a couple of other issues for weird behavior too. Basic problem is that the people who are modifying