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!
Related
Getting this error while compiling JB from Code Aurora sources.
Code:
make: *** No rule to make target `out/host/linux-x86/bin/checksparse.py', needed by `out/target/product/msm7627a/obj/PACKAGING/target_files_intermediates/msm7627a-target_files-eng.arun.zip'. Stop.
make: *** Waiting for unfinished jobs....
Any help would be appreciated..
arunmcops said:
Getting this error while compiling JB from Code Aurora sources.
Code:
make: *** No rule to make target `out/host/linux-x86/bin/checksparse.py', needed by `out/target/product/msm7627a/obj/PACKAGING/target_files_intermediates/msm7627a-target_files-eng.arun.zip'. Stop.
make: *** Waiting for unfinished jobs....
Any help would be appreciated..
Click to expand...
Click to collapse
Double check that you added your device to the Android.mk build target file. For more help on your build error I would suggest checking out this thread dedicated to build errors http://forum.xda-developers.com/showthread.php?t=2059939. As well as these guides to common build basics http://wiki.cyanogenmod.org/w/Doc:_Building_Basics and common build errors http://wiki.cyanogenmod.org/w/Doc:_dealing_with_build_errors.
Sent from my SCH-I535 using xda premium
arunmcops said:
Getting this error while compiling JB from Code Aurora sources.
Code:
make: *** No rule to make target `out/host/linux-x86/bin/checksparse.py', needed by `out/target/product/msm7627a/obj/PACKAGING/target_files_intermediates/msm7627a-target_files-eng.arun.zip'. Stop.
make: *** Waiting for unfinished jobs....
Any help would be appreciated..
Click to expand...
Click to collapse
because the new QRD JB code need checksparse.py when you want a system.img.ext4 for output.
However, qualcomm did not put this file in the source code.
my solution is, edit build/core/Makefile to delete lines containning checksparse.py.
hope it helps
Good day, guys.
I've got problems with building CM for HTC IncS (Vivo)
Got following message, after that make is stops:
Code:
make: *** No rule to make target `/home/in7rude/android/system/out/target/product/vivo/obj/KERNEL_OBJ/usr', needed by `/home/in7rude/android/system/out/target/product/vivo/obj/SHARED_LIBRARIES/audio.primary.msm7x30_intermediates/AudioHardware.o'. Stop.
I think, that i've missing some files, please help
in7rude said:
Good day, guys.
I've got problems with building CM for HTC IncS (Vivo)
Got following message, after that make is stops:
Code:
make: *** No rule to make target `/home/in7rude/android/system/out/target/product/vivo/obj/KERNEL_OBJ/usr', needed by `/home/in7rude/android/system/out/target/product/vivo/obj/SHARED_LIBRARIES/audio.primary.msm7x30_intermediates/AudioHardware.o'. Stop.
I think, that i've missing some files, please help
Click to expand...
Click to collapse
Hi I have similar problem
Code:
Export includes file: external/mksh/Android.mk -- /home/u910a7/android/system/out/target/product/deb/obj/EXECUTABLES/mksh_intermediates/export_includes
Notice file: external/mksh/NOTICE -- /home/u910a7/android/system/out/target/product/deb/obj/NOTICE_FILES/src//system/bin/mksh.txt
make: *** No rule to make target `/home/u910a7/android/system/out/target/product/deb/obj/KERNEL_OBJ/usr', needed by `/home/u910a7/android/system/out/target/product/deb/obj/EXECUTABLES/mm-vdec-omx-test_intermediates/test/omx_vdec_test.o'. Stop.
make: *** Waiting for unfinished jobs....
hey guys,, i have been asking questions everywhere and no body seems to want to help with is really dissapointing to knoiw that a comunity driven website isnt willing to help anyone,, anyway im trying to compile aosp for my device and its always coming up with
Generated: (out/target/product/i9305/android-info.txt)
make: *** No rule to make target `out/target/product/i9305/kernel', needed by `out/target/product/i9305/boot.img'. Stop.
make: *** Waiting for unfinished jobs....
Target ram disk: out/target/product/i9305/ramdisk.img
if someone could help me it would be great,, just sick of people looking at the post and not answering,, i have kernel sources in right folders, my boardconfig is pointing to them and its the right defconfig file,, so im not sure
Hi Everyone,
I am building my own ROM, i hope to show you all soon but I'm having trouble building LiquidSmooth from source for the OnePlus One. I've fixed some errors along the way, but I'm not sure what to do here.
Code:
make: *** No rule to make target '/home/slimninja/roms/bup/out/target/product/bacon/kernel', needed by '/home/slimninja/roms/bup/out/target/product/bacon/boot.img'. Stop.
make: *** Waiting for unfinished jobs....
Notice file: system/core/libmincrypt/NOTICE -- /home/slimninja/roms/bup/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libmincrypt.a.txt
Thanks in advance, noble knights of XDA!
nvm, going to try and build Resurrection Remix instead
I'm building Cyanogenmod 11 for my device at the end of making the ota zip I've been getting this error
Code:
build/core/Makefile:1496: recipe for target '/home/gopinadh/cm11/out/target/product/w138_wkt_241/cm_w138_wkt_241-ota-ef28a0e788.zip' failed
make: *** [/home/gopinadh/cm11/out/target/product/w138_wkt_241/cm_w138_wkt_241-ota-ef28a0e788.zip] Error 1
I've made some screenshots of this at attachments
please help me with this....
GOPINADH said:
I'm building Cyanogenmod 11 for my device at the end of making the ota zip I've been getting this error
Code:
build/core/Makefile:1496: recipe for target '/home/gopinadh/cm11/out/target/product/w138_wkt_241/cm_w138_wkt_241-ota-ef28a0e788.zip' failed
make: *** [/home/gopinadh/cm11/out/target/product/w138_wkt_241/cm_w138_wkt_241-ota-ef28a0e788.zip] Error 1
I've made some screenshots of this at attachments
please help me with this....
Click to expand...
Click to collapse
Please Help!