TimJTi commented on issue #16484: URL: https://github.com/apache/nuttx/issues/16484#issuecomment-2940748375
OK...possibly success here already! I started to follow @acassis video and enabled: 1. Support PATH variable (CONFIG_LIBC_ENVPATH) 2. Default path to /bin (CONFIG_PATH_INITIAL) 3. Enable ELF binary format (CONFIG_ELF) 4. Enable exec[l|v] / posix_spawn() Support (CONFIG_LIBC_EXECFUNCS) was already enabled, with no symbol table 5. Selected Enable execution of program files (CONFIG_NSH_FILE_APPS) These were probably all selected for other people using thttp in the past? And now all built ins can be run from /bin! And my built-in CGI scripts get called. Chuffed! I will spend time in a few weeks' time working out exactly what was the magic bullet, and do as I said and amend documentation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org