[Q] Error Building LiquidSmooth - Android Q&A, Help & Troubleshooting

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

Related

Error while compiling

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

Problems building CM nor HTC IncS

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....

Custom OS Build Failure ( no rule to make target for kernel )

I have a ROM that I am trying to build and it is based off of CyanogenMod 12.1, but I am having trouble getting an initial build working. I keep running into the following error.
Code:
No private recovery resources for TARGET_DEVICE hammerhead
make: *** No rule to make target 'out/target/product/hammerhead/kernel', needed by 'out/target/product/hammerhead/boot.img'. Stop.
make: *** Waiting for unfinished jobs....
It seems pretty obvious that it can't figure out how to build the kernel, but I am uncertain how that is hooked into the build system. Is there any good resources I can look at to find out how to build the kernel or integrate it into the build process. So many makefiles and python scripts, I am a little lost
I have the "CyanogenMod/android_kernel_lge_hammerhead" synced to "kernel/lge/hammerhead" but all the resources I have found so far don't provide much insight after that.
Thank you in advance for your help

{Q} what should I do?

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....

{SOLVED][Error]No rule to make target `NOTICE-TARGET-STATIC_LIBRARIES-lib_driver_cmd_

Hey developers
I am trying to make Slimkat for Samsung Galaxy S Duos
I get this error when compiling
Code:
make: *** No rule to make target `NOTICE-TARGET-STATIC_LIBRARIES-lib_driver_cmd_ath6kl', needed by `/home/android/slim/out/target/product/kylessop
en/system/bin/hostapd'. Stop.
make: *** Waiting for unfinished jobs....
How can i fix it??
The device tree is https://github.com/majonez/android_device_samsung_kylessopen
kernel tree:https://github.com/majonez/android_kernel_ba2x_2.0-1
vendor tree: https://github.com/pavlepiramida/android_vendor_samsung_kylessopen
Pls Help Me
Thanks in Advance
I fixed it by adding ath6kl driver

Categories

Resources