Please post your errors here. We (I and other esteemed devs) will try to solve them.
reserved for future.
reserved for future. 2222
reserved for future. another one...
By chrgegdoc
Code:
Before I get that error, I encountered these first:
building with
Code:
make -j4
gives me the following error:
Code:
make: *** No rule to make target `device/karbonn/a9plus/prebuilt/system/lib/lib/system/libcamera_client.so', needed by `out/target/product/a9plus/system/lib/libcamera_client.so'. Stop.
make: *** Waiting for unfinished jobs....
Notice file: external/icu4c/common/NOTICE -- out/host/linux-x86/obj/NOTICE_FILES/src//lib/libicuuc.so.txt
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
retyping
Code:
make
without
Code:
-j4
"solves" that but I encounter the following error:
Code:
device/karbonn/a9plus/overlay/frameworks/base/core/res/res/values/config.xml:135: error: Resource does not already exist in overlay at 'config_tether_upstream_regexs'; use <add-resource> to add.
device/karbonn/a9plus/overlay/frameworks/base/core/res/res/values/config.xml:136: error: Resource at config_tether_upstream_regexs appears in overlay but not in the base package; use <add-resource> to add.
device/karbonn/a9plus/overlay/frameworks/base/core/res/res/values/config.xml:137: error: Resource at config_tether_upstream_regexs appears in overlay but not in the base package; use <add-resource> to add.
device/karbonn/a9plus/overlay/frameworks/base/core/res/res/values/config.xml:149: error: Resource at config_tether_dun_required appears in overlay but not in the base package; use <add-resource> to add.
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'
So I deleted the overlay folder from device/karbonn/a9plus and it would go through until I get the error at my previous PM
Another one by chrgegdoc
checked out your new device tree and tried building from it using
Code:
make
I get the following error:
Code:
Code:
/bin/bash: -c: line 0: unexpected EOF while looking for matching `"'
/bin/bash: -c: line 1: syntax error: unexpected end of file
make: *** [out/target/product/a9plus/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/power/power.o] Error 1
By the way, I am building CM9, haven't tried CM10 though.
arunmcops said:
Another one by chrgegdoc
checked out your new device tree and tried building from it using
Code:
make
I get the following error:
Code:
Code:
/bin/bash: -c: line 0: unexpected EOF while looking for matching `"'
/bin/bash: -c: line 1: syntax error: unexpected end of file
make: *** [out/target/product/a9plus/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/power/power.o] Error 1
By the way, I am building CM9, haven't tried CM10 though.
Click to expand...
Click to collapse
Try to start with make -j1
arunmcops said:
Another one by chrgegdoc
checked out your new device tree and tried building from it using
Code:
make
I get the following error:
Code:
Code:
/bin/bash: -c: line 0: unexpected EOF while looking for matching `"'
/bin/bash: -c: line 1: syntax error: unexpected end of file
make: *** [out/target/product/a9plus/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/power/power.o] Error 1
By the way, I am building CM9, haven't tried CM10 though.
Click to expand...
Click to collapse
arunmcops said:
By chrgegdoc
Code:
Before I get that error, I encountered these first:
building with
Code:
make -j4
gives me the following error:
Code:
make: *** No rule to make target `device/karbonn/a9plus/prebuilt/system/lib/lib/system/libcamera_client.so', needed by `out/target/product/a9plus/system/lib/libcamera_client.so'. Stop.
make: *** Waiting for unfinished jobs....
Notice file: external/icu4c/common/NOTICE -- out/host/linux-x86/obj/NOTICE_FILES/src//lib/libicuuc.so.txt
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
retyping
Code:
make
without
Code:
-j4
"solves" that but I encounter the following error:
Code:
device/karbonn/a9plus/overlay/frameworks/base/core/res/res/values/config.xml:135: error: Resource does not already exist in overlay at 'config_tether_upstream_regexs'; use <add-resource> to add.
device/karbonn/a9plus/overlay/frameworks/base/core/res/res/values/config.xml:136: error: Resource at config_tether_upstream_regexs appears in overlay but not in the base package; use <add-resource> to add.
device/karbonn/a9plus/overlay/frameworks/base/core/res/res/values/config.xml:137: error: Resource at config_tether_upstream_regexs appears in overlay but not in the base package; use <add-resource> to add.
device/karbonn/a9plus/overlay/frameworks/base/core/res/res/values/config.xml:149: error: Resource at config_tether_dun_required appears in overlay but not in the base package; use <add-resource> to add.
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'
So I deleted the overlay folder from device/karbonn/a9plus and it would go through until I get the error at my previous PM
Click to expand...
Click to collapse
Overlay packages changed...
I incorporated your changes and it seems that error is gone while using
Code:
make -j1
However, I encountered an new error
Code:
device/karbonn/a9plus/overlay/frameworks/base/core/res/res/values/config.xml:199: error: Resource at config_networkLocationProviderPackageName appears in overlay but not in the base package; use <add-resource> to add.
device/karbonn/a9plus/overlay/frameworks/base/core/res/res/values/config.xml:202: error: Resource at config_geocodeProviderPackageName appears in overlay but not in the base package; use <add-resource> to add.
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'
EDIT:
So I tried deleting line 199 and 202 from the config.xml at the build went through.
But, I encountered the previous error
Code:
target thumb C: libhardware_legacy <= hardware/libhardware_legacy/power/power.c
/bin/bash: -c: line 0: unexpected EOF while looking for matching `"'
/bin/bash: -c: line 1: syntax error: unexpected end of file
make: *** [out/target/product/a9plus/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/power/power.o] Error 1
I don't know if they are connected with each other. I conclude that building with make -j1 doesn't solve the EOF error.
Compile Error
I also confirm the same error...
build with make -j1
Code:
<command-line>: warning: "REFRESH_RATE" redefined
<command-line>: warning: this is the location of the previous definition
system/core/libpixelflinger/codeflinger/disassem.c:710: warning: initialization from incompatible pointer type
target thumb C: libhardware_legacy <= hardware/libhardware_legacy/power/power.c
/bin/bash: -c: line 0: unexpected EOF while looking for matching `"'
/bin/bash: -c: line 1: syntax error: unexpected end of file
make: *** [out/target/product/a9plus/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/power/power.o] Error 1
I used a different device tree (my own) and now I am getting this error:
Code:
make: *** No rule to make target `vendor/qcom/s100/proprietary/lib/libaudioalsa.so', needed by `out/target/product/s100/obj/lib/libaudioalsa.so'. Stop.
What I did is add some lines in device.mk and it seems to compile (hopefully)
EDIT:
Still getting the same error. I have no idea on how to fix this
Plz post ur device tree ...
Sent from my Karbonn A9+ using Tapatalk HD
chrgegdoc said:
I used a different device tree (my own) and now I am getting this error:
Code:
make: *** No rule to make target `vendor/qcom/s100/proprietary/lib/libaudioalsa.so', needed by `out/target/product/s100/obj/lib/libaudioalsa.so'. Stop.
What I did is add some lines in device.mk and it seems to compile (hopefully)
EDIT:
Still getting the same error. I have no idea on how to fix this
Click to expand...
Click to collapse
U need to copy proprietary files of your device to vendor/qcom/s100 by either running command from your device folder or just download the files and put it to vendor/qcom/s100 .
Edit : I think this is the files u need . confirm that is it the one and if that is the one CD to vendor/qcom dir and issue following command
Code:
git clone https://github.com/liquid-moto/android_vendor_qcom_proprietary s100
It will clone those files to vendor/qcom/
Than go to vendor/qcom/s100 and rename system to proprietary and than start the build....
Hope u got it fixed
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Use libaudioalsa.so from /system/lib and modify mk files. Also mail me device folder.
Sent from my Karbonn A9+ using Tapatalk HD
Will Try
Arun will you modify your device tree.. I will try to compile again..
Will try for qcom/s100 also.. Both are same build.. Any way.. Device can be changed on .prop later..!!
---------- Post added at 07:04 PM ---------- Previous post was at 06:56 PM ----------
chrgegdoc said:
I used a different device tree (my own) and now I am getting this error:
Code:
make: *** No rule to make target `vendor/qcom/s100/proprietary/lib/libaudioalsa.so', needed by `out/target/product/s100/obj/lib/libaudioalsa.so'. Stop.
What I did is add some lines in device.mk and it seems to compile (hopefully)
EDIT:
Still getting the same error. I have no idea on how to fix this
Click to expand...
Click to collapse
Will share your device tree..??
I'll post my device tree after I try x10forevers' suggestion.
UPDATE:
So I tried x10forevers' suggestion. I modified proprietary-files.txt and extracted the files. However, some files were not found, namely:
Code:
libmm-color-convertor.so
libmmparser_divxdrmlib.so
a225_pfp.fw
a225_pm4.fw
a225p5_pm4.fw
a300_pfp.fw
a300_pm4.fw
leia_pfp_470.fw
leia_pm4_470.fw
libC2D2.so
UPDATE1:
what should be the value for TARGET_ARCH_VARIANT?
UPDATE 2:
arunmcops, you might want to edit out the '6' from your device.mk
See this line:
Code:
frameworks/base/data/etc/android.soft6ware.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
Prince.Paul.K said:
Arun will you modify your device tree.. I will try to compile again..
Will try for qcom/s100 also.. Both are same build.. Any way.. Device can be changed on .prop later..!!
---------- Post added at 07:04 PM ---------- Previous post was at 06:56 PM ----------
Will share your device tree..??
Click to expand...
Click to collapse
GITHUB
Your github id ?
chrgegdoc said:
I'll post my device tree after I try x10forevers' suggestion.
UPDATE:
So I tried x10forevers' suggestion. I modified proprietary-files.txt and extracted the files. However, some files were not found, namely:
Code:
libmm-color-convertor.so
libmmparser_divxdrmlib.so
a225_pfp.fw
a225_pm4.fw
a225p5_pm4.fw
a300_pfp.fw
a300_pm4.fw
leia_pfp_470.fw
leia_pm4_470.fw
libC2D2.so
UPDATE1:
what should be the value for TARGET_ARCH_VARIANT?
UPDATE 2:
arunmcops, you might want to edit out the '6' from your device.mk
See this line:
Code:
frameworks/base/data/etc/android.soft6ware.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
Click to expand...
Click to collapse
TARGET_ARCH_VARIANT := armv7-a-neon
TARGET_ARCH_VARIANT_CPU := cortex-a5
TARGET_ARCH_VARIANT_FPU := neon
@Chargegdoc
I think that fw files are in the clone files I have told you in earlier post
Check it
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Here is my GitHub
Please check for errors. I just copied all the folders from karbonna9plus and made a few changes.
EDIT:
@x10forevers
Indeed it is there.
I got another error:
Code:
make: *** No rule to make target `device/qcom/s100/prebuilt/system/etc/vold.fstab_use_tflashvold.fstab_use_emmc', needed by `out/target/product/s100/system/etc/vold.fstab_use_tflash'. Stop.
Edited the device.mk and changed the following lines:
Code:
device/qcom/s100/prebuilt/system/etc/vold.fstab_use_tflashvold.fstab_use_emmc:system/etc/vold.fstab_use_tflash
to
Code:
device/qcom/s100/prebuilt/system/etc/vold.fstab_use_tflash:system/etc/vold.fstab_use_tflash
I'll sleep for now and continue working on this the next day.
---------- Post added at 01:23 AM ---------- Previous post was at 12:50 AM ----------
There's a LOT of make: *** No rule to make target errors. I'll try to fix these tomorrow.
when I am build rom based cm10.1
I faced this problem
who can Help me ..
{
target Java: VideoEditor (/home/tct-atti/android/system/out/target/common/obj/APPS/VideoEditor_intermediates/classes)
frameworks/base/policy/src/com/android/internal/policy/impl/PhoneWindowManager.java:184: com.android.internal.policy.impl.PhoneWindowManager is not abstract and does not override abstract method hasMenuKeyEnabled() in android.view.WindowManagerPolicy
public class PhoneWindowManager implements WindowManagerPolicy {
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
make: *** [/home/tct-atti/android/system/out/target/common/obj/JAVA_LIBRARIES/android.policy_intermediates/classes-full-debug.jar] Error 41
make: *** Waiting for unfinished jobs....
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
}
If you have a free to teach me
please send email to " [email protected]"
anyway Are there any man who know that problem?
Hi guys,
Im new in the Forum and this is my first post, if someone can help me with my situation I will be very grateful.
My problem is the following:
Ive been trying to compile CM and while building there where few errors, until now I could fix them by myself but the latest one I havent been able to.
My machine: Pretty much standard Dell xps 15, core i7, 8GB RAM running Ubuntu 13.10, I upgrade it from 13.04.
I follow the standard guide to compile the code presented in the Wiki:
//wiki.cyanogen.../Build_for_p500 (im new and i cannot post outgoing links)
And the error is the following , after using the BRUNCH P500 command:
Code:
target StaticLib: libop (out/target/product/p500/obj/STATIC_LIBRARIES/libop_intermediates/libop.a)
host SharedLib: libdvm (out/host/linux-x86/obj/lib/libdvm.so)
Install: out/host/linux-x86/lib/libssl.so
Install: out/host/linux-x86/lib/libicuuc.so
Install: out/host/linux-x86/bin/dexdeps
Install: out/host/linux-x86/bin/emulator
Install: out/host/linux-x86/bin/jasmin
Install: out/host/linux-x86/bin/mksnapshot
Install: out/host/linux-x86/framework/hosttestlib.jar
Install: out/host/linux-x86/framework/sdklib.jar
Install: out/host/linux-x86/framework/sdkstats.jar
Install: out/host/linux-x86/framework/ddmuilib.jar
out/host/linux-x86/obj/lib/libicui18n.so: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
make: *** [out/host/linux-x86/obj/lib/libdvm.so] Error 1
make: *** Waiting for unfinished jobs....
libpng warning: Ignoring attempt to set cHRM RGB triangle with zero area
external/sqlite/dist/sqlite3.c: In function 'fkLookupParent':
external/sqlite/dist/sqlite3.c:54938: warning: assuming signed overflow does not occur when assuming that (X - c) <= X is always true
target StaticLib: libc_nomalloc (out/target/product/p500/obj/STATIC_LIBRARIES/libc_nomalloc_intermediates/libc_nomalloc.a)
libpng warning: Ignoring attempt to set cHRM RGB triangle with zero area
Hi all,
I am trying to build AOSP kitkat for Canvas Magnus. While building i get this error and compiling stops. "Cannot find -lpthred" in <path-to-toolchain>/bin/ld. I have tried using android toolchain 4.8, 4.7 came along with source. I tried it with Linaro 4.7, still the same.
I tried searching on XDA & google but not much help found.
Under frameworks/compile/libcc/Android.mk i found this:
ifndef USE_MINGW
LOCAL_LDLIBS := -ldl -lpthread
endif
Seems on non windows os (nix) its asking to use local LD Libs, I am using Mint 17, gcc version 4.8.2.
I need any help understanding why its failing. I don't need a fix, but if you can guide me in a direction i will be greatful.
Regards
AJ
Here's the few lines with the error: its happing while linking gsm0710 modem
Install: out/target/product/a117/system/lib/libext2fs.so
target Executable: bugreport (out/target/product/a117/obj/EXECUTABLES/bugreport_intermediates/LINKED/bugreport)
target Executable: toolbox (out/target/product/a117/obj/EXECUTABLES/toolbox_intermediates/LINKED/toolbox)
target Executable: clatd (out/target/product/a117/obj/EXECUTABLES/clatd_intermediates/LINKED/clatd)
target SharedLib: libbacktrace_libc++ (out/target/product/a117/obj/SHARED_LIBRARIES/libbacktrace_libc++_intermediates/LINKED/libbacktrace_libc++.so)
target Executable: dnsmasq (out/target/product/a117/obj/EXECUTABLES/dnsmasq_intermediates/LINKED/dnsmasq)
target Executable: dumpstate (out/target/product/a117/obj/EXECUTABLES/dumpstate_intermediates/LINKED/dumpstate)
target Executable: gsm0710muxd (out/target/product/a117/obj/EXECUTABLES/gsm0710muxd_intermediates/LINKED/gsm0710muxd)
target Executable: installd (out/target/product/a117/obj/EXECUTABLES/installd_intermediates/LINKED/installd)
/home/xelion/droid-dev/asop/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpthread
collect2: error: ld returned 1 exit status
make: *** [out/target/product/a117/obj/EXECUTABLES/gsm0710muxd_intermediates/LINKED/gsm0710muxd] Error 1
make: *** Waiting for unfinished jobs....
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
I build cm11 for aries for my Xiaomi 2S. Using Ubuntu 10.04.
I use 'brunch aries'. Here is the reult:
GEN selinux/Config.in
/home/henry/android/system/external/busybox/scripts/kconfig/mconf.c: In function ‘exec_conf’:
/home/henry/android/system/external/busybox/scripts/kconfig/mconf.c:481: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result
/home/henry/android/system/external/busybox/scripts/kconfig/mconf.c: In function ‘show_textbox’:
/home/henry/android/system/external/busybox/scripts/kconfig/mconf.c:847: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/lex.zconf.c
SHIPPED scripts/kconfig/zconf.hash.c
/home/henry/android/system/external/busybox/applets/applet_tables.c:144: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
GEN include/usage_compressed.h
GEN include/applet_tables.h
CC applets/applets.o
HOSTCC applets/usage_pod
LD applets/built-in.o
make[1]: Leaving directory `/home/henry/android/system/external/busybox'
Export includes file: bootable/recovery/applypatch/Android.mk -- /home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/applypatch_intermediates/export_includes
Notice file: bootable/recovery/applypatch/NOTICE -- /home/henry/android/system/out/target/product/aries/obj/NOTICE_FILES/src//system/bin/applypatch.txt
Notice file: bootable/recovery/applypatch/NOTICE -- /home/henry/android/system/out/target/product/aries/obj/NOTICE_FILES/src//system/lib/libapplypatch.a.txt
Notice file: external/bzip2/NOTICE -- /home/henry/android/system/out/target/product/aries/obj/NOTICE_FILES/src//system/lib/libbz.a.txt
Import includes file: /home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/arec_intermediates/import_includes
Export includes file: hardware/qcom/audio-caf/legacy/libalsa-intf/Android.mk -- /home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/arec_intermediates/export_includes
Import includes file: /home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/atrace_intermediates/import_includes
Export includes file: frameworks/native/cmds/atrace/Android.mk -- /home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/atrace_intermediates/export_includes
Notice file: frameworks/native/cmds/atrace/NOTICE -- /home/henry/android/system/out/target/product/aries/obj/NOTICE_FILES/src//system/bin/atrace.txt
Import includes file: /home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/auditd_intermediates/import_includes
Export includes file: system/core/auditd/Android.mk -- /home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/auditd_intermediates/export_includes
make: *** No rule to make target `/home/henry/android/system/out/target/product/aries/obj/SHARED_LIBRARIES/libqminvapi_intermediates/export_includes', needed by `/home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/bdAddrLoader_intermediates/import_includes'. Stop.
make: *** Waiting for unfinished jobs....
Notice file: system/core/auditd/NOTICE -- /home/henry/android/system/out/target/product/aries/obj/NOTICE_FILES/src//system/bin/auditd.txt
[email protected]:~/android/system$
So, the problem is
Code:
make: *** No rule to make target `/home/henry/android/system/out/target/product/aries/obj/SHARED_LIBRARIES/libqminvapi_intermediates/export_includes', needed by `/home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/bdAddrLoader_intermediates/import_includes'. Stop.
But I googled for it and couldn't find a solution. Is something called 'libqminvapi.so' that I have to edit?
Please help! Thanks in advance!
##EDIT##
This warning too:
************************************************************
You are attempting to build with an unsupported JDK.
You use OpenJDK but only Sun/Oracle JDK is supported.
Please follow the machine setup instructions at
https://source.android.com/source/download.html
Continue at your own peril!
************************************************************
************************************************************
You are attempting to build with an unsupported version
of java.
Your version is: java version "1.6.0_33".
The correct version is: Java SE 1.6 or 1.7.
Please follow the machine setup instructions at
https://source.android.com/source/download.html
************************************************************
henry0504 said:
I build cm11 for aries for my Xiaomi 2S. Using Ubuntu 10.04.
I use 'brunch aries'. Here is the reult:
GEN selinux/Config.in
/home/henry/android/system/external/busybox/scripts/kconfig/mconf.c: In function ‘exec_conf’:
/home/henry/android/system/external/busybox/scripts/kconfig/mconf.c:481: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result
/home/henry/android/system/external/busybox/scripts/kconfig/mconf.c: In function ‘show_textbox’:
/home/henry/android/system/external/busybox/scripts/kconfig/mconf.c:847: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/lex.zconf.c
SHIPPED scripts/kconfig/zconf.hash.c
/home/henry/android/system/external/busybox/applets/applet_tables.c:144: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
GEN include/usage_compressed.h
GEN include/applet_tables.h
CC applets/applets.o
HOSTCC applets/usage_pod
LD applets/built-in.o
make[1]: Leaving directory `/home/henry/android/system/external/busybox'
Export includes file: bootable/recovery/applypatch/Android.mk -- /home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/applypatch_intermediates/export_includes
Notice file: bootable/recovery/applypatch/NOTICE -- /home/henry/android/system/out/target/product/aries/obj/NOTICE_FILES/src//system/bin/applypatch.txt
Notice file: bootable/recovery/applypatch/NOTICE -- /home/henry/android/system/out/target/product/aries/obj/NOTICE_FILES/src//system/lib/libapplypatch.a.txt
Notice file: external/bzip2/NOTICE -- /home/henry/android/system/out/target/product/aries/obj/NOTICE_FILES/src//system/lib/libbz.a.txt
Import includes file: /home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/arec_intermediates/import_includes
Export includes file: hardware/qcom/audio-caf/legacy/libalsa-intf/Android.mk -- /home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/arec_intermediates/export_includes
Import includes file: /home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/atrace_intermediates/import_includes
Export includes file: frameworks/native/cmds/atrace/Android.mk -- /home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/atrace_intermediates/export_includes
Notice file: frameworks/native/cmds/atrace/NOTICE -- /home/henry/android/system/out/target/product/aries/obj/NOTICE_FILES/src//system/bin/atrace.txt
Import includes file: /home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/auditd_intermediates/import_includes
Export includes file: system/core/auditd/Android.mk -- /home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/auditd_intermediates/export_includes
make: *** No rule to make target `/home/henry/android/system/out/target/product/aries/obj/SHARED_LIBRARIES/libqminvapi_intermediates/export_includes', needed by `/home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/bdAddrLoader_intermediates/import_includes'. Stop.
make: *** Waiting for unfinished jobs....
Notice file: system/core/auditd/NOTICE -- /home/henry/android/system/out/target/product/aries/obj/NOTICE_FILES/src//system/bin/auditd.txt
[email protected]:~/android/system$
So, the problem is
Code:
make: *** No rule to make target `/home/henry/android/system/out/target/product/aries/obj/SHARED_LIBRARIES/libqminvapi_intermediates/export_includes', needed by `/home/henry/android/system/out/target/product/aries/obj/EXECUTABLES/bdAddrLoader_intermediates/import_includes'. Stop.
But I googled for it and couldn't find a solution. Is something called 'libqminvapi.so' that I have to edit?
Please help! Thanks in advance!
##EDIT##
This warning too:
************************************************************
You are attempting to build with an unsupported JDK.
You use OpenJDK but only Sun/Oracle JDK is supported.
Please follow the machine setup instructions at
https://source.android.com/source/download.html
Continue at your own peril!
************************************************************
************************************************************
You are attempting to build with an unsupported version
of java.
Your version is: java version "1.6.0_33".
The correct version is: Java SE 1.6 or 1.7.
Please follow the machine setup instructions at
https://source.android.com/source/download.html
************************************************************
Click to expand...
Click to collapse
https://github.com/fallowu/slim_hardware_libhardware_legacy/blob/master/wifi/Android.mk