<?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: make defconfig iMX8MQ in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/make-defconfig-iMX8MQ/m-p/1327850#M178919</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;There is no build for MX8ulp as your log&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Aug 2021 14:14:44 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2021-08-23T14:14:44Z</dc:date>
    <item>
      <title>make defconfig iMX8MQ</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/make-defconfig-iMX8MQ/m-p/1326883#M178823</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to make&amp;nbsp;imx8mq_evk_config from uboot-imx,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here, the process that I have follow :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;$ git clone &lt;A href="https://source.codeaurora.org/external/imx/uboot-imx" target="_blank" rel="noopener"&gt;https://source.codeaurora.org/external/imx/uboot-imx&lt;/A&gt;&lt;BR /&gt;$ cd uboot-imx&lt;BR /&gt;$ git tag&lt;BR /&gt;$ git checkout rel_imx_4.9.51_8mq_ga&lt;/P&gt;&lt;P&gt;$ echo CONFIG_SECURE_BOOT=y &amp;gt;&amp;gt; configs/imx8mq_evk_defconfig&lt;BR /&gt;$ echo CONFIG_FAT_WRITE=y &amp;gt;&amp;gt; configs/imx8mq_evk_defconfig&lt;BR /&gt;$ echo CONFIG_CMD_DEKBLOB=y &amp;gt;&amp;gt; configs/imx8mq_evk_defconfig&lt;BR /&gt;$ echo CONFIG_IMX_OPTEE_DEK_ENCAP=y &amp;gt;&amp;gt; configs/imx8mq_evk_defconfig&lt;BR /&gt;$ echo CONFIG_CMD_PRIBLOB=y &amp;gt;&amp;gt; configs/imx8mq_evk_defconfig&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And I want to : $ make imx8mq_evk_config for get :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;/spl/u-boot-spl.bin&lt;/P&gt;&lt;P&gt;u-boot.bin&lt;/P&gt;&lt;P&gt;u-boot-nodtb.bin&lt;/P&gt;&lt;P&gt;/arch/arm/dts/fsl-imx8mq-evk.dtb&lt;/P&gt;&lt;P&gt;tee.bin&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But I have this output :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;HOSTCC scripts/basic/fixdep&lt;BR /&gt;/usr/lib/gcc/aarch64-poky-linux/10.2.0/../../../../aarch64-poky-linux/bin/ld: cannot find crtbeginS.o: No such file or directory&lt;BR /&gt;/usr/lib/gcc/aarch64-poky-linux/10.2.0/../../../../aarch64-poky-linux/bin/ld: cannot find -lgcc&lt;BR /&gt;/usr/lib/gcc/aarch64-poky-linux/10.2.0/../../../../aarch64-poky-linux/bin/ld: cannot find -lgcc_s&lt;BR /&gt;collect2: error: ld returned 1 exit status&lt;BR /&gt;make[1]: *** [scripts/Makefile.host:99: scripts/basic/fixdep] Error 1&lt;BR /&gt;make: *** [Makefile:398: scripts_basic] Error 2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;uname -a :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Linux imx8mqevk 5.10.35-lts-5.10.y+gef3f2cfc6010 #1 SMP PREEMPT Tue Jun 8 14:42:10 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Someone know how I can troubleshoot that error ?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alexandre.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 10:36:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/make-defconfig-iMX8MQ/m-p/1326883#M178823</guid>
      <dc:creator>Silvarye</dc:creator>
      <dc:date>2021-08-20T10:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: make defconfig iMX8MQ</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/make-defconfig-iMX8MQ/m-p/1326960#M178833</link>
      <description>&lt;P&gt;Hello Silvarye,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have the 4.9.51 and try to make defconfig to 5.10.35 this is incompatibility and it takes what you have in your linux host 10.2, that the reason why are you receiving- lgcc issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 13:33:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/make-defconfig-iMX8MQ/m-p/1326960#M178833</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2021-08-20T13:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: make defconfig iMX8MQ</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/make-defconfig-iMX8MQ/m-p/1326977#M178835</link>
      <description>&lt;P&gt;Hi thanks for your answer,&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I have tried with this both versions after reinstall uboot-imx directory :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$ cd uboot-imx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$ git tag | grep 5.10.35&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;imx_5.10.35_2.0.0_imx8ulp_er&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;lf-5.10.35-2.0.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But I have always the same error&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 14:00:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/make-defconfig-iMX8MQ/m-p/1326977#M178835</guid>
      <dc:creator>Silvarye</dc:creator>
      <dc:date>2021-08-20T14:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: make defconfig iMX8MQ</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/make-defconfig-iMX8MQ/m-p/1327850#M178919</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;There is no build for MX8ulp as your log&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 14:14:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/make-defconfig-iMX8MQ/m-p/1327850#M178919</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2021-08-23T14:14:44Z</dc:date>
    </item>
  </channel>
</rss>

