Hello all, I was trying to build NuttX Shell simulator and the build failed. Relevant log is as below -
-------------------------------------------------------------------------------- make[2]: Entering directory '/home/rurtle/Documents/Dev-NuttX/nuttx/boards/sim/sim/sim/src' CPP: etc/init.d/rcS-> etctmp/etc/init.d/rcS */bin/sh: 1: genromfs: not found* make[2]: *** [/home/rurtle/Documents/Dev-NuttX/nuttx/boards/Board.mk:52: *etctmp.c*] Error 127 make[2]: Leaving directory '/home/rurtle/Documents/Dev-NuttX/nuttx/boards/sim/sim/sim/src' make[1]: *** [Makefile:318: .depend] Error 2 make[1]: Leaving directory '/home/rurtle/Documents/Dev-NuttX/nuttx/arch/sim/src' make: *** [tools/Makefile.unix:468: pass2dep] Error 2 [rurtle@nuttx][nuttx]$ -------------------------------------------------------------------------------- I followed the steps mentioned in the official guide <https://nuttx.apache.org/docs/latest/guides/simulator.html#compiling>. Is this something I am doing wrong (related to my configuration) or is it a genuine issue? In particular, I am working on the commit *0cea0f5cd4* dated *2020-10-23*. ~ SSS P.S. The build is broken for sim:nsh2 as well with the same error.