-
Got this err when run `make build`
```
Compile into Enclave_t.o
Compile into unsinged enclave
/usr/bin/ld: /opt/intel/sgxsdk/lib64/libsgx_tprotected_fs.a(file_flush.o): in function `protected_fs_f…
-
What should I enter when I as root user executed the command "./ install.sh" in "/opt/intel/sgx-dcap-pccs"?
"Set your Intel PCS API key (Press ENTER to skip)"
-
Hi, I am trying to run the end-to-end confidential pytorch example from [this tutorial](https://gramine.readthedocs.io/en/latest/tutorials/pytorch/index.html#prerequisites). I was able to run the non-…
-
in https://github.com/intel/SGX-TDX-DCAP-QuoteVerificationService/blob/stable/swagger.json has these endpoints
eg.
`trustauthority-cli verify --config config.json --token "$(cat token)"`
…
matti updated
2 months ago
-
'sudo phala sgx-test' used to work, however now it appears to uninstall then re-install the driver and then results in an error. I've found other users with the same issue.
Output below:
~# sud…
-
I work on an unsupported operating system OpenEuler22.03 and use it as centOS8. I think the required tools to build the Intel(R) SGX SDK are installed and they are the latest version. When I execute t…
-
*draft*
Despite the fact that the `linux-sgx` repository is open source at https://github.com/intel/linux-sgx, some of its components and dependencies are not open source.
This issue aims to cla…
-
Hey,
I installed Intel SGX SDK, PCCS and AESM by following "Installation guide for linux". I want to test it by using QuoteGenerationSample but there is an error:
1.
```
./app
Step1: Call sgx_qe…
-
Hi,
While I run the command "make deb_pkg", the error occurs. Does anyone know what's wrong with that?
Thanks!
graphene@graphene-ProDesk:~/Desktop/Project/linux-sgx$ make deb_pkg
make[2]: Leaving…
-
Intel SGX SDK doesn't support clang compilation according to #668.
However, we successfully compiled the SDK with clang by applying only a few patches. Do you have any have security concerns for no…