<?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 demo.edl compile error in Intel Confidential Computing</title>
    <link>https://community.intel.com/t5/Intel-Confidential-Computing/demo-edl-compile-error/m-p/1098595#M1042</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Im trying to compile my edl file&lt;/P&gt;

&lt;PRE class="brush:;"&gt;enclave {
    from "sgx_tstdc.edl" import *;

    trusted {
        /* define ECALLs here. */
		public void store_secret([in,string] char *msg);
		public int print_hash([out] sgx_status_t *error);
    };

    untrusted {
        /* define OCALLs here. */
		void o_print_hash([in] unsinged char hash[32]);
    };
};
&lt;/PRE&gt;

&lt;P&gt;But it report an error like:&lt;/P&gt;

&lt;P&gt;CUSTOMBUILD : error : c:\Users\administrator\documents\visual studio 2015\Projects\App first\Enclave_app1\Enclave_app1.edl(13,38): parse error&lt;/P&gt;

&lt;P&gt;Im following offical tutorials and i don't know why.&lt;/P&gt;

&lt;P&gt;Thanks for your helping&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2017 03:12:36 GMT</pubDate>
    <dc:creator>yuanhai_c_</dc:creator>
    <dc:date>2017-05-05T03:12:36Z</dc:date>
    <item>
      <title>demo.edl compile error</title>
      <link>https://community.intel.com/t5/Intel-Confidential-Computing/demo-edl-compile-error/m-p/1098595#M1042</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Im trying to compile my edl file&lt;/P&gt;

&lt;PRE class="brush:;"&gt;enclave {
    from "sgx_tstdc.edl" import *;

    trusted {
        /* define ECALLs here. */
		public void store_secret([in,string] char *msg);
		public int print_hash([out] sgx_status_t *error);
    };

    untrusted {
        /* define OCALLs here. */
		void o_print_hash([in] unsinged char hash[32]);
    };
};
&lt;/PRE&gt;

&lt;P&gt;But it report an error like:&lt;/P&gt;

&lt;P&gt;CUSTOMBUILD : error : c:\Users\administrator\documents\visual studio 2015\Projects\App first\Enclave_app1\Enclave_app1.edl(13,38): parse error&lt;/P&gt;

&lt;P&gt;Im following offical tutorials and i don't know why.&lt;/P&gt;

&lt;P&gt;Thanks for your helping&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 03:12:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Confidential-Computing/demo-edl-compile-error/m-p/1098595#M1042</guid>
      <dc:creator>yuanhai_c_</dc:creator>
      <dc:date>2017-05-05T03:12:36Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Confidential-Computing/demo-edl-compile-error/m-p/1098596#M1043</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;You have a typo in your code. That's the error you are obtaining. On line 13 you should change "&lt;SPAN style="color: rgb(96, 96, 96); font-family: Consolas, &amp;quot;Lucida Console&amp;quot;, Menlo, Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace, sans-serif; font-size: 13.008px;"&gt;unsinged" to "unsigned".&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Rodolfo&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2017 19:37:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Confidential-Computing/demo-edl-compile-error/m-p/1098596#M1043</guid>
      <dc:creator>Rodolfo_S_</dc:creator>
      <dc:date>2017-05-06T19:37:00Z</dc:date>
    </item>
  </channel>
</rss>

