摘要
四個步驟,將Intel® SGX受信任的腳踏板庫與您Intel® SGX指定處 Linux 解決方案整合。
描述
- 已新增 -lsgx_pthread 連結 Makefile 中的選項
- 編譯器找不到 pthread_create() 和其他板載功能呼叫
解決方法
- 將 sgxsdk/include/sgx_pthread.edl 複製到 Enclave 來原始目錄。
- 在 Enclave.edl 中, 新增: from "sgx_pthread.edl" import *;
- 在 Enclave.cpp 中, 新增: #include "pthread.h"
- 在 Makefile 中, 新增 -lsgx_pthread 連結對帳單