Open rogueVpedro opened 3 months ago
Can you provide the exception stack trace and the steps to reproduce your issue?
Can you provide the exception stack trace and the steps to reproduce your issue?
Can you provide the exception stack trace and the steps to reproduce your issue?
Hello, the null pointer error has been placed below. We conducted testing based on the Docker pulled image from Ubuntu
Can you provide the exception stack trace and the steps to reproduce your issue?
If you could help solve this problem, I would greatly appreciate it!
Can you provide the exception stack trace and the steps to reproduce your issue?
We tried to call the interface using the sgx TEE_SDK mode after compilation, but the result failed
Can't see your image.
Looks like lib_tee_sdk_svm_load.signed
is missed. It is a signed file for the enclave native image. It should be generated after enclave native image is built out.
Please check if you have encountered any build time issue causing the miss of lib_tee_sdk_svm_load.signed
file.
![Uploading image.png…]()
创建的lib_tee_sdk_svm_load.signed的临时文件是个空文件,导致文件流空指针异常,无法创建TEE_SDK的实例。请问如何解决?