<?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: u-boot from code aurora fails to build in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-from-code-aurora-fails-to-build/m-p/903905#M136378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tahsin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. That worked. I'm pretty sure this step wasn't mentioned in the i.MX Porting Guide PDF. But at least I know for the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Duncan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2019 09:17:27 GMT</pubDate>
    <dc:creator>dcrutchley</dc:creator>
    <dc:date>2019-05-23T09:17:27Z</dc:date>
    <item>
      <title>u-boot from code aurora fails to build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-from-code-aurora-fails-to-build/m-p/903903#M136376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have downloaded the Linux kernel from code aurora using as per the instructions in the i.MX porting guide:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ export CROSS_COMPILE=arm-linux-gnueabihf-&lt;BR /&gt;$ export ARCH=arm&lt;BR /&gt;$ git clone &lt;A href="https://source.codeaurora.org/external/imx/linux-imx" target="test_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx&lt;/A&gt; -b imx_4.14.98_2.0.0_ga&lt;BR /&gt;$ cd linux-imx&lt;BR /&gt;$ make distclean&lt;BR /&gt;$ make imx_v7_defconfig&lt;BR /&gt;$ make&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This behaves correctly and builds the kernel without error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to do the same for u-boot from code aurora, again following the porting guide:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ export CROSS_COMPILE=arm-linux-gnueabihf-&lt;BR /&gt;$ export ARCH=arm&lt;BR /&gt;$ git clone &lt;A href="https://source.codeaurora.org/external/imx/uboot-imx" target="test_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx&lt;/A&gt; -b imx_v2018.03_4.14.98_2.0.0_ga&lt;BR /&gt;$ cd uboot-imx&lt;BR /&gt;$ make clean&lt;BR /&gt;$ make mx6sabresd_defconfig&lt;BR /&gt;$ make u-boot.imx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-boot fails to build and I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;scripts/kconfig/conf&amp;nbsp; --silentoldconfig Kconfig&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; CHK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/config.h&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; UPD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/config.h&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; CFG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; u-boot.cfg&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;In file included from ./include/common.h:21:0:&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;include/config.h:6:10: fatal error: configs/.h: No such file or directory&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;#include &amp;lt;configs/.h&amp;gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^~~~~~~~~~~~&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;compilation terminated.&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;scripts/Makefile.autoconf:79: recipe for target 'u-boot.cfg' failed&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;make[1]: *** [u-boot.cfg] Error 1&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;make: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/uboot.release'. Stop.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas as to what is causing u-boot to not build?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 17:13:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-from-code-aurora-fails-to-build/m-p/903903#M136376</guid>
      <dc:creator>dcrutchley</dc:creator>
      <dc:date>2019-05-22T17:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot from code aurora fails to build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-from-code-aurora-fails-to-build/m-p/903904#M136377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After "make mx6sabresd_defconfig", try choosing your board from "make menuconfig --&amp;gt; ARM architecture --&amp;gt; MX6 board select".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2019 07:15:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-from-code-aurora-fails-to-build/m-p/903904#M136377</guid>
      <dc:creator>turker</dc:creator>
      <dc:date>2019-05-23T07:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot from code aurora fails to build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-from-code-aurora-fails-to-build/m-p/903905#M136378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tahsin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. That worked. I'm pretty sure this step wasn't mentioned in the i.MX Porting Guide PDF. But at least I know for the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Duncan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2019 09:17:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-from-code-aurora-fails-to-build/m-p/903905#M136378</guid>
      <dc:creator>dcrutchley</dc:creator>
      <dc:date>2019-05-23T09:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot from code aurora fails to build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-from-code-aurora-fails-to-build/m-p/903906#M136379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; the following may be helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://mediawiki.compulab.com/index.php/U-Boot:_Introduction_to_U-Boot_development"&gt;https://mediawiki.compulab.com/index.php/U-Boot:_Introduction_to_U-Boot_development&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 03:41:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-from-code-aurora-fails-to-build/m-p/903906#M136379</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-05-28T03:41:31Z</dc:date>
    </item>
  </channel>
</rss>

