hello,tools/configure.bat in windows native env. does not run.here is the background info. mingw is installed at c:\mingwNuttx 10.2.0 : e:\nuttx
Apps: e:\appsand the windows shell is ConEmuPack.210912 just take z80sim:nsh for example....................................cd e:\nuttx.\tools\configure.bat –d –a ..\apps z80sim:nsh #build configure.exe ok .\tools\configure.exe -d -n -a ..\apps z80sim:nsh main: Checking arguments parse_args: g_boarddir=z80sim:nsh verify_optiondir: stat of z80sim:nsh failed: No such file or directory parse_args: g_configpath=(null) parse_args: g_boarddir=z80sim parse_args: g_configdir=nsh main: Checking NuttX Directories get_topdir: Checking parent directory: E:\ get_topdir: Checking topdir/tools=E:\nuttx\tools find_topdir ok ERROR: stat of (null) failed: Invalid argument...............................................main()->check_configdir()->verify_optiondir(g_configpath) failbecause g_configpath is NULL who can explain the reason? thanks a lot.