hey all,
when I compile the CM10.2, appeared an error and aborted.
and I couldn't find any useful link via google.
error tip is Chinese.
Code:
make: *** 没有规则可以创建“/home/lisong/Android/cm/out/target/product/NX501/obj/SHARED_LIBRARIES/libqdMetaData_intermediates/qdMetaData.o”需要的目标“/home/lisong/Android/cm/out/target/product/NX501/obj/KERNEL_OBJ/usr”。 停止。
make: *** 正在等待未完成的任务....
English version is about:
Code:
make: *** No rule to make target "/home/lisong/Android/cm/out/target/product/NX501/obj/SHARED_LIBRARIES/libqdMetaData_intermediates/qdMetaData.o" needed by "/home/lisong/Android/cm/out/target/product/NX501/obj/KERNEL_OBJ/usr". Stop.
Related
Finally got source to download right and fixed a repo issue but now i get this.
Any Ideas ????
Install: /home/tom/android/system/out/target/product/d855/obj/GYP/shared_intermediates/mksnapshot
Gyp action: android_webview_android_webview_gyp_android_webvie w_pak_target_repack_android_webview_pack (/home/tom/android/system/out/target/product/d855/obj/GYP/shared_intermediates/android_webview_apk/assets/webviewchromium.pak)
acp: partial write to '/home/tom/android/system/out/target/product/d855/obj/GYP/shared_intermediates/mksnapshot' (4096 of 8192)
make: *** [/home/tom/android/system/out/target/product/d855/obj/GYP/shared_intermediates/mksnapshot] Error 1
make: *** Deleting file `/home/tom/android/system/out/target/product/d855/obj/GYP/shared_intermediates/mksnapshot'
make: *** Waiting for unfinished jobs....
[email protected]:~/android/system$
PS : Sorry if in wrong section no idea where to put this!
hey plz can someone help me im getting this error while build
Code:
build/core/dynamic_binary.mk:76: recipe for target '/home/aditya/cm/out/target/product/ms013g/obj/SHARED_LIBRARIES/libLLVM_intermediates/PACKED/libLLVM.so' failed
make: *** [/home/aditya/cm/out/target/product/ms013g/obj/SHARED_LIBRARIES/libLLVM_intermediates/PACKED/libLLVM.so] Segmentation fault (core dumped)
make: *** Deleting file '/home/aditya/cm/out/target/product/ms013g/obj/SHARED_LIBRARIES/libLLVM_intermediates/PACKED/libLLVM.so'
Deleted
I'm trying to build CM12.1 for Bacon and I'm getting the following error when running a build after a full repo sync. Any suggestions on what to do?
make: *** No rule to make target 'libqmi', needed by '/home/ankur/cm/out/target/product/bacon/obj/EXECUTABLES/wpa_supplicant_intermediates/config.o'. Stop.
make: *** Waiting for unfinished jobs....
i am getting this error while trying to build the cm13 source.
make: *** No rule to make target `/media/android/CM-13/out/target/common/obj/JAVA_LIBRARIES/tcmiface_intermediates/javalib.jar', needed by `/media/android/CM-13/out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/classes-full-debug.jar'. Stop.
make: *** Waiting for unfinished jobs....
can anyone help me on this.
I'm getting the same error, were you able to resolve this?
I am trying to compile a stock kernel downloaded from the official website for my android device but getting the following error every time even after making modifications to the makefile
HTML:
scripts/Makefile.build:44: arch/arm64/boot/dts/qcom/Makefile: No such
file or directory
make[2]: *** No rule to make target
'arch/arm64/boot/dts/qcom/Makefile'. Stop.
CC drivers/md/linear.o
scripts/Makefile.build:489: recipe for target
'arch/arm64/boot/dts/qcom' failed
make[1]: *** [arch/arm64/boot/dts/qcom] Error 2
arch/arm64/Makefile:118: recipe for target 'dtbs' failed
make: *** [dtbs] Error 2
I have searched for the solution on the internet but that also not worked for me and now I am stuck at this. Please guide me to get through this! Thanks in advanced!!!