<?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 Hi, Ryo. in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-fix-the-error-in-Intel-SGX-for-Linux/m-p/1106264#M1193</link>
    <description>&lt;P&gt;Hi, Ryo.&lt;/P&gt;

&lt;P&gt;I believe your problem is similar to the one addressed &lt;A href="https://github.com/01org/linux-sgx/issues/47"&gt;here&lt;/A&gt;. You could refer to it, and see if this solves your problem.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Rodolfo&lt;/P&gt;</description>
    <pubDate>Tue, 06 Dec 2016 15:27:09 GMT</pubDate>
    <dc:creator>Rodolfo_S_</dc:creator>
    <dc:date>2016-12-06T15:27:09Z</dc:date>
    <item>
      <title>How to fix the error in Intel SGX for Linux</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-fix-the-error-in-Intel-SGX-for-Linux/m-p/1106263#M1192</link>
      <description>&lt;P&gt;Currently, I'm executing the Intel SGX sample codes in the intel SGX SDK, but I cannot execute the app in the ubuntu 14.04.&lt;/P&gt;

&lt;P&gt;My execution environment is as follows:&lt;BR /&gt;
	PC: DELL Latitude E7270&lt;BR /&gt;
	CPU: Intel Core-i7 6600-U&lt;BR /&gt;
	OS: Ubuntu 14.04&lt;BR /&gt;
	Intel SGX Driver, PSW, SDK version: 1.6&lt;/P&gt;

&lt;P&gt;The sample code is compiled by Makefile(command line).&lt;BR /&gt;
	The compile option is "SGX_MODE=HW SGX_PRERELEASE=1"&lt;BR /&gt;
	When I execute the app. the error message is appered at the terminal as follows.&lt;/P&gt;

&lt;P&gt;---&lt;/P&gt;

&lt;P&gt;nec-user@necuser-Latitude-E7270:~/SGX/DRIVERS/SampleCode/SampleEnclave$ make SGX_MODE=HW SGX_PRERELEASE=1&lt;BR /&gt;
	GEN&amp;nbsp; =&amp;gt;&amp;nbsp; App/Enclave_u.c&lt;BR /&gt;
	CC&amp;nbsp;&amp;nbsp; &amp;lt;=&amp;nbsp; App/Enclave_u.c&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; App/App.cpp&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; App/Edger8rSyntax/Arrays.cpp&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; App/Edger8rSyntax/Functions.cpp&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; App/Edger8rSyntax/Pointers.cpp&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; App/Edger8rSyntax/Types.cpp&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; App/TrustedLibrary/Libc.cpp&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; App/TrustedLibrary/Libcxx.cpp&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; App/TrustedLibrary/Thread.cpp&lt;BR /&gt;
	LINK =&amp;gt;&amp;nbsp; app&lt;BR /&gt;
	GEN&amp;nbsp; =&amp;gt;&amp;nbsp; Enclave/Enclave_t.c&lt;BR /&gt;
	CC&amp;nbsp;&amp;nbsp; &amp;lt;=&amp;nbsp; Enclave/Enclave_t.c&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; Enclave/Enclave.cpp&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; Enclave/Edger8rSyntax/Arrays.cpp&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; Enclave/Edger8rSyntax/Functions.cpp&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; Enclave/Edger8rSyntax/Pointers.cpp&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; Enclave/Edger8rSyntax/Types.cpp&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; Enclave/TrustedLibrary/Libc.cpp&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; Enclave/TrustedLibrary/Libcxx.cpp&lt;BR /&gt;
	CXX&amp;nbsp; &amp;lt;=&amp;nbsp; Enclave/TrustedLibrary/Thread.cpp&lt;BR /&gt;
	LINK =&amp;gt;&amp;nbsp; enclave.so&lt;BR /&gt;
	&amp;lt;EnclaveConfiguration&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ProdID&amp;gt;0&amp;lt;/ProdID&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ISVSVN&amp;gt;0&amp;lt;/ISVSVN&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StackMaxSize&amp;gt;0x40000&amp;lt;/StackMaxSize&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;HeapMaxSize&amp;gt;0x100000&amp;lt;/HeapMaxSize&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TCSNum&amp;gt;10&amp;lt;/TCSNum&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TCSPolicy&amp;gt;1&amp;lt;/TCSPolicy&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DisableDebug&amp;gt;0&amp;lt;/DisableDebug&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;MiscSelect&amp;gt;0&amp;lt;/MiscSelect&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;MiscMask&amp;gt;0xFFFFFFFF&amp;lt;/MiscMask&amp;gt;&lt;BR /&gt;
	&amp;lt;/EnclaveConfiguration&amp;gt;&lt;BR /&gt;
	Succeed.&lt;BR /&gt;
	SIGN =&amp;gt;&amp;nbsp; enclave.signed.so&lt;/P&gt;

&lt;P&gt;nec-user@necuser-Latitude-E7270:~/SGX/DRIVERS/SampleCode/SampleEnclave$ ./app&lt;BR /&gt;
	Please use the correct uRTS library from PSW package.&lt;BR /&gt;
	Error: Unexpected error occurred.&lt;BR /&gt;
	Enter a character before exit ...&lt;BR /&gt;
	---&lt;/P&gt;

&lt;P&gt;Please explain how to execute the sample program using HW mode? (wrong something?)&lt;BR /&gt;
	I configured aesmd.conf in order to use the proxy.&lt;BR /&gt;
	Moreover, I can execute the sample code when the simulation mode is used.&lt;/P&gt;

&lt;P&gt;Best regards,&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, 06 Dec 2016 11:20:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-fix-the-error-in-Intel-SGX-for-Linux/m-p/1106263#M1192</guid>
      <dc:creator>ryo_hamamoto</dc:creator>
      <dc:date>2016-12-06T11:20:41Z</dc:date>
    </item>
    <item>
      <title>Hi, Ryo.</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-fix-the-error-in-Intel-SGX-for-Linux/m-p/1106264#M1193</link>
      <description>&lt;P&gt;Hi, Ryo.&lt;/P&gt;

&lt;P&gt;I believe your problem is similar to the one addressed &lt;A href="https://github.com/01org/linux-sgx/issues/47"&gt;here&lt;/A&gt;. You could refer to it, and see if this solves your problem.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Rodolfo&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 15:27:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-fix-the-error-in-Intel-SGX-for-Linux/m-p/1106264#M1193</guid>
      <dc:creator>Rodolfo_S_</dc:creator>
      <dc:date>2016-12-06T15:27:09Z</dc:date>
    </item>
    <item>
      <title>Dear Rodolfo</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-fix-the-error-in-Intel-SGX-for-Linux/m-p/1106265#M1194</link>
      <description>&lt;P&gt;Dear&amp;nbsp;Rodolfo&lt;/P&gt;

&lt;P&gt;Thank you for your kind reply.&lt;BR /&gt;
	I can execute Intel SGX Sample codes with HW mode.&lt;BR /&gt;
	&lt;BR /&gt;
	Your advice is very useful.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Ryo&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 00:13:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-fix-the-error-in-Intel-SGX-for-Linux/m-p/1106265#M1194</guid>
      <dc:creator>ryo_hamamoto</dc:creator>
      <dc:date>2016-12-07T00:13:00Z</dc:date>
    </item>
  </channel>
</rss>

