Hi,
I tried testing a simple program in simulation mode(used the simulation librariers) but sgx_create_enclave returns code 0x200f.
I searched the forum and i found a similar question but the given solution,working directory set to $(OutDir), only seems to hide/solve the "[sgx_create_enclavew ..\..\..\psw\urts\win\urts.cpp:83] Couldn't open file with
CreateFile()" error message
What can i do to solve this error??
Link Copied
Hi Konstantinos,
Please find the modified source code of yours from below link.
https://drive.google.com/open?id=0B4N3YNdBPBe8VThaY3UzUVdIWkE
Note:
1. You didn't build the application in simulation mode.
2. You didn't use the enclave.signed.dll file inside the application code.
Thanks and Regards,
Surenthar Selvaraj
.
Hi konstantinos,
Could you share the code, will verify and get back
Thanks,
Kuppusamy.R
https://drive.google.com/open?id=0B3-iM1JFqhZ1aWFUV2tXZHpZYnM
I had by accident changed the mode of the normal application to release mode,reverting it back made the error reappear(cant open file)
edit1: I tried having them under the same project,just in case,but the problem persisted
Hi Konstantinos,
Please find the modified source code of yours from below link.
https://drive.google.com/open?id=0B4N3YNdBPBe8VThaY3UzUVdIWkE
Note:
1. You didn't build the application in simulation mode.
2. You didn't use the enclave.signed.dll file inside the application code.
Thanks and Regards,
Surenthar Selvaraj
.
Thank you very much,seeing the configurations(application side) sorted many things in my head.
For more complete information about compiler optimizations, see our Optimization Notice.