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 from my previous email again to build (by the way - the
documentation was clear and easy to follow). I got the same error.

/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

Any other suggestions?

Edi

On Tue, Oct 13, 2020 at 7:14 PM Brennan Ashton <bash...@brennanashton.com>
wrote:

> On Tue, Oct 13, 2020, 9:08 AM Eduard Niesner <niesneredu...@gmail.com>
> 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 error. This is also
> > reproducible on the current master.
> >
> >    1. make distclean
> >    2. ./tools/configure.sh -u nucleo-h743zi:nsh
> >    3. make
> >
> > #3 generates this error:
> > /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
> > root@edi-laptop:/mnt/d/Work/Development/Git/GitHub/nuttx#
> >
>
> You are missing the kconfig frontends
>
> See the note here
> https://nuttx.apache.org/docs/latest/quickstart/install.html
>
> If there is something not clear please let us know we have recently made
> large changes to improve the docs so certainly want to continue to improve
> them.
>
> --Brennan
>
> >
>

Reply via email to