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# Does anybody have any idea where this error is coming from? Also, if instead of #2 I configure it for Linux (replaced -u with -l) ./tools/configure.sh *-l* nucleo-h743zi:nsh the build works fine but the .bin does not run on my board (it crashes right at the beginning). Any help is appreciated. Edi