<?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: no rules to make libwpa_client.so</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231833#M17561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure external/wpa_supplicant_8/&amp;nbsp; is existing and not built.&amp;nbsp;&amp;nbsp; Can you please also show me which file (and its path) I should put&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;" $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk) " in?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Oct 2013 03:23:22 GMT</pubDate>
    <dc:creator>scottyu</dc:creator>
    <dc:date>2013-10-29T03:23:22Z</dc:date>
    <item>
      <title>no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231829#M17557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using i.MX6Q with Android R13.4.1 package on our board.&amp;nbsp; I ported WiFi driver from Brocomm. The driver can be brought up in kernel.&amp;nbsp; To do WiFi scan, I need to edit myandroid/device/fsl/imx6/sabresd/SabreSDBoardConfigComm.mk file and rebuild Android image.&amp;nbsp; If I set WPA_SUPPLICANT_VERSION as native VER_0_8_X from Google,&amp;nbsp; make will cause error&amp;nbsp; --&amp;nbsp; no rules to make target `out/target/product/sabresd_6dq/obj/lib/libwpa_client.so.&amp;nbsp;&amp;nbsp; Can you help it out how to fix this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 03:22:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231829#M17557</guid>
      <dc:creator>scottyu</dc:creator>
      <dc:date>2013-10-25T03:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231830#M17558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please paste you WiFi related config here, For NL80211 wpa_supplicant driver, you should including the BOARD_WPA_SUPPLICANT_PRIVATE_LIB driver.&lt;/P&gt;&lt;P&gt;I list my sample config here:&lt;/P&gt;&lt;P&gt;BOARD_WPA_SUPPLICANT_DRIVER := NL80211&lt;/P&gt;&lt;P&gt;WPA_SUPPLICANT_VERSION := VER_0_8_X&lt;/P&gt;&lt;P&gt;BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_bcmdhd&lt;/P&gt;&lt;P&gt;BOARD_HOSTAPD_DRIVER := NL80211&lt;/P&gt;&lt;P&gt;BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_bcmdhd&lt;/P&gt;&lt;P&gt;BOARD_WLAN_DEVICE := bcmdhd&lt;/P&gt;&lt;P&gt;WIFI_DRIVER_FW_PATH_PARAM := "/sys/module/bcmdhd/parameters/firmware_path"&lt;/P&gt;&lt;P&gt;#WIFI_DRIVER_MODULE_PATH&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; := "/system/lib/modules/bcmdhd.ko"&lt;/P&gt;&lt;P&gt;WIFI_DRIVER_FW_PATH_STA := "/vendor/firmware/fw_bcmdhd.bin"&lt;/P&gt;&lt;P&gt;WIFI_DRIVER_FW_PATH_AP := "/vendor/firmware/fw_bcmdhd_apsta.bin"&lt;/P&gt;&lt;P&gt;WIFI_DRIVER_FW_PATH_P2P := "/vendor/firmware/fw_bcmdhd_p2p.bin"&lt;/P&gt;&lt;P&gt;#WIFI_DRIVER_MODULE_ARG&amp;nbsp;&amp;nbsp;&amp;nbsp; := "firmware_path=/system/vendor/firmware/fw_bcmdhd.bin nvram_path=/system/vendor/firmware/bcmdhd.cal iface_name=wlan0"&lt;/P&gt;&lt;P&gt;WIFI_BAND := 802_11_ABG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And inherit bcm firmware makefile&lt;/P&gt;&lt;P&gt;$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 09:00:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231830#M17558</guid>
      <dc:creator>raymondwang</dc:creator>
      <dc:date>2013-10-26T09:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231831#M17559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is my config for Wifi.&amp;nbsp; Except firmware paths, I can't find differences. Could you check it and advise?&lt;/P&gt;&lt;P&gt;Can you also advise I should place all the related .bin and .ko files in position before I build Android image or after the build?&lt;/P&gt;&lt;P&gt;And can you show me the path of the bcm firmware makefile you mentioned?&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;==================================================================================&lt;/P&gt;&lt;P&gt;# Wifi&lt;/P&gt;&lt;P&gt;BOARD_WPA_SUPPLICANT_DRIVER := NL80211&lt;/P&gt;&lt;P&gt;BOARD_WLAN_VENDOR :=&amp;nbsp; BCM&lt;/P&gt;&lt;P&gt;# for bcm vendor&lt;/P&gt;&lt;P&gt;ifeq ($(BOARD_WLAN_VENDOR),BCM)&lt;/P&gt;&lt;P&gt;WPA_SUPPLICANT_VERSION := VER_0_8_X&lt;/P&gt;&lt;P&gt;BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_bcmdhd&lt;/P&gt;&lt;P&gt;BOARD_HOSTAPD_DRIVER := NL80211&lt;/P&gt;&lt;P&gt;BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_bcmdhd&lt;/P&gt;&lt;P&gt;BOARD_WLAN_DEVICE := bcmdhd&lt;/P&gt;&lt;P&gt;WIFI_DRIVER_FW_PATH_PARAM := "/sys/module/bcmdhd/parameters/firmware_path"&lt;/P&gt;&lt;P&gt;WIFI_DRIVER_FW_PATH_STA := "/system/etc/firmware/fw_bcm40181a0.bin"&lt;/P&gt;&lt;P&gt;WIFI_DRIVER_FW_PATH_P2P := "/system/etc/firmware/fw_bcmdhd_p2p.bin"&lt;/P&gt;&lt;P&gt;WIFI_DRIVER_FW_PATH_AP := "/system/etc/firmware/fw_bcmdhd_apsta.bin"&lt;/P&gt;&lt;P&gt;WIFI_DRIVER_MODULE_NAME := "bcmdhd"&lt;/P&gt;&lt;P&gt;#WIFI_DRIVER_MODULE_PATH := "/system/etc/firmware/bcmdhd.ko"&lt;/P&gt;&lt;P&gt;WIFI_DRIVER_MODULE_ARG := "iface_name=wlan firmware_path=/system/etc/firmware/bcm40181a0.bin nvram_path=/system/etc/firmware/nvram.txt"&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 03:13:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231831#M17559</guid>
      <dc:creator>scottyu</dc:creator>
      <dc:date>2013-10-28T03:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231832#M17560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Be sure dir external/wpa_supplicant_8 existed.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 02:56:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231832#M17560</guid>
      <dc:creator>raymondwang</dc:creator>
      <dc:date>2013-10-29T02:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231833#M17561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure external/wpa_supplicant_8/&amp;nbsp; is existing and not built.&amp;nbsp;&amp;nbsp; Can you please also show me which file (and its path) I should put&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;" $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk) " in?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 03:23:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231833#M17561</guid>
      <dc:creator>scottyu</dc:creator>
      <dc:date>2013-10-29T03:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231834#M17562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can add &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;" $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk) "&lt;/SPAN&gt; in &lt;/P&gt;&lt;P&gt;file device/fsl/imx6/sabresd-6dq.mk.&lt;/P&gt;&lt;P&gt; But I don't think it's why you can't complie libwpa_client.so. you can compile wpa_supplicant manually and let me&lt;/P&gt;&lt;P&gt;check result with command:&lt;/P&gt;&lt;P&gt;$mmm external/wpa_supplicant_8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 05:20:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231834#M17562</guid>
      <dc:creator>raymondwang</dc:creator>
      <dc:date>2013-10-29T05:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231835#M17563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After I put "&lt;SPAN style="font-style: inherit; font-size: 12px; color: #000000; background-color: #f6f6f6;"&gt; $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk) "&lt;/SPAN&gt; in&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;file device/fsl/imx6/sabresd-6dq.mk,&amp;nbsp; the issue still exists:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;make: *** No rule to make target 'out/target/product/sabresd_6dq/obj/lib/libwpa_client.so', needed by 'out/target/product/sabresd_6dq/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/LINKED/libhardware_legacy.so'. Stop.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;BTW, I don't find the file exists: &lt;SPAN style="color: #000000; font-size: 12px; background-color: #f6f6f6;"&gt;hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then I use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$mmm external/wpa_supplicant_8: but nothing results:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid$ mmm external/wpa_supplicant_8&lt;/P&gt;&lt;P&gt;============================================&lt;/P&gt;&lt;P&gt;PLATFORM_VERSION_CODENAME=REL&lt;/P&gt;&lt;P&gt;PLATFORM_VERSION=4.0.4&lt;/P&gt;&lt;P&gt;TARGET_PRODUCT=sabresd_6dq&lt;/P&gt;&lt;P&gt;TARGET_BUILD_VARIANT=user&lt;/P&gt;&lt;P&gt;TARGET_BUILD_TYPE=release&lt;/P&gt;&lt;P&gt;TARGET_BUILD_APPS=&lt;/P&gt;&lt;P&gt;TARGET_ARCH=arm&lt;/P&gt;&lt;P&gt;TARGET_ARCH_VARIANT=armv7-a-neon&lt;/P&gt;&lt;P&gt;HOST_ARCH=x86&lt;/P&gt;&lt;P&gt;HOST_OS=linux&lt;/P&gt;&lt;P&gt;HOST_BUILD_TYPE=release&lt;/P&gt;&lt;P&gt;BUILD_ID=UNKNOWN&lt;/P&gt;&lt;P&gt;BUILD_NUMBER=eng.scott.20131030.093641&lt;/P&gt;&lt;P&gt;============================================&lt;/P&gt;&lt;P&gt;No private recovery resources for TARGET_DEVICE sabresd_6dq&lt;/P&gt;&lt;P&gt;make: Entering directory `/home/scott/myandroid'&lt;/P&gt;&lt;P&gt;make: Nothing to be done for `all_modules'.&lt;/P&gt;&lt;P&gt;make: Leaving directory `/home/scott/myandroid'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it could be the makefile not set right.&amp;nbsp; Can you please make sure of it?&amp;nbsp;&amp;nbsp; Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 01:58:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231835#M17563</guid>
      <dc:creator>scottyu</dc:creator>
      <dc:date>2013-10-30T01:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231836#M17564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.Please change your build type to eng,then try again;&lt;/P&gt;&lt;P&gt;&amp;nbsp; My android platform version is 4.2.2, but it should not be key point here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Execute following commands to ensure wpa_supplicant_8 Android.mk can be compiled(Replace &lt;STRONG&gt;XXX &lt;/STRONG&gt;with your product name):&lt;/P&gt;&lt;P&gt;&amp;nbsp; rm -rf out/target/product/&lt;STRONG&gt;XXX&lt;/STRONG&gt;/obj/SHARED_LIBRARIES/libwpa_client_intermediates/&lt;/P&gt;&lt;P&gt;&amp;nbsp; rm -rf out/target/product/&lt;STRONG&gt;XXX&lt;/STRONG&gt;/obj/EXECUTABLES/wpa_supplicant_intermediates/&lt;/P&gt;&lt;P&gt;&amp;nbsp; rm -rf out/target/product/&lt;STRONG&gt;XXX&lt;/STRONG&gt;/obj/EXECUTABLES/wpa_cli_intermediates/&lt;/P&gt;&lt;P&gt;&amp;nbsp; rm -rf out/target/product/&lt;STRONG&gt;XXX&lt;/STRONG&gt;/obj/EXECUTABLES/hostapd_intermediates/&lt;/P&gt;&lt;P&gt;&amp;nbsp; rm -rf out/target/product/&lt;STRONG&gt;XXX&lt;/STRONG&gt;/obj/EXECUTABLES/hostapd_cli_intermediates/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Then recompile wpa_supplicant_8&lt;/P&gt;&lt;P&gt; $mmm external/wpa_supplicant_8&lt;/P&gt;&lt;P&gt; mmm external/wpa_supplicant_8&lt;/P&gt;&lt;P&gt;============================================&lt;/P&gt;&lt;P&gt;PLATFORM_VERSION_CODENAME=REL&lt;/P&gt;&lt;P&gt;PLATFORM_VERSION=4.2.2&lt;/P&gt;&lt;P&gt;TARGET_PRODUCT=qpad_6dq&lt;/P&gt;&lt;P&gt;TARGET_BUILD_VARIANT=userdebug&lt;/P&gt;&lt;P&gt;TARGET_BUILD_TYPE=release&lt;/P&gt;&lt;P&gt;TARGET_BUILD_APPS=&lt;/P&gt;&lt;P&gt;TARGET_ARCH=arm&lt;/P&gt;&lt;P&gt;TARGET_ARCH_VARIANT=armv7-a-neon&lt;/P&gt;&lt;P&gt;HOST_ARCH=x86&lt;/P&gt;&lt;P&gt;HOST_OS=linux&lt;/P&gt;&lt;P&gt;HOST_OS_EXTRA=Linux-3.5.0-23-generic-x86_64-with-Ubuntu-12.04-precise&lt;/P&gt;&lt;P&gt;HOST_BUILD_TYPE=release&lt;/P&gt;&lt;P&gt;BUILD_ID=JDQ39&lt;/P&gt;&lt;P&gt;OUT_DIR=out&lt;/P&gt;&lt;P&gt;============================================&lt;/P&gt;&lt;P&gt;... useless message ignored...&lt;/P&gt;&lt;P&gt;No private recovery resources for TARGET_DEVICE qpad_6dq&lt;/P&gt;&lt;P&gt;make: Entering directory `/home/raymond/workspace/imx_jb'&lt;/P&gt;&lt;P&gt;Import includes file: out/target/product/qpad_6dq/obj/EXECUTABLES/hostapd_cli_intermediates/import_includes&lt;/P&gt;&lt;P&gt;target thumb C: hostapd_cli &amp;lt;= external/wpa_supplicant_8/hostapd/hostapd_cli.c&lt;/P&gt;&lt;P&gt;target thumb C: hostapd_cli &amp;lt;= external/wpa_supplicant_8/hostapd/src/common/wpa_ctrl.c&lt;/P&gt;&lt;P&gt;target thumb C: hostapd_cli &amp;lt;= external/wpa_supplicant_8/hostapd/src/utils/os_unix.c&lt;/P&gt;&lt;P&gt;target thumb C: hostapd_cli &amp;lt;= external/wpa_supplicant_8/hostapd/src/utils/eloop.c&lt;/P&gt;&lt;P&gt;target thumb C: hostapd_cli &amp;lt;= external/wpa_supplicant_8/hostapd/src/utils/wpa_debug.c&lt;/P&gt;&lt;P&gt;target thumb C: hostapd_cli &amp;lt;= external/wpa_supplicant_8/hostapd/src/utils/edit_simple.c&lt;/P&gt;&lt;P&gt;target Executable: hostapd_cli (out/target/product/qpad_6dq/obj/EXECUTABLES/hostapd_cli_intermediates/LINKED/hostapd_cli)&lt;/P&gt;&lt;P&gt;target Symbolic: hostapd_cli (out/target/product/qpad_6dq/symbols/system/bin/hostapd_cli)&lt;/P&gt;&lt;P&gt;Export includes file: external/wpa_supplicant_8/hostapd/Android.mk -- out/target/product/qpad_6dq/obj/EXECUTABLES/hostapd_cli_intermediates/export_includes&lt;/P&gt;&lt;P&gt;target Strip: hostapd_cli (out/target/product/qpad_6dq/obj/EXECUTABLES/hostapd_cli_intermediates/hostapd_cli)&lt;/P&gt;&lt;P&gt;Install: out/target/product/qpad_6dq/system/bin/hostapd_cli&lt;/P&gt;&lt;P&gt;Import includes file: out/target/product/qpad_6dq/obj/EXECUTABLES/hostapd_intermediates/import_includes&lt;/P&gt;&lt;P&gt;target thumb C: hostapd &amp;lt;= external/wpa_supplicant_8/hostapd/main.c&lt;/P&gt;&lt;P&gt;target thumb C: hostapd &amp;lt;= external/wpa_supplicant_8/hostapd/config_file.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.About hardware/broadcom/wlan&lt;/P&gt;&lt;P&gt;&amp;nbsp; It's completed android open source repository from google source. If it does not exist, you should check your repo source tree carefully.&lt;/P&gt;&lt;P&gt; The original link is&amp;nbsp; &lt;A class="loading" href="https://android.googlesource.com/platform/hardware/broadcom/wlan/"&gt;https://android.googlesource.com/platform/hardware/broadcom/wlan/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; There still be directory hardware/broadcom/wlan/bcmdhd/firmware/bcm4330 even in tag android-4.0.4_r1.1 which is seems you are compiling&lt;/P&gt;&lt;P&gt;based on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 05:25:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231836#M17564</guid>
      <dc:creator>raymondwang</dc:creator>
      <dc:date>2013-10-30T05:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231837#M17565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made sure the paths you want me to clear are clear(actually those never established). then I build wpa_supplicant_8 again. Still, not working.&amp;nbsp; &lt;/P&gt;&lt;P&gt;For hardware/broadcom/wlan,&amp;nbsp; is it under myandroid/hardware/....?&lt;/P&gt;&lt;P&gt;I copied everything below, please advise as you can.&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid/out/target/product/sabresd_6dq/obj/SHARED_LIBRARIES$ ls&lt;/P&gt;&lt;P&gt;libc_intermediates&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; libm_intermediates&lt;/P&gt;&lt;P&gt;libcutils_intermediates&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libpixelflinger_intermediates&lt;/P&gt;&lt;P&gt;libdl_intermediates&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; libstdc++_intermediates&lt;/P&gt;&lt;P&gt;libEGL_intermediates&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; libstlport_intermediates&lt;/P&gt;&lt;P&gt;libGLESv2_dbg_intermediates&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libui_intermediates&lt;/P&gt;&lt;P&gt;libhardware_legacy_intermediates&amp;nbsp; libutils_intermediates&lt;/P&gt;&lt;P&gt;liblog_intermediates&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; libz_intermediates&lt;/P&gt;&lt;P&gt;libmedia_intermediates&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid/out/target/product/sabresd_6dq/obj/SHARED_LIBRARIES$ cd ..&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid/out/target/product/sabresd_6dq/obj$ ls&lt;/P&gt;&lt;P&gt;include&amp;nbsp; lib&amp;nbsp; SHARED_LIBRARIES&amp;nbsp; STATIC_LIBRARIES&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid/out/target/product/sabresd_6dq/obj$ croot&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid$ mmm external/wpa_supplicant_8&lt;/P&gt;&lt;P&gt;============================================&lt;/P&gt;&lt;P&gt;PLATFORM_VERSION_CODENAME=REL&lt;/P&gt;&lt;P&gt;PLATFORM_VERSION=4.0.4&lt;/P&gt;&lt;P&gt;TARGET_PRODUCT=sabresd_6dq&lt;/P&gt;&lt;P&gt;TARGET_BUILD_VARIANT=eng&lt;/P&gt;&lt;P&gt;TARGET_BUILD_TYPE=release&lt;/P&gt;&lt;P&gt;TARGET_BUILD_APPS=&lt;/P&gt;&lt;P&gt;TARGET_ARCH=arm&lt;/P&gt;&lt;P&gt;TARGET_ARCH_VARIANT=armv7-a-neon&lt;/P&gt;&lt;P&gt;HOST_ARCH=x86&lt;/P&gt;&lt;P&gt;HOST_OS=linux&lt;/P&gt;&lt;P&gt;HOST_BUILD_TYPE=release&lt;/P&gt;&lt;P&gt;BUILD_ID=UNKNOWN&lt;/P&gt;&lt;P&gt;BUILD_NUMBER=eng.scott.20131030.144906&lt;/P&gt;&lt;P&gt;============================================&lt;/P&gt;&lt;P&gt;No private recovery resources for TARGET_DEVICE sabresd_6dq&lt;/P&gt;&lt;P&gt;make: Entering directory `/home/scott/myandroid'&lt;/P&gt;&lt;P&gt;make: Nothing to be done for `all_modules'.&lt;/P&gt;&lt;P&gt;make: Leaving directory `/home/scott/myandroid'&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid$ cd out/target/product/sabresd_6dq/obj/&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid/out/target/product/sabresd_6dq/obj$ ls&lt;/P&gt;&lt;P&gt;include&amp;nbsp; lib&amp;nbsp; SHARED_LIBRARIES&amp;nbsp; STATIC_LIBRARIES&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid/out/target/product/sabresd_6dq/obj$ ls SHARED_LIBRARIES/&lt;/P&gt;&lt;P&gt;libc_intermediates&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; libm_intermediates&lt;/P&gt;&lt;P&gt;libcutils_intermediates&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libpixelflinger_intermediates&lt;/P&gt;&lt;P&gt;libdl_intermediates&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; libstdc++_intermediates&lt;/P&gt;&lt;P&gt;libEGL_intermediates&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; libstlport_intermediates&lt;/P&gt;&lt;P&gt;libGLESv2_dbg_intermediates&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libui_intermediates&lt;/P&gt;&lt;P&gt;libhardware_legacy_intermediates&amp;nbsp; libutils_intermediates&lt;/P&gt;&lt;P&gt;liblog_intermediates&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; libz_intermediates&lt;/P&gt;&lt;P&gt;libmedia_intermediates&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid/out/target/product/sabresd_6dq/obj$ croot&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid$ cd hardware/&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid/hardware$ ls&lt;/P&gt;&lt;P&gt;alsa_sound&amp;nbsp; imx&amp;nbsp; libhardware&amp;nbsp; libhardware_legacy&amp;nbsp; ril&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid/hardware$ &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 07:21:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231837#M17565</guid>
      <dc:creator>scottyu</dc:creator>
      <dc:date>2013-10-30T07:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231838#M17566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well,can you find below setting in your BoardConfig.mk? If you use sabresd BoardConfig.mk,make sure your setting is right one we choose.&lt;/P&gt;&lt;P&gt;Bolded text is important for wpa_supplicant building.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BOARD_WPA_SUPPLICANT_DRIVER := NL80211&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WPA_SUPPLICANT_VERSION := VER_0_8_X&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_bcmdhd&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BOARD_HOSTAPD_DRIVER := NL80211&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_bcmdhd&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;BOARD_WLAN_DEVICE := bcmdhd&lt;/P&gt;&lt;P&gt;WIFI_DRIVER_FW_PATH_PARAM := "/sys/module/bcmdhd/parameters/firmware_path"&lt;/P&gt;&lt;P&gt;#WIFI_DRIVER_MODULE_PATH&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; := "/system/lib/modules/bcmdhd.ko"&lt;/P&gt;&lt;P&gt;WIFI_DRIVER_FW_PATH_STA := "/vendor/firmware/fw_bcmdhd.bin"&lt;/P&gt;&lt;P&gt;WIFI_DRIVER_FW_PATH_AP := "/vendor/firmware/fw_bcmdhd_apsta.bin"&lt;/P&gt;&lt;P&gt;WIFI_DRIVER_FW_PATH_P2P := "/vendor/firmware/fw_bcmdhd_p2p.bin"&lt;/P&gt;&lt;P&gt;#WIFI_DRIVER_MODULE_ARG&amp;nbsp;&amp;nbsp;&amp;nbsp; := "firmware_path=/system/vendor/firmware/fw_bcmdhd.bin nvram_path=/system/vendor/firmware/bcmdhd.cal iface_name=wlan0"&lt;/P&gt;&lt;P&gt;WIFI_BAND := 802_11_ABG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 08:15:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231838#M17566</guid>
      <dc:creator>raymondwang</dc:creator>
      <dc:date>2013-10-30T08:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231839#M17567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Presuming you're meaning myandroid/device/fsl/imx6/sabresd/SabreSDBoardConfigComm.mk.&lt;/P&gt;&lt;P&gt;I corrected wlan to wlan0, and my &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;WIFI_DRIVER_MODULE_ARG&lt;/SPAN&gt; is not commented.&amp;nbsp; Also I add &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;WIFI_BAND := 802_11_ABG&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Everything is set same as above then I built, but the issue exists.&amp;nbsp; Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 09:30:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231839#M17567</guid>
      <dc:creator>scottyu</dc:creator>
      <dc:date>2013-10-30T09:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231840#M17568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think your WIFI setting is really right. Check your sabresd/BoardConfig.mk, how to including &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SabreSDBoardConfigComm.mk&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;It's impossible to make external/wpa_supplicant_8 with proper &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;WPA_SUPPLICANT_VERSION := VER_0_8_X&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In file external/wpa_supplicant_8/Android.mk,you can find.&lt;/P&gt;&lt;P&gt;ifeq ($(WPA_SUPPLICANT_VERSION),VER_0_8_X)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; include $(call all-subdir-makefiles)&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&amp;nbsp; Finally,if wpa_supplicant_8 can't be compiled ,you should check your &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;WPA_SUPPLICANT_VERSION := VER_0_8_X&lt;/STRONG&gt; carefully.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 10:53:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231840#M17568</guid>
      <dc:creator>raymondwang</dc:creator>
      <dc:date>2013-10-30T10:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231841#M17569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm rather new to Android and I am not well aware in Android make tree.&amp;nbsp; However, I can't locate sabresd/BoardConfig.mk in my path.&lt;/P&gt;&lt;P&gt;The WiFi vendor told me to modify the file /device/fsl/imx6/sabresd/SabreSDBoardConfigComm.mk as is.&lt;/P&gt;&lt;P&gt;Would this be the issue caused?&amp;nbsp; Can you please help to make sure if my make tree is right?&amp;nbsp; For sure I didn't change a bit on make tree since I installed FSL Android package.&lt;/P&gt;&lt;P&gt;Following please find my sabresd path. For the settings of &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;VER_0_8_X&lt;/STRONG&gt;, I will check it further.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;scott@ubuntu:~/myandroid/device/fsl/imx6/sabresd$ ls&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;gpsreset.sh&amp;nbsp; required_hardware.xml&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SabreSDBoardConfigComm.mk_o&lt;/P&gt;&lt;P&gt;init.rc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SabreSDBoardConfigComm.mk&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SabreSDProductCommon.mk&lt;/P&gt;&lt;P&gt;init.rc~&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SabreSDBoardConfigComm.mk~&amp;nbsp;&amp;nbsp;&amp;nbsp; ubi&lt;/P&gt;&lt;P&gt;init.rc_0&amp;nbsp;&amp;nbsp;&amp;nbsp; SabreSDBoardConfigComm.mk_0&amp;nbsp;&amp;nbsp; vold.fstab&lt;/P&gt;&lt;P&gt;overlay&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SabreSDBoardConfigComm.mk_n~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 01:14:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231841#M17569</guid>
      <dc:creator>scottyu</dc:creator>
      <dc:date>2013-10-31T01:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231842#M17570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is my device tree based on FSL android 4.2.2 release. I can't find directory device/fsl/sabresd which is your product directory.&lt;/P&gt;&lt;P&gt;Also I check my FSL ICS release, it's similar to current 4.2.2(JB) release.&lt;/P&gt;&lt;P&gt;device/&lt;/P&gt;&lt;P&gt;├── fsl&lt;/P&gt;&lt;P&gt;│&amp;nbsp;&amp;nbsp; ├── arm2_6dq&lt;/P&gt;&lt;P&gt;│&amp;nbsp;&amp;nbsp; ├── arm2_6sl&lt;/P&gt;&lt;P&gt;│&amp;nbsp;&amp;nbsp; ├── common&lt;/P&gt;&lt;P&gt;│&amp;nbsp;&amp;nbsp; ├── evk_6sl&lt;/P&gt;&lt;P&gt;│&amp;nbsp;&amp;nbsp; ├── hdmidongle_6dq&lt;/P&gt;&lt;P&gt;│&amp;nbsp;&amp;nbsp; ├── imx53_smd&lt;/P&gt;&lt;P&gt;│&amp;nbsp;&amp;nbsp; ├── imx5x&lt;/P&gt;&lt;P&gt;│&amp;nbsp;&amp;nbsp; ├── imx6&lt;/P&gt;&lt;P&gt;│&amp;nbsp;&amp;nbsp; ├── sabreauto_6q&lt;/P&gt;&lt;P&gt;│&amp;nbsp;&amp;nbsp; ├── sabresd_6dq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Anyway, you have to know how android product makefiles are constructed. e.g.&lt;/P&gt;&lt;P&gt;In my FSL device/fsl/imx6. There is a AndroidProducts.mk to denote how many products based on iMX6 processor. Below is my AndroidProducts.mk:&lt;/P&gt;&lt;P&gt;PRODUCT_MAKEFILES := \&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(LOCAL_DIR)/arm2_6dq.mk \&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(LOCAL_DIR)/arm2_6sl.mk \&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(LOCAL_DIR)/evk_6sl.mk \&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(LOCAL_DIR)/sabreauto_6q.mk \&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(LOCAL_DIR)/sabresd_6dq.mk \&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(LOCAL_DIR)/hdmidongle_6dq.mk \&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You can guess that one of them is a product description makefile. Meanwhile,there should be a directory has the same name directory to include device&lt;/P&gt;&lt;P&gt;building makefiles. e.g. For product&amp;nbsp; $(LOCAL_DIR)/sabresd_6dq.mk above.&lt;/P&gt;&lt;P&gt;device/fsl/sabresd_6dq directory is sabresd_6dq device building directory. In this dir, AndroidBoard.mk and BoardConfig.mk should be created generally.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Certainly, all makefiles can include extra makefile according to GNU standard.&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is why I want you check your BoardConfig.mk. If the file does not exist, your device/fsl may be corrupted. You can reconstruct from FSL release &lt;/P&gt;&lt;P&gt;package by yourself. I give you a demo tree for android product makefile makeup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;CODE&gt;&lt;SPAN style="color: #008000;"&gt;&amp;lt;company_name&amp;gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;UL style="list-style: disc; margin-left: 45px; padding-left: 5px; padding-right: 5px;"&gt;&lt;LI&gt;&lt;CODE&gt;&lt;SPAN style="color: #008000;"&gt;&amp;lt;board_name&amp;gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;UL style="list-style: disc; margin-left: 45px; padding-left: 5px; padding-right: 5px;"&gt;&lt;LI&gt;&lt;CODE&gt;&lt;SPAN style="color: #008000;"&gt;Android.mk&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE&gt;&lt;SPAN style="color: #008000;"&gt;product_config.mk&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE&gt;&lt;SPAN style="color: #008000;"&gt;system.prop&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE&gt;&lt;SPAN style="color: #008000;"&gt;products&lt;/SPAN&gt;&lt;/CODE&gt;&lt;UL&gt;&lt;LI&gt;&lt;CODE&gt;&lt;SPAN style="color: #008000;"&gt;AndroidProducts.mk&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE&gt;&lt;SPAN style="color: #008000;"&gt;&amp;lt;first_product_name&amp;gt;.mk&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE&gt;&lt;SPAN style="color: #008000;"&gt;&amp;lt;second_product_name&amp;gt;.mk&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 02:14:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231842#M17570</guid>
      <dc:creator>raymondwang</dc:creator>
      <dc:date>2013-10-31T02:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231843#M17571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your elaboration.&lt;/P&gt;&lt;P&gt;My path should be right:&amp;nbsp; device/fsl&lt;STRONG&gt;/imx6&lt;/STRONG&gt;/sabresd/SabreSDBoardConfigComm.mk&amp;nbsp;&amp;nbsp;&amp;nbsp; But I can't be sure how SabreSDBoardConfigComm.mk can be included to build.&amp;nbsp; But if I don't set &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;WPA_SUPPLICANT_VERSION := VER_0_8_X&lt;/STRONG&gt; in this file, Android image can be built without error.&amp;nbsp; I believe this file is effective.&amp;nbsp; Can you also make sure you have such a file?&amp;nbsp;&amp;nbsp; if yes, can you try to change as &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;WPA_SUPPLICANT_VERSION := VER_0_8_X&lt;/STRONG&gt; to see if the build is OK.&amp;nbsp;&amp;nbsp; Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 10:28:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231843#M17571</guid>
      <dc:creator>scottyu</dc:creator>
      <dc:date>2013-10-31T10:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231844#M17572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.A file named BoardConfig.mk in your device/fsl/imx6/sabresd should be there.&amp;nbsp; Otherwise check all fsl subdir and trying to find Board.config.mk.&lt;/P&gt;&lt;P&gt;&amp;nbsp; If it still does not exist, you can check $ANDROID_TOP)/vendor subdir to find out Board.config.mk. &lt;/P&gt;&lt;P&gt;&amp;nbsp; You should be noticed that BoardConfig.mk is entrance of Android building config.&lt;/P&gt;&lt;P&gt;2.Please paste all your BoardConfig.mk and its included Config makefile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Anyway,I guess you changed something wrong which cause your wpa_client library can't be built properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 11:56:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231844#M17572</guid>
      <dc:creator>raymondwang</dc:creator>
      <dc:date>2013-10-31T11:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231845#M17573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found five BoardConfig.mk.&amp;nbsp; I pasted 4 of them as I think the one with imx53 is not related.&lt;/P&gt;&lt;P&gt;I found only /sabresd_6dq/BoardConfig.mk is associated with my build with device/fsl/imx6/sabresd/SabreSDBoardConfigComm.mk&lt;/P&gt;&lt;P&gt;and I denoted it below.&lt;/P&gt;&lt;P&gt;But only the file /sabreauto_6q/BoardConfig.mk has the wpa settings that I am working on. &lt;/P&gt;&lt;P&gt;Please see below.&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid/device/fsl$ find . -name BoardConfig.mk -print&lt;/P&gt;&lt;P&gt;./imx53_smd/BoardConfig.mk&lt;/P&gt;&lt;P&gt;./sabresd_6dq/BoardConfig.mk&lt;/P&gt;&lt;P&gt;./arm2_6dq/BoardConfig.mk&lt;/P&gt;&lt;P&gt;./arm2_6sl/BoardConfig.mk&lt;/P&gt;&lt;P&gt;./sabreauto_6q/BoardConfig.mk&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid/device/fsl/sabresd_6dq$ cat BoardConfig.mk &lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# Product-specific compile-time definitions.&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include device/fsl/imx6/soc/imx6dq.mk&lt;/P&gt;&lt;P&gt;include device/fsl/imx6/sabresd/SabreSDBoardConfigComm.mk&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;lt;--&amp;nbsp; Scott:&amp;nbsp; looks like this is associated with my build now) &lt;/P&gt;&lt;P&gt;include device/fsl-proprietary/gpu-viv/fsl-gpu.mk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOARD_KERNEL_CMDLINE := console=ttymxc0,115200 init=/init video=mxcfb0 video=mxcfb1:off video=mxcfb2:off fbmem=10M fb0base=0x27b00000 vmalloc=400M androidboot.console=ttymxc0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifeq ($(TARGET_USERIMAGES_USE_UBIFS),true)&lt;/P&gt;&lt;P&gt;#UBI boot command line.&lt;/P&gt;&lt;P&gt;BOARD_KERNEL_CMDLINE := console=ttymxc0,115200 init=/init video=mxcfb0 video=mxcfb1:off video=mxcfb2:off fbmem=10M fb0base=0x27b00000 vmalloc=400M androidboot.console=ttymxc0&amp;nbsp; mtdparts=gpmi-nand:20m(bootloader),20m(bootimg),20m(recovery),-(root) gpmi_debug_init ubi.mtd=3&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TARGET_BOOTLOADER_CONFIG := 6q:mx6q_sabresd_android_config 6dl:mx6dl_sabresd_android_config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid/device/fsl/sabreauto_6q$ cat BoardConfig.mk &lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# Product-specific compile-time definitions.&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include device/fsl/imx6/BoardConfigCommon.mk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TARGET_BOOTLOADER_BOARD_NAME := SABREAUTO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOARD_SOC_CLASS := IMX6&lt;/P&gt;&lt;P&gt;BOARD_SOC_TYPE := IMX6Q&lt;/P&gt;&lt;P&gt;PRODUCT_MODEL := SABREAUTO-MX6Q&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USE_OPENGL_RENDERER := true&lt;/P&gt;&lt;P&gt;TARGET_CPU_SMP := true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WIFI_DRIVER_MODULE_NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; := "ar6000"&lt;/P&gt;&lt;P&gt;HOSTAPD_VERSION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; := VER_0_8_ATHEROS&lt;/P&gt;&lt;P&gt;WPA_SUPPLICANT_VERSION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; := VER_0_8_ATHEROS&lt;/P&gt;&lt;P&gt;BOARD_WLAN_ATHEROS_SDK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; := system/wlan/atheros/AR6kSDK.build_3.1_RC.563&lt;/P&gt;&lt;P&gt;BOARD_WPA_SUPPLICANT_DRIVER := AR6000&lt;/P&gt;&lt;P&gt;BOARD_WLAN_CHIP_AR6102&amp;nbsp;&amp;nbsp;&amp;nbsp; := true&lt;/P&gt;&lt;P&gt;BOARD_WLAN_CHIP_AR6003&amp;nbsp;&amp;nbsp;&amp;nbsp; := true&lt;/P&gt;&lt;P&gt;BOARD_WPA_SUPPLICANT_DRIVER := WEXT&lt;/P&gt;&lt;P&gt;# Select Wake on wireless mode for AR6003 suspend/resume policy&lt;/P&gt;&lt;P&gt;BOARD_WLAN_PM_SUSPEND&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; := 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOARD_HAVE_VPU := true&lt;/P&gt;&lt;P&gt;HAVE_FSL_IMX_GPU2D := true&lt;/P&gt;&lt;P&gt;HAVE_FSL_IMX_GPU3D := true&lt;/P&gt;&lt;P&gt;HAVE_FSL_IMX_IPU := true&lt;/P&gt;&lt;P&gt;BOARD_MODEM_VENDOR := AMAZON&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOARD_HAVE_HARDWARE_GPS := true&lt;/P&gt;&lt;P&gt;USE_ATHR_GPS_HARDWARE := true&lt;/P&gt;&lt;P&gt;USE_QEMU_GPS_HARDWARE := false&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#for accelerator sensor, need to define sensor type here&lt;/P&gt;&lt;P&gt;#BOARD_HAS_SENSOR := true&lt;/P&gt;&lt;P&gt;#SENSOR_MMA8451 := true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# for recovery service&lt;/P&gt;&lt;P&gt;TARGET_SELECT_KEY := 28&lt;/P&gt;&lt;P&gt;TARGET_USERIMAGES_USE_EXT4 := true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# atheros 3k BT&lt;/P&gt;&lt;P&gt;BOARD_USE_AR3K_BLUETOOTH := true&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid/device/fsl/arm2_6dq$ cat BoardConfig.mk &lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# Product-specific compile-time definitions.&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include device/fsl/imx6/soc/imx6dq.mk&lt;/P&gt;&lt;P&gt;include device/fsl/imx6/arm2/BoardConfigArm2.mk&lt;/P&gt;&lt;P&gt;include device/fsl-proprietary/gpu-viv/fsl-gpu.mk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOARD_KERNEL_CMDLINE := console=ttymxc0,115200 init=/init androidboot.console=ttymxc0&lt;/P&gt;&lt;P&gt;TARGET_BOOTLOADER_CONFIG := 6q:mx6q_arm2_android_config 6dl:mx6dl_arm2_config&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;scott@ubuntu:~/myandroid/device/fsl/arm2_6sl$ cat BoardConfig.mk &lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# Product-specific compile-time definitions.&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include device/fsl/imx6/soc/imx6sl.mk&lt;/P&gt;&lt;P&gt;include device/fsl/imx6/arm2/BoardConfigArm2.mk&lt;/P&gt;&lt;P&gt;include device/fsl-proprietary/gpu-viv/fsl-gpu.mk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USE_CAMERA_STUB := true&lt;/P&gt;&lt;P&gt;BOARD_HAVE_IMX_CAMERA := false&lt;/P&gt;&lt;P&gt;PRODUCT_MODEL := ARM2-MX6SL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOARD_KERNEL_CMDLINE := console=ttymxc0,115200 init=/init androidboot.console=ttymxc0&lt;/P&gt;&lt;P&gt;TARGET_BOOTLOADER_CONFIG := mx6sl:mx6sl_arm2_android_config&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 03:57:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231845#M17573</guid>
      <dc:creator>scottyu</dc:creator>
      <dc:date>2013-11-01T03:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231846#M17574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Just as you find out,each product BoardConfig.mk also including extra BoardConfig makefile.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;include device/fsl/imx6/sabresd/SabreSDBoardConfigComm.mk&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;lt;--&amp;nbsp; Scott:&amp;nbsp; looks like this is associated with my build now)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Well, my last step is to check your &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;device/fsl/imx6/sabresd/SabreSDBoardConfigComm.mk &lt;/SPAN&gt; content about WIFI setting and how you lunch your android build.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;We often build android by following steps:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $source build/envsetup.sh&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $lunch&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; choose product you want.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp; BTW, I remembered you can't build android without &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f6f6f6;"&gt;WPA_SUPPLICANT_VERSION := VER_0_8_X&lt;/STRONG&gt;. If so we can check which wpa_supplicant of your last build.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.g. Check if dir out\target\product\XXX\obj\EXECUTABLES\wpa_supplicant_intermediates exist. If it does exist,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp; $cd &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;out\target\product\XXX\obj\EXECUTABLES\wpa_supplicant_intermediates&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt; $&lt;/SPAN&gt;head ap.P&lt;/P&gt;&lt;P&gt;out/target/product/qpad_6dq/obj/EXECUTABLES/wpa_supplicant_intermediates/ap.o: \&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; external/wpa_supplicant_8/wpa_supplicant/ap.c \&amp;nbsp; &amp;lt;from here we can check which wpa_supplicant was built.&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; build/core/combo/include/arch/linux-arm/AndroidConfig.h \&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; external/wpa_supplicant_8/wpa_supplicant/src/utils/includes.h \&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; external/wpa_supplicant_8/wpa_supplicant/src/utils/build_config.h \&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; bionic/libc/include/stdlib.h bionic/libc/include/sys/cdefs.h \&lt;/P&gt;&lt;P&gt; bionic/libc/include/sys/cdefs_elf.h \&lt;/P&gt;&lt;P&gt; bionic/libc/include/android/api-level.h \&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 04:51:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231846#M17574</guid>
      <dc:creator>raymondwang</dc:creator>
      <dc:date>2013-11-01T04:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231847#M17575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scorr&lt;/P&gt;&lt;P&gt;Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help, please feel &lt;/P&gt;&lt;P&gt;free to reply with an update to this discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 09:13:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231847#M17575</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-02-21T09:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: no rules to make libwpa_client.so</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231848#M17576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scorr&lt;/P&gt;&lt;P&gt;This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 03:35:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/no-rules-to-make-libwpa-client-so/m-p/231848#M17576</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-02-27T03:35:28Z</dc:date>
    </item>
  </channel>
</rss>

