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
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/issues/366#issuecomment-1960747054
You are receiving this because you are subscribed to this thread.

Message ID: <apache/incubator-teaclave-sgx-sdk/issues/366/1960747...@github.com>

Reply via email to