acassis commented on PR #19020:
URL: https://github.com/apache/nuttx/pull/19020#issuecomment-4603390119
@jlaitine the error is strange, seems like libapps_sh.a wasn't created
because a Permission error:
```
[1055/1067] Linking C static library apps\system\nsh\libapps_sh.a
FAILED: [code=1] apps/system/nsh/libapps_sh.a
C:\Windows\system32\cmd.exe /C "cd . && "C:\Program
Files\CMake\bin\cmake.exe" -E rm -f apps\system\nsh\libapps_sh.a &&
arm-none-eabi-ar rcs apps\system\nsh\libapps_sh.a @CMakeFiles\apps_sh.rsp &&
arm-none-eabi-ranlib apps\system\nsh\libapps_sh.a && cd ."
arm-none-eabi-ar: could not create temporary file whilst writing archive:
Permission denied
[1056/1067] Linking C static library apps\libapps.a
[1057/1067] Linking C static library apps\system\nsh\libapps_nsh.a
[1058/1067] Linking C static library apps\system\dd\libapps_dd.a
[1059/1067] Linking C static library sched\libsched.a
[1060/1067] Linking C static library libs\libc\libc.a
ninja: build stopped: subcommand failed.
An error occurred while copying files: Cannot find path
'D:\a\nuttx\nuttx\sources\nuttx\build\nuttx.hex' because it does not exist.
Refresh completed successfully.
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]