Hi techies,
I had done with Android ICS source compilation.It's working fine with emulator.
But when I start a build for real device Huawei Ascend G300 U8818.I get the following error.
make: *** No rule to make target `out/target/product/u8818/obj/STATIC_LIBRARIES/lib_driver_cmd_wext_intermediates/lib_driver_cmd_wext.a', needed by `out/target/product/u8818/obj/EXECUTABLES/wpa_supplicant_intermediates/LINKED/wpa_supplicant'. Stop.
Please help me I am googling for 15 days but no clue,guidance.
Thank You.
AshwinBhanushali said:
Hi techies,
I had done with Android ICS source compilation.It's working fine with emulator.
But when I start a build for real device Huawei Ascend G300 U8818.I get the following error.
make: *** No rule to make target `out/target/product/u8818/obj/STATIC_LIBRARIES/lib_driver_cmd_wext_intermediates/lib_driver_cmd_wext.a', needed by `out/target/product/u8818/obj/EXECUTABLES/wpa_supplicant_intermediates/LINKED/wpa_supplicant'. Stop.
Please help me I am googling for 15 days but no clue,guidance.
Thank You.
Click to expand...
Click to collapse
You're missing the driver-specific support libraries for the v8 wpa_supplicant. You can workaround the issue by using the v6 supplicant instead.
Tried with v6 wpa-supplicant but giving the same error
psyke83 said:
You're missing the driver-specific support libraries for the v8 wpa_supplicant. You can workaround the issue by using the v6 supplicant instead.
Click to expand...
Click to collapse
Tried with your suggestion but again getting the same error.
Anything else we can try....
Related
Hello everyone im trying to build AOSP rom for motorola milestone! Ive taken the vendor and device files from github.com/nadlabak
The problem comes when i do make after build and lunch! The error which comes is this-
make: *** [out/target/common/obj/APPS/framework-res_intermediates/package-export.apk] Error 1
make: *** Deleting file `out/target/common/obj/APPS/framework-res_intermediates/package-export.apk
Someone please help me out!
Thanks in advance!
Hi techies,
I had done with Android ICS source compilation.It's working fine with emulator.
But when I start a build for real device Huawei Ascend G300 U8818.I get the following error.
make: *** No rule to make target `out/target/product/u8818/obj/STATIC_LIBRARIES/lib_driver_cmd_wext_intermediates/lib_driver_cmd_wext.a', needed by `out/target/product/u8818/obj/EXECUTABLES/wpa_supplicant_intermediates/LINKED/wpa_supplicant'. Stop.
Please help me I am googling for 15 days but no clue,guidance.
Thank You.
Hey everybody! I'm trying to port Liquidsmooth (JB) to my device (the htc ace) but every time I try to build I get this error
make: *** No rule to make target `/home/[username]/liquid/out/target/product/ace/kernel', needed by `/home/[username]/liquid/out/target/product/ace/boot.img'. Stop
Click to expand...
Click to collapse
I'm tying to port 10.2 to the Motorola Droid X2, and I've gotten pretty far on it, but this one build error is being really stubborn:
make: * No rule to make target `/home/sal/android/system/out/target/product/daytona/obj/STATIC_LIBRARIES/lib_driver_cmd_wext_intermediates/export_includes', needed by `/home/sal/android/system/out/target/product/daytona/obj/EXECUTABLES/wpa_supplicant_intermediates/import_includes'. Stop.
Anyone have any ideas? The device specific code is on my github account. My username is saljs.
Thanks in advance!
salj7 said:
I'm tying to port 10.2 to the Motorola Droid X2, and I've gotten pretty far on it, but this one build error is being really stubborn:
make: * No rule to make target `/home/sal/android/system/out/target/product/daytona/obj/STATIC_LIBRARIES/lib_driver_cmd_wext_intermediates/export_includes', needed by `/home/sal/android/system/out/target/product/daytona/obj/EXECUTABLES/wpa_supplicant_intermediates/import_includes'. Stop.
Anyone have any ideas? The device specific code is on my github account. My username is saljs.
Thanks in advance!
Click to expand...
Click to collapse
Ahh, I was just thinking about trying this as my first foray into Android development (just picked up a x2 for someone). I'm a complete idiot (and programmer), but I'll poke around in your repository. Thanks for trying this, btw!
Hello guys and developers!
I have a problem with compiling AOSP 7 for a new device. The source code from the device is for AOSP so that should be no problem, but the ninja compiler says that about the mediatek/common/device.mk:
Running kati to generate build-full_k15tb_a.ninja...
out/build-full_k15tb_a.ninja is missing, regenerating...
device/mediatek/common/device.mk:404: *** extraneous `endif'.
build/core/ninja.mk:163: the rule for target „out/build-full_k15tb_a.ninja“ failed
make: *** [out/build-full_k15tb_a.ninja] Error 1
Click to expand...
Click to collapse
I know that these endif have to be at another place in this file but I don't know where.
The makefile: device.mk
I hope that anybody can help me.