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.
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
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
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
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
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
> 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
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
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
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.
>
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
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
> 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
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
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
/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
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
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
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
19 matches
Mail list logo