<?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>i.MX ProcessorsのトピックRe: Not able to build Android code for iMX8M nano EVK</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-build-Android-code-for-iMX8M-nano-EVK/m-p/1425125#M187997</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;abhiash.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Based on the build-log.txt, problem occurs while building kernel.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please share what steps you have taken on your end before you execute imx-make.sh.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I happen just having build the same board but with android 12 following the document attached, which might be helpful for you as a reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2022 09:11:49 GMT</pubDate>
    <dc:creator>Harvey021</dc:creator>
    <dc:date>2022-03-09T09:11:49Z</dc:date>
    <item>
      <title>Not able to build Android code for iMX8M nano EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-build-Android-code-for-iMX8M-nano-EVK/m-p/1424605#M187948</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to build the Android 11 code for the iMX8M nano EVK board (&lt;SPAN&gt;8MNANOLPD4-EVK)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;which I have downloaded from the following link. (11.0.0_2.6.0_ANDROID_SOURCE)&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/evaluation-kit-for-the-i-mx-8m-nano-applications-processor:8MNANOD4-EVK" target="_blank" rel="noopener"&gt;https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/evaluation-kit-for-the-i-mx-8m-nano-applications-processor:8MNANOD4-EVK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm using Ubuntu 20.04 system. I have downloaded all the required packages.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to execute the "imx-make.sh" script for generating images I get the following errors.&lt;/P&gt;&lt;P&gt;$ ./imx-make.sh -j4 2&amp;gt;&amp;amp;1 | tee build-log.txt&lt;/P&gt;&lt;P&gt;WARNING: Symbol version dump "Module.symvers" is missing.&lt;BR /&gt;Modules may not have dependencies or modversions.&lt;BR /&gt;MODPOST /home/prutha/customer/NXP_iMX8M-nano_code/android_build/vendor/nxp-opensource/nxp-mwifiex/mxm_wifiex/wlan_src/Module.symvers&lt;BR /&gt;WARNING: modpost: Symbol info of vmlinux is missing. Unresolved symbol check will be entirely skipped.&lt;BR /&gt;make[5]: *** No rule to make target 'scripts/module.lds', needed by '/home/prutha/customer/NXP_iMX8M-nano_code/android_build/vendor/nxp-opensource/nxp-mwifiex/mxm_wifiex/wlan_src/mlan.ko'. Stop.&lt;BR /&gt;make[5]: *** Waiting for unfinished jobs....&lt;BR /&gt;CC [M] /home/prutha/customer/NXP_iMX8M-nano_code/android_build/vendor/nxp-opensource/nxp-mwifiex/mxm_wifiex/wlan_src/mlan.mod.o&lt;BR /&gt;make[4]: *** [/home/prutha/customer/NXP_iMX8M-nano_code/android_build/vendor/nxp-opensource/kernel_imx/scripts/Makefile.modpost:175: __modpost] Error 2&lt;BR /&gt;make[3]: *** [/home/prutha/customer/NXP_iMX8M-nano_code/android_build/vendor/nxp-opensource/kernel_imx/Makefile:1809: modules] Error 2&lt;BR /&gt;make[2]: *** [/home/prutha/customer/NXP_iMX8M-nano_code/android_build/vendor/nxp-opensource/kernel_imx/Makefile:185: __sub-make] Error 2&lt;BR /&gt;make[2]: Leaving directory '/home/prutha/customer/NXP_iMX8M-mini_code/android_build/out/target/product/evk_8mn/obj/KERNEL_OBJ'&lt;BR /&gt;make[1]: *** [Makefile:563: default] Error 2&lt;BR /&gt;make[1]: Leaving directory '/home/prutha/customer/NXP_iMX8M-nano_code/android_build/vendor/nxp-opensource/nxp-mwifiex/mxm_wifiex/wlan_src'&lt;BR /&gt;make: *** [vendor/nxp-opensource/nxp-mwifiex/mxm_wifiex/mxmwifi.mk:34: mxmwifi] Error 2&lt;BR /&gt;make: Leaving directory '/home/prutha/customer/NXP_iMX8M-nano_code/android_build'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help me out with this? I need to generate an image and flash it on the iMX8M nano EVK board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: attaching build log file&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 06:06:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-build-Android-code-for-iMX8M-nano-EVK/m-p/1424605#M187948</guid>
      <dc:creator>abhiash</dc:creator>
      <dc:date>2022-03-09T06:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to build Android code for iMX8M nano EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-build-Android-code-for-iMX8M-nano-EVK/m-p/1425125#M187997</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;abhiash.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Based on the build-log.txt, problem occurs while building kernel.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please share what steps you have taken on your end before you execute imx-make.sh.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I happen just having build the same board but with android 12 following the document attached, which might be helpful for you as a reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 09:11:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-build-Android-code-for-iMX8M-nano-EVK/m-p/1425125#M187997</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2022-03-09T09:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to build Android code for iMX8M nano EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-build-Android-code-for-iMX8M-nano-EVK/m-p/1425267#M188006</link>
      <description>&lt;P&gt;Hello Harvey&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;We have followed the steps exactly as mentioned in NXP Android Users Guide - Chapter 3.2 ( Page 4 / 55)&amp;nbsp; -&amp;gt; Choice&amp;nbsp;evk_8mn-userdebug&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/ANDROID_USERS_GUIDE.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/ANDROID_USERS_GUIDE.pdf&lt;/A&gt;&amp;nbsp; ( 7 Jan 2022 Version )&lt;/P&gt;&lt;P&gt;The steps mentioned in your document seem to match our approach.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 12:40:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Not-able-to-build-Android-code-for-iMX8M-nano-EVK/m-p/1425267#M188006</guid>
      <dc:creator>abhiash</dc:creator>
      <dc:date>2022-03-09T12:40:30Z</dc:date>
    </item>
  </channel>
</rss>

