baggio63446333 opened a new issue #858: URL: https://github.com/apache/incubator-nuttx-apps/issues/858
https://github.com/apache/incubator-nuttx-apps/blob/cb1b8e10db9fdf15e7dc1b4ccb5c2024d11a7713/tools/mksymtab.sh#L45 In `tools/mksymtab.sh`, the file permission is used to get the execlist from https://github.com/apache/incubator-nuttx-apps/pull/271, but in MSYS environment, the file permission cannot be changed by `chmod +x` of `Application.mk`. As a result, `symtab_apps.c` cannot be generated correctly. In versions older than NuttX 9.1.0, there was no permission decision, so it worked as intended. For example, if I delete `-perm -a=x`, it also works correctly in the MSYS environment, but I don't know if there are any side effects or not. Anyone have a solution? or may I delete `-perm -a=x`? -- 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