- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried several samples, not going through. So try to use the official example
Enclave is compiled fine, but not the main function.
sgx_status = ve_initialize(enclaveId, &vault_rv);
---
int ve_initialize()
{
return NL_STATUS_OK;
}
Severity Code Description Project File Line Suppression State
Error C2660 've_initialize': function does not take 2 arguments EnclaveBridge E:\0 cc4e\sgx tutorial\Tutorial-Password-Manager-with-Intel-SGX-part4\Tutorial Password Manager part 4\EnclaveBridge\EnclaveBridge.cpp 91
No more issue! more examples in C:\Program Files (x86)\Intel\IntelSGXSDK\src
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Create and Execute an Intel SGX Enclave
is a good reference. just pay attention to the included header files that are generated automatically by vs.
I included wrong header file that is for enclave. The proper one is in the main cpp folder, generated .
spectre mitigation can be disabled for easy use.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Create and Execute an Intel SGX Enclave
is a good reference. just pay attention to the included header files that are generated automatically by vs.
I included wrong header file that is for enclave. The proper one is in the main cpp folder, generated .
spectre mitigation can be disabled for easy use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello kxj99,
Thanks for posting the solution to your issue. If you have further questions, please open a new thread since Intel will no longer monitor this one.
Sincerely,
Jesus G.
Intel Customer Support

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page