Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Xiang Xiao
The fix is here: https://github.com/apache/incubator-nuttx/pull/1986 But Edi, can you boot the image built with -u option? I don't think there is any real difference between -u option and -l option in Ubuntu On Windows. If the image built with -l can't work, the image with -u should not work too.

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Gregory Nutt
I created issue: https://github.com/apache/incubator-nuttx/issues/1985 On 10/13/2020 4:15 PM, Gregory Nutt wrote: Yes, renaming the mkconfig*.exe* to mkconfig did the trick. I had the same problem with mkversion*.exe* - renamed it to mkversion and the build worked fine. If I get some time tom

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Eduard Niesner
I am glad that you found the issue. Thanks for your patience and support! Edi On Wed, Oct 14, 2020 at 1:15 AM Gregory Nutt wrote: > > > Yes, renaming the mkconfig*.exe* to mkconfig did the trick. > > I had the same problem with mkversion*.exe* - renamed it to mkversion and > > the build worked

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Gregory Nutt
Yes, renaming the mkconfig*.exe* to mkconfig did the trick. I had the same problem with mkversion*.exe* - renamed it to mkversion and the build worked fine. If I get some time tomorrow, I will try to find the commit that messed up the extension. Got it!  Okay, this was easy once you know it i

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Eduard Niesner
Yes, renaming the mkconfig*.exe* to mkconfig did the trick. I had the same problem with mkversion*.exe* - renamed it to mkversion and the build worked fine. If I get some time tomorrow, I will try to find the commit that messed up the extension. Thanks! On Wed, Oct 14, 2020 at 12:50 AM Abdelatif

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Gregory Nutt
It looks like the extension got messed up. If that's the case renaming mkconfig.exe to mkconfig should at least build. Either that, or configure.sh and/or sethost.sh set up for the wrong host.  When you select Ubuntu with the -u option, sethost.sh should set the host to Windows, but the env

Re: [DISCUSS] NuttX 10.0.0 Release schedule

2020-10-13 Thread Abdelatif Guettouche
> Ah. I actually was finishing up scripting to manage this and was going to > generate it tonight. It is also capable of syncing the lists and generating > new boards and letting you see the PR body while you write the release not > entry. There are like 600 for this release and I wanted a better w

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Abdelatif Guettouche
It looks like the extension got messed up. If that's the case renaming mkconfig.exe to mkconfig should at least build. On Tue, Oct 13, 2020 at 10:45 PM Eduard Niesner wrote: > > Yeah, there is definitely something wrong - I just tried again (ubuntu for > windows 10). > >1. Cleaned everythin

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Eduard Niesner
Yeah, there is definitely something wrong - I just tried again (ubuntu for windows 10). 1. Cleaned everything (git clean and make distclean) 2. checked that the *mkconfig.exe* or any other *mkconfig *binary does not exist in the tools folder 3. called './tools/configure.sh -u nucleo-h

Re: [DISCUSS] NuttX 10.0.0 Release schedule

2020-10-13 Thread Brennan Ashton
On Tue, Oct 13, 2020, 2:12 PM Abdelatif Guettouche < abdelatif.guettou...@gmail.com> wrote: > Hi, > > I backported all the PRs that were labeled for backporting. If anyone > can take a look and merge them that would be great. > I created the Release Notes-10.0 board and added some cards there. >

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Gregory Nutt
I used 'make V=1' and I saw that mkconfig is being built successfully. root@edi-laptop:/mnt/d/Work/Development/Git/GitHub/nuttx# make V=1 make -C tools -f Makefile.host mkconfig.exe make[1]: Entering directory '/mnt/d/Work/Development/Git/GitHub/nuttx/tools' No, the binary tools/mkconfig

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Gregory Nutt
I used 'make V=1' and I saw that mkconfig is being built successfully. root@edi-laptop:/mnt/d/Work/Development/Git/GitHub/nuttx# make V=1 make -C tools -f Makefile.host mkconfig.exe make[1]: Entering directory '/mnt/d/Work/Development/Git/GitHub/nuttx/tools' No, the binary tools/mkconfig is

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Abdelatif Guettouche
> root@edi-laptop:/mnt/d/Work/Development/Git/GitHub/nuttx# make V=1 > make -C tools -f Makefile.host mkconfig.exe > I also checked the tools directory and there is a mkconfig.exe When you build using Ubuntu for Windows 10 you get a *.exe file? The error is that tools/mkconfig is not found. This

Re: [DISCUSS] NuttX 10.0.0 Release schedule

2020-10-13 Thread Abdelatif Guettouche
Hi, I backported all the PRs that were labeled for backporting. If anyone can take a look and merge them that would be great. I created the Release Notes-10.0 board and added some cards there. The "Minor" column regroups all of the style, typos, grammar like PRs. Is there a way to automatically a

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Eduard Niesner
I used 'make V=1' and I saw that mkconfig is being built successfully. > root@edi-laptop:/mnt/d/Work/Development/Git/GitHub/nuttx# make V=1 > make -C tools -f Makefile.host mkconfig.exe > make[1]: Entering directory > '/mnt/d/Work/Development/Git/GitHub/nuttx/tools' > I also checked the too

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Gregory Nutt
/bin/sh: 1: tools/mkconfig: not found tools/Makefile.unix:247: recipe for target 'include/nuttx/config.h' failed make: *** [include/nuttx/config.h] Error 127 Your problem is not that kconfig-frontends is not being built, but rathter that tools/mkconfig is not being built.  That should happen

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Eduard Niesner
Thank you for your suggestion. I already had kconfig-frontends installed because the build works with no issues on older versions of Nuttx (tag 8.1 and tag 9.0 for example). It stopped working on tag 9.1. I tried to reinstall kconfig-frontends using the link you provided and I run the three steps

Re: Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Brennan Ashton
On Tue, Oct 13, 2020, 9:08 AM Eduard Niesner wrote: > Hi all, > > I am getting some build issues when I try to build nucleo-h743zi > configuration using Ubuntu for Windows 10. > > I used to execute the following commands in order to build Nuttx. But > starting Nuttx 9.1 I am getting the following

Cannot build H7 configuration using Ubuntu for Windows 10

2020-10-13 Thread Eduard Niesner
Hi all, I am getting some build issues when I try to build nucleo-h743zi configuration using Ubuntu for Windows 10. I used to execute the following commands in order to build Nuttx. But starting Nuttx 9.1 I am getting the following error. This is also reproducible on the current master. 1. ma