When switching to the `v2.0.0-preview` branch and trying to compile the
`helloworld` or `httpreq` examples with `make clean all` fails with:
```
SDK version is not correct. The same SDK should be used for enclave building
and signing.
The SDK version for building enclave could be obtained by below command:
$ strings {Enclave.so} | grep SGX_TSTDC_VERSION
Error happened while signing the enclave.
```
I haven't tried the others yet, but this happens with any of the `BUILD_STD`
settings, either `no`, `cargo`, or `xargo`.
I have the latest packages installed [as per the guide
here](https://teaclave.apache.org/docs/my-first-function/) (I believe). Is
there a specific version, dependency, or similar that I need in addition to it?
Compiling on v1.1.4 does work without issue.
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/issues/387
You are receiving this because you are subscribed to this thread.
Message ID: <apache/incubator-teaclave-sgx-sdk/issues/[email protected]>