You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/09/30 14:28:03 UTC

[GitHub] [incubator-nuttx-apps] patacongo edited a comment on issue #858: tools/mksymtab.sh does not work properly in Windows MSYS

patacongo edited a comment on issue #858:
URL: https://github.com/apache/incubator-nuttx-apps/issues/858#issuecomment-931373969


   This is a property of Windows file systems:  Windows file systems do not retain a executable bit.  In Cygwin (and MSYS which is a Cygwin variant), this property is determined by the file extension.  If the file ends in .exe, for example, the file will be reported as executable.  See https://cygwin.com/cygwin-ug-net/using-filemodes.html
   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org