Kidjing commented on issue #366: URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/366#issuecomment-1960747054
Hi, I encountered the same problem on windows. This is because the file format in Windows is dos, while in Linux, the file format is unix. Execute the following instructions in the linux environment (docker) to convert all file formats in the sgx folder to unix. ```sh find . -type f -print0 | xargs -0 dos2unix ``` -- 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: notifications-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For additional commands, e-mail: notifications-h...@teaclave.apache.org