RockySong edited a comment on issue #844: URL: https://github.com/apache/incubator-nuttx/issues/844#issuecomment-731484557
[solved on my side, thanks @acassis, the results are appended at last] Hi @acassis Noted with thanks for your reply! Later I downloaded the 9.1.0 release from Nuttx official site and deleted the git cloned version, and 9.1.0 release worked normally. I checked permission and got below: rs@DESKTOP-UG5S1LM:~/nuttx/nuttx_910$ ls -l apps/tools/mkkconfig.sh **-rwxr-xr-x** 1 rs rs 2806 Jul 8 08:06 apps/tools/mkkconfig.sh However, to verify the execution permission matters, then I cloned the git cloned back the app, and found it also has execution permission! rs@DESKTOP-UG5S1LM:~/nuttx$ ls -l incubator-nuttx-apps/tools/mkkconfig.sh **-rwxr-xr-x** 1 rs rs 2806 Nov 21 09:23 incubator-nuttx-apps/tools/mkkconfig.sh It looks there are some other causes to this problem? By the way, I use ubuntu under **WSL2 with Windows 10**, sometimes I use tar -xf / unzip, even sometimes may use windows tools to extract packages, maybe the execution permission can get lost with tar -xf / unzip / windows tools? ------- 10 minutes later [solution on my side]----------- This time I did git clone all the packages under WSL2 + ubuntu, with the ../apps/ folder, the configure.sh worked normally. So, the keys are: 1. has ../apps folder relative to ./<nuttx folder> , one can clone incubator-nuttx-apps and rename it to apps 2. ./apps/tools/mkkconfig.sh must have execution permission. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org