英特尔SGX错误:8207错误是什么意思是当我无法正确加载飞地时

Intel SGX Error: What does the 8207 error mean when I cannot load the enclave correct

本文关键字:错误 加载 SGX 8207 是什么 意思是 英特尔      更新时间:2023-10-16

我做了以下飞地&加载飞地的应用:

https://github.com/pc-magas/myfirstenclave/tree/run_fail

您可以看到我加载了空地的错误路径,因此该应用程序无法按预期运行,当发生在示例中时,它会返回错误:

SGX错误代码:8207

无法初始化Enclave。

但我无法弄清楚 8207错误代码意味着什么意味着我可以看到我在文档上的错误代码中没有提及:https://software.intel.intel.com/en-us/node/node/709252

那么您可以解释此错误代码是什么意思?

8207(十进制)为200f(hex),您的链接显示:

0x200F | SGX_ERROR_ENCLAVE_FILE_ACCESS          | Can’t open enclave file.

这是通过错误的路径时所期望的。