Hi all,
When I use this command "brunch klimtlte" then I am getting this error "make: *** No rule to make target `/home/adeel/android/system/out/target/product/klimtlte/kernel', needed by `/home/adeel/android/system/out/target/product/klimtlte/boot.img'. Stop."
kindly help me I am trying to build cm 12 for sm-t705 klimtlte and following this guide for compilations "http://forum.xda-developers.com/galaxy-tab-s/orig-development/unofficial-blck-cyanogenmod-12-sm-t705-t3053004"
Thanks,
Regards,
Adeel
Related
Hi,
I'm having some issues to build the kernel for my tablet Samsung Galaxy Tab p5110 from this github repo:
https://github.com/C...sung_espresso10
I'm getting the following error:
CC arch/arm/mach-omap2/common-board-devices.o
arch/arm/mach-omap2/common-board-devices.c:28: fatal error: linux/spi/ads7846.h: No such file or directory
compilation terminated.
make[1]: *** [arch/arm/mach-omap2/common-board-devices.o] Error 1
make: *** [arch/arm/mach-omap2] Error 2
I also had to edit arch/arm/mach-omap2/Makefile.sec because it was taking the BUILD_SOURCE as "".
I'm the doing the following steps:
make mrproper
make ARCH=arm cyanogenmod_p5110_defconfig
make -j4 ARCH=arm
make clean
Any help will be appreciated.
Thanks,
Matias Kreder
mkreder said:
Hi,
I'm having some issues to build the kernel for my tablet Samsung Galaxy Tab p5110 from this github repo:
https://github.com/C...sung_espresso10
I'm getting the following error:
CC arch/arm/mach-omap2/common-board-devices.o
arch/arm/mach-omap2/common-board-devices.c:28: fatal error: linux/spi/ads7846.h: No such file or directory
compilation terminated.
make[1]: *** [arch/arm/mach-omap2/common-board-devices.o] Error 1
make: *** [arch/arm/mach-omap2] Error 2
I also had to edit arch/arm/mach-omap2/Makefile.sec because it was taking the BUILD_SOURCE as "".
I'm the doing the following steps:
make mrproper
make ARCH=arm cyanogenmod_p5110_defconfig
make -j4 ARCH=arm
make clean
Any help will be appreciated.
Thanks,
Matias Kreder
Click to expand...
Click to collapse
Your in the wrong section, this is for the first gen Galaxy Tab P75xx. Someone might be able to chime in and help but you have better luck in the appropriate section.
Would you please give me a link to the right section? I'm not able to find any other specific forum for "Galaxy Tab P75xx."
mkreder said:
Would you please give me a link to the right section? I'm not able to find any other specific forum for "Galaxy Tab P75xx."
Click to expand...
Click to collapse
I typed into google xda p5110 and got the right section http://forum.xda-developers.com/forumdisplay.php?f=1596
Thank you!
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
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
I've hit a bit of a brick wall while trying to do my first CyanogenMod build (cm13 on trltespr). Not sure if this should be put on the device board itself but I figured I'd try here first. I've extracted proprietary files from the device, followed the guide on the CM wiki, and while trying to build I'm getting the following error from make:
make: *** No rule to make target '/home/cmbuild/android/system/out/target/common/obj/JAVA_LIBRARIES/tcmiface_intermediates/javalib.jar', needed by '/home/cmbuild/android/system/out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/classes-full-debug.jar'. Stop.
From what I've gathered I absolutely do not want to skip building either of these libraries, so I'm kind of at an impasse here. Does anyone have any thoughts on what my options may be here?
Actually, i'm starting to get a different error now, quite similar though:
make: *** No rule to make target '/home/cmbuild/android/system/out/target/common/obj/APPS/org.cyanogenmod.platform-res_intermediates/src/R.stamp', needed by '/home/cmbuild/android/system/out/target/common/obj/APPS/BasicDreams_intermediates/src/R.stamp'. Stop.
^regarding above error message, first one comes from simply running 'make', second one comes from running brunch trltespr
Make Clobber your folder
Do a repo sync..
How about try to use mka..
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!