Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

sgx_urtsd.dll can not found or open the PDB file?

kou__matthew
Beginner
645 Views

 

I just want run a demo pgm "HelloWorld" to have better understanding  about sgx. EveyrTime when i debug the pgm the follow ERR msg come out;can any one tell me how to slove it ? I dont have any experience with VS IDE:

Here is the error msg:

“AppEnclaveDebugExample.exe”(Win32): loaded“\\?\C:\Program Files (x86)\Intel\IntelSGXSDK\bin\win32\Release\sgx_urtsd.dll”。can not found or open the PDB file

System configuration:

  • Win7
  • VS 2017
  • the latest SGX SDK installed (with out PSW)

I refered this QA bellow; and have used the source they shared。the Err kept the same. I think there may some configuration missed in my case.Does any one can help me ?

https://software.intel.com/en-us/forums/intel-software-guard-extensions-intel-sgx/topic/706482

0 Kudos
1 Reply
Francisco_C_Intel
645 Views

A PDB file contains debugging symbols. This message means that although you can still debug all of your code, you will not be able to (easily) debug the sgx_urtsd.dll binary because you don't have any debugging symbols for that binary.

You can ignore that message.

0 Kudos
Reply