- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

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