<?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 Re: Build error following Windows IoT Core Porting Guide in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Build-error-following-Windows-IoT-Core-Porting-Guide/m-p/1037429#M152918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks appreciate the reply - I followed just the steps outlined in the user guide &lt;A href="https://www.nxp.com/docs/en/user-guide/IMXWGU.pdf"&gt;here&lt;/A&gt;&amp;nbsp;so I'm wondering if you happen to know what step introduced the Linux dependency or how to remove it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TonyG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Dec 2019 02:30:34 GMT</pubDate>
    <dc:creator>me1</dc:creator>
    <dc:date>2019-12-13T02:30:34Z</dc:date>
    <item>
      <title>Build error following Windows IoT Core Porting Guide</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-error-following-Windows-IoT-Core-Porting-Guide/m-p/1037427#M152916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to follow the documentation on porting i.MX in the i.MX Windows 10 IoT User's Guide to create a version for the Solidrun HummingBoard Edge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following the steps in the guide chapter 11, I have set up the build environment and I tested it by building the Sabre_iMX6Q_1GB firmware. As I'm creating a new board I then followed the steps in chapter 13 and created a new board entry, setup Visual Studio and confirmed that it could build the new project, BSP and FFU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chapter 13.1.3 then says to follow the steps in chapter 14, the i.MX Porting Guide, to create the specific firmware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In chapter 14.1.2 I followed the steps but when I get to step 8, where it says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;8. Build your board. Be prepared to spend some time fixing compilation errors as you get your&lt;BR /&gt;board into buildable shape.&lt;BR /&gt;1 make yourboard_nt_defconfig&lt;BR /&gt;2 make&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I end up with an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&amp;nbsp;CC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arch/arm/mach-imx/dev_secret.o&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;In file included from arch/arm/mach-imx/dev_secret.c:14:0:&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;./external/RIoT/CyReP/cyrep/RiotCrypt.h:32:33: error: ‘SHA256_DIGEST_LENGTH’ undeclared here (not in a function)&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;#define RIOT_DIGEST_LENGTH&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHA256_DIGEST_LENGTH&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;arch/arm/mach-imx/dev_secret.c:33:21: note: in expansion of macro ‘RIOT_DIGEST_LENGTH’&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&amp;nbsp; uint8_t hashed_cdi[RIOT_DIGEST_LENGTH];&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^~~~~~~~~~~~~~~~~~&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;scripts/Makefile.build:278: recipe for target 'arch/arm/mach-imx/dev_secret.o' failed&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;make[1]: *** [arch/arm/mach-imx/dev_secret.o] Error 1&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;Makefile:1382: recipe for target 'arch/arm/mach-imx' failed&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;make: *** [arch/arm/mach-imx] Error 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on where this error may be coming from?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TonyG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2019 21:06:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-error-following-Windows-IoT-Core-Porting-Guide/m-p/1037427#M152916</guid>
      <dc:creator>me1</dc:creator>
      <dc:date>2019-12-11T21:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Build error following Windows IoT Core Porting Guide</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-error-following-Windows-IoT-Core-Porting-Guide/m-p/1037428#M152917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you need openssl/sha.h, for some reason you added a code that is for linux, make sure you added the header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2019 16:30:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-error-following-Windows-IoT-Core-Porting-Guide/m-p/1037428#M152917</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2019-12-12T16:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Build error following Windows IoT Core Porting Guide</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-error-following-Windows-IoT-Core-Porting-Guide/m-p/1037429#M152918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks appreciate the reply - I followed just the steps outlined in the user guide &lt;A href="https://www.nxp.com/docs/en/user-guide/IMXWGU.pdf"&gt;here&lt;/A&gt;&amp;nbsp;so I'm wondering if you happen to know what step introduced the Linux dependency or how to remove it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TonyG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2019 02:30:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-error-following-Windows-IoT-Core-Porting-Guide/m-p/1037429#M152918</guid>
      <dc:creator>me1</dc:creator>
      <dc:date>2019-12-13T02:30:34Z</dc:date>
    </item>
  </channel>
</rss>

