<?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 for Android 15.0.0_1.0.0 BSP Source in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Build-Error-for-Android-15-0-0-1-0-0-BSP-Source/m-p/2042392#M27445</link>
    <description>&lt;P&gt;Hi, Harvey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed your instructions, and the build succeeded.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;David KS&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2025 08:11:53 GMT</pubDate>
    <dc:creator>DavidKS</dc:creator>
    <dc:date>2025-02-12T08:11:53Z</dc:date>
    <item>
      <title>Build Error for Android 15.0.0_1.0.0 BSP Source</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Build-Error-for-Android-15-0-0-1-0-0-BSP-Source/m-p/2038252#M27379</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I downloaded the Android 15.0.0_1.0.0 (L6.6.52_2.2.0 BSP) source from the NXP site and attempted to build it. However, I encountered the following error while compiling several .cpp files:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;~/imx-android-15/android_build$ lunch evk_8mp-trunk_staging-userdebug
~/imx-android-15/android_build$ ./imx-make.sh -j11 2&amp;gt;&amp;amp;1
(...)
d3d346dec8/obj/hardware/nxp/wlan/wifi_hal/wifi_hal.o.d -o out/soong/.intermediates/hardware/nxp/wlan/wifi_hal/libwifi-hal-nxp/android_vendor_arm64_armv8-a_cortex-a53_static_cfi/e560d7b19ebf7276b3e850d3d346dec8/obj/hardware/nxp/wlan/wifi_hal/wifi_hal.o hardware/nxp/wlan/wifi_hal/wifi_hal.cpp
In file included from hardware/nxp/wlan/wifi_hal/wifi_hal.cpp:43:
hardware/nxp/wlan/wifi_hal/common.h:22:10: fatal error: 'wifi_hal.h' file not found
   22 | #include "wifi_hal.h"
      |          ^~~~~~~~~~~~
1 error generated.
[  2% 1044/42576] //frameworks/opt/net/wifi/libwifi_system_iface:libwifi-system-iface clang++ interface_tool.cpp
ninja: build stopped: subcommand failed.
09:56:02 ninja failed with: exit status 1

#### failed to build some targets (02:05 (mm:ss)) ####&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* Build Host: Ubuntu Desktop 22.04 LTS&lt;/P&gt;&lt;P&gt;* EVK : i.MX 8M Plus&lt;/P&gt;&lt;P&gt;It seems that the issue is caused by the absence of the wifi_hal.h file in the hardware/nxp/wlan/wifi_hal directory.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Could you please provide guidance on how to resolve this issue?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 05:43:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Build-Error-for-Android-15-0-0-1-0-0-BSP-Source/m-p/2038252#M27379</guid>
      <dc:creator>DavidKS</dc:creator>
      <dc:date>2025-02-05T05:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Build Error for Android 15.0.0_1.0.0 BSP Source</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Build-Error-for-Android-15-0-0-1-0-0-BSP-Source/m-p/2038419#M27383</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please follow up the guide -&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-guide/ANDROID_USERS_GUIDE.pdf" target="_self"&gt;ANDROID_USERS_GUIDE&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Configuration example as below&lt;/P&gt;
&lt;P&gt;i.MX 8M Plus EVK board $ lunch evk_8mp-nxp_stable-userdebug&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 08:49:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Build-Error-for-Android-15-0-0-1-0-0-BSP-Source/m-p/2038419#M27383</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2025-02-05T08:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Build Error for Android 15.0.0_1.0.0 BSP Source</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Build-Error-for-Android-15-0-0-1-0-0-BSP-Source/m-p/2042392#M27445</link>
      <description>&lt;P&gt;Hi, Harvey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed your instructions, and the build succeeded.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;David KS&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 08:11:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Build-Error-for-Android-15-0-0-1-0-0-BSP-Source/m-p/2042392#M27445</guid>
      <dc:creator>DavidKS</dc:creator>
      <dc:date>2025-02-12T08:11:53Z</dc:date>
    </item>
  </channel>
</rss>

