<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic &amp;quot;Enclave project compiling OK in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099604#M1069</link>
    <description>&lt;P&gt;"Enclave project compiling OK in Prerelease (WIn32)" has a different output directory than&lt;/P&gt;

&lt;P&gt;"ISV-APP project compiling OK in Prerelease (x64)" , because of 32bit vs 64bit.&lt;/P&gt;

&lt;P&gt;I would check that after building "Enclave Prelease Win32" the enclave is in the $(OutDir) of "ISV-App Prelease Win32", and similarly for 64bit.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2017 14:05:10 GMT</pubDate>
    <dc:creator>Francisco_C_Intel</dc:creator>
    <dc:date>2017-03-20T14:05:10Z</dc:date>
    <item>
      <title>RemoteAttestationSample Client build error</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099591#M1056</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;While the Server side builds and runs just fine i cant make the client to build in Debug mode.&lt;/P&gt;

&lt;P&gt;The ISV-APP build fails with error:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;1&amp;nbsp;&amp;nbsp; &amp;nbsp;error LNK2019: unresolved external symbol __imp__invalid_parameter_noinfo referenced in function memcpy_s in ISV-APP\sgx_ukey_exchange.lib(ukey_exchange.obj)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;From what i've manage to gather this error occurs when two projects build in different modes but both project use Multi-threaded Debug DLL.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I have both messed with the configurations(among others the $(Outdir) and Symbols just to be safe) &amp;nbsp;and reinstalled VS,PSW,SDK,IPPs just to be sure and the problem is consistent.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;When i build the code in Release mode the solution builds succesfully and runs albeit with 0x200f which is expected.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Any help will be appreciated&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 15:38:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099591#M1056</guid>
      <dc:creator>kalogiannis__konstan</dc:creator>
      <dc:date>2016-11-28T15:38:40Z</dc:date>
    </item>
    <item>
      <title>Are you building 32 or 64bit?</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099592#M1057</link>
      <description>&lt;P&gt;Are you building 32 or 64bit? What version of Visual Studio are you using? What compiler / "Platform Toolset" are you using?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 18:06:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099592#M1057</guid>
      <dc:creator>Francisco_C_Intel</dc:creator>
      <dc:date>2016-11-28T18:06:23Z</dc:date>
    </item>
    <item>
      <title>I'm building Debug x64 on</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099593#M1058</link>
      <description>&lt;P&gt;I'm building Debug x64 on Visual Studio 13 premium.&lt;/P&gt;

&lt;P&gt;Platform Toolset: Visual Studio 2013(v120)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 07:16:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099593#M1058</guid>
      <dc:creator>kalogiannis__konstan</dc:creator>
      <dc:date>2016-11-29T07:16:07Z</dc:date>
    </item>
    <item>
      <title>The remote key exchange</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099594#M1059</link>
      <description>&lt;P&gt;The remote key exchange static library, sgx_ukey_exchange[mt].lib, was built for use with Visual Studio 2015. If you are unable to use this static library in your development environment,&amp;nbsp;the source code for a sample untrusted key exchange library is included in the isv_app subfolder of the Remote Attestation sample application that is shipped with this SDK.&lt;/P&gt;

&lt;P&gt;You can use the source files instead of linking with the static lib.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 14:23:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099594#M1059</guid>
      <dc:creator>Francisco_C_Intel</dc:creator>
      <dc:date>2016-11-29T14:23:57Z</dc:date>
    </item>
    <item>
      <title>Thank you very much, i did as</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099595#M1060</link>
      <description>&lt;P&gt;Thank you very much, i did as instructed and the sample worked flawlessly.&lt;/P&gt;

&lt;P&gt;Again thanks for the help :)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 15:14:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099595#M1060</guid>
      <dc:creator>kalogiannis__konstan</dc:creator>
      <dc:date>2016-11-29T15:14:33Z</dc:date>
    </item>
    <item>
      <title>Hi there</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099596#M1061</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hi there&lt;/P&gt;

&lt;P&gt;I have exact same issue as OP.&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;"Server side builds and runs just fine i cant make the client to build in Debug mode."&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;"When i build the code in Release mode the solution builds successfully ​."&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;Server is built with Visual Studio 2015, Client debug build attempts have been with both (originally) VS2012 Pro and then when sgx_ukey_exchange.lib didn't work, VS2013 Pro.&lt;/P&gt;

&lt;P&gt;The ISV-APP build fails with same error&amp;nbsp;using both IDEs in both x32 and x64 Debug:&lt;/P&gt;

&lt;P&gt;1&amp;nbsp;&amp;nbsp; &amp;nbsp;error LNK2019: unresolved external symbol __imp__invalid_parameter_noinfo referenced in function memcpy_s in ISV-APP\sgx_ukey_exchange.lib(ukey_exchange.obj)&lt;/P&gt;

&lt;P&gt;I'm using the PDF labelled:Remote Attestation End-to-End Sample Code Installation and User Guide&lt;BR /&gt;
	June, 2016 Revision 1.0 as the configuration guide for sample code at: &lt;A href="https://software.intel.com/en-us/articles/intel-software-guard-extensions-remote-attestation-end-to-end-example,&amp;nbsp;" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-software-guard-extensions-remote-attestation-end-to-end-example,&amp;nbsp;&lt;/A&gt;;&lt;/P&gt;

&lt;P&gt;What are my options please&amp;nbsp;in&amp;nbsp;resolving the sgx_ukey_exchange.lib​&amp;nbsp;linker issues in&amp;nbsp;debug mode in the Visual Studio 2013 sample project? Have attached the debug compiler output.&lt;/P&gt;

&lt;P&gt;Any help will be appreciated&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 10:39:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099596#M1061</guid>
      <dc:creator>Andrej_S_</dc:creator>
      <dc:date>2017-03-14T10:39:08Z</dc:date>
    </item>
    <item>
      <title>Please verify the required</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099597#M1062</link>
      <description>&lt;P&gt;Please verify the required trusted and untrusted libraries are configured&amp;nbsp;properly to the&amp;nbsp;&amp;nbsp;Intel SGX sample project settings in debug mode (Visual Studio 2013 project).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 18:05:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099597#M1062</guid>
      <dc:creator>Prabu_R_Intel</dc:creator>
      <dc:date>2017-03-14T18:05:56Z</dc:date>
    </item>
    <item>
      <title>As mentioned earlier, the 1.7</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099598#M1063</link>
      <description>&lt;P&gt;As mentioned earlier, the 1.7 SDK and its sample projects&amp;nbsp;are compatible with VS2015.&lt;/P&gt;

&lt;P&gt;If the prebuilt "sgx_ukey_exchange.lib" is not compatible with your development environment, you can instead NOT link to the prebuilt static library and add the files included in the 1.7 SDK to your project:&lt;BR /&gt;
	&lt;BR /&gt;
	C:\Program Files (x86)\Intel\IntelSGXSDK\src\RemoteAttestation\isv_app\sample_ukey_exchange\&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 19:13:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099598#M1063</guid>
      <dc:creator>Francisco_C_Intel</dc:creator>
      <dc:date>2017-03-14T19:13:27Z</dc:date>
    </item>
    <item>
      <title>I added the suggested files</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099599#M1064</link>
      <description>&lt;P&gt;I added the suggested files from the 1.7 SDK to my VS 2013 ISV-APP project and now the client app compiles and runs. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 00:45:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099599#M1064</guid>
      <dc:creator>Andrej_S_</dc:creator>
      <dc:date>2017-03-15T00:45:55Z</dc:date>
    </item>
    <item>
      <title>Hi there,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099600#M1065</link>
      <description>&lt;P&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 12px;"&gt;Hi there,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 12px;"&gt;On the subject of compilation, I'm now attempting to compile &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;VS 2013 ISV-APP project in "Prelease" mode. The client app is&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 12px;"&gt;generating the "error 0x200f, failed to create enclave". &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 12px;"&gt;I followed the 4 steps in the documentation for preparing to build and run the project in Prerelease mode, and the working directory is set to $(Out).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 12px;"&gt;It appears the enclave is launched in enclave-non-debug mode instead of the documented enclave-debug mode.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 12px;"&gt;Kindly assist with this issue.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 01:57:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099600#M1065</guid>
      <dc:creator>Andrej_S_</dc:creator>
      <dc:date>2017-03-17T01:57:12Z</dc:date>
    </item>
    <item>
      <title>"A preprocessor flag EDEBUG</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099601#M1066</link>
      <description>&lt;P&gt;"A preprocessor flag EDEBUG is defined in the preprocessor settings of the Microsoft Visual Studio enclave project for prelease mode.&lt;BR /&gt;
	When the EDEBUG preprocessor flag is defined, it enables the SGX_DEBUG_FLAG, which in turn, launches the enclave in the enclave debug&lt;BR /&gt;
	mode. In the prerelease configuration NDEBUG and EDEBUG are both defined, which enables SGX_DEBUG_FLAG."&lt;/P&gt;

&lt;P&gt;For the enclave to be launched debug mode, both the NDEBUG and EDEBUG flags should be set in the Visual studio project settings of&lt;BR /&gt;
	enclave project built in pre-release mode.&lt;/P&gt;

&lt;P&gt;In the Microsoft Visual Studio project settings, the "current working directory" should point to $(OutDir) instead of $(ProjectDir)&lt;BR /&gt;
	for both Application and Enclave.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 11:11:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099601#M1066</guid>
      <dc:creator>Prabu_R_Intel</dc:creator>
      <dc:date>2017-03-17T11:11:31Z</dc:date>
    </item>
    <item>
      <title>From sgx_error.h</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099602#M1067</link>
      <description>&lt;P&gt;From sgx_error.h&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#2f4f4f" face="Consolas" size="2"&gt;&lt;FONT color="#2f4f4f" face="Consolas" size="2"&gt;&lt;FONT color="#2f4f4f" face="Consolas" size="2"&gt;SGX_ERROR_ENCLAVE_FILE_ACCESS&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#6f008a" face="Consolas" size="2"&gt;&lt;FONT color="#6f008a" face="Consolas" size="2"&gt;&lt;FONT color="#6f008a" face="Consolas" size="2"&gt;SGX_MK_ERROR&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(0x200f), &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;/* Can't open enclave file. */&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;So it looks like you cannot open the enclave file. I would double check that your working dir is set to $(OutDir) as mentioned by&amp;nbsp; Prabu, whereas you indicated it was set to $(Out). If that fails you can use a full path and then debug based on permissions or other issues that would preclude you from being able to access the enclave file.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 14:55:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099602#M1067</guid>
      <dc:creator>Francisco_C_Intel</dc:creator>
      <dc:date>2017-03-17T14:55:58Z</dc:date>
    </item>
    <item>
      <title>Hi there,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099603#M1068</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;Apologies, $(Out) was a typo, ISV-APP was indeed set to&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;$(OutDir).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;The modifications made are in adding&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;NDEBUG and EDEBUG to Enclave project preprocessor directives and setting the Enclave project's working directory to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;$(OutDir). Cleaned both projects and rebuilt.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;In summary; the Debug solution mode works fine end-to-end. The prerelease solution fails to create an enclave. It is currently configured to:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Enclave project compiling OK in Prerelease (WIn32). Preprocessor directives&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;EDEBUG;NDEBUG;_WINDLL;%(PreprocessorDefinitions)&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;ISV-APP project compiling OK in Prerelease (x64). Preprocessor directives&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;EDEBUG;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Output of prerelease app continues to be:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;Enclave will be created in order to complete EncryptDecrypt operation&lt;BR /&gt;
	***** SGX device is enabled ******&lt;BR /&gt;
	App: error 0x200f, failed to create enclave.&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;&amp;nbsp;In comparison, output of debug app:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;Enclave will be created in order to complete EncryptDecrypt operation&lt;BR /&gt;
	***** SGX device is enabled ******&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;******Succesfully Created the Enclave******&lt;BR /&gt;
	Unable to open file&lt;BR /&gt;
	Sealed secret file doesn't exist or couldn't be read&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;*** Enclave Initialized successfully *** &lt;/EM&gt;........&lt;/P&gt;

&lt;P&gt;So my reading of the output is that enclave creation is failing prior to opening enclave file and app terminates.&lt;/P&gt;

&lt;P&gt;Please check on my preprocessor directives, and any other areas I should look at.&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2017 01:33:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099603#M1068</guid>
      <dc:creator>Andrej_S_</dc:creator>
      <dc:date>2017-03-18T01:33:38Z</dc:date>
    </item>
    <item>
      <title>"Enclave project compiling OK</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099604#M1069</link>
      <description>&lt;P&gt;"Enclave project compiling OK in Prerelease (WIn32)" has a different output directory than&lt;/P&gt;

&lt;P&gt;"ISV-APP project compiling OK in Prerelease (x64)" , because of 32bit vs 64bit.&lt;/P&gt;

&lt;P&gt;I would check that after building "Enclave Prelease Win32" the enclave is in the $(OutDir) of "ISV-App Prelease Win32", and similarly for 64bit.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 14:05:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099604#M1069</guid>
      <dc:creator>Francisco_C_Intel</dc:creator>
      <dc:date>2017-03-20T14:05:10Z</dc:date>
    </item>
    <item>
      <title>Many thanks Francisco, your</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099605#M1070</link>
      <description>&lt;P&gt;Many thanks, collective suggestions steered me in the right direction, and Prerelease issue is now resolved&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 00:12:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestationSample-Client-build-error/m-p/1099605#M1070</guid>
      <dc:creator>Andrej_S_</dc:creator>
      <dc:date>2017-03-21T00:12:00Z</dc:date>
    </item>
  </channel>
</rss>

