Hi,
I am trying to compile CM6 for the first time.
I done most of the steps
I am getting error in the following step
Code:
[email protected]:/home/bshah/cyanogenmod/device/htc/passion# ./extract-files.sh
350 KB/s (30140 bytes in 0.084s)
633 KB/s (88232 bytes in 0.136s)
246 KB/s (18500 bytes in 0.073s)
153 KB/s (11542 bytes in 0.073s)
15 KB/s (587 bytes in 0.035s)
199 KB/s (15639 bytes in 0.076s)
873 KB/s (118912 bytes in 0.132s)
707 KB/s (118912 bytes in 0.164s)
862 KB/s (118912 bytes in 0.134s)
1291 KB/s (247584 bytes in 0.187s)
1197 KB/s (246696 bytes in 0.201s)
28 KB/s (1156 bytes in 0.039s)
121 KB/s (9220 bytes in 0.074s)
320 KB/s (27612 bytes in 0.084s)
697 KB/s (75660 bytes in 0.105s)
1136 KB/s (166932 bytes in 0.143s)
1243 KB/s (1779264 bytes in 1.396s)
1008 KB/s (210620 bytes in 0.203s)
516 KB/s (56124 bytes in 0.106s)
749 KB/s (80112 bytes in 0.104s)
388 KB/s (34360 bytes in 0.086s)
122 KB/s (9320 bytes in 0.074s)
1238 KB/s (449872 bytes in 0.354s)
338 KB/s (30044 bytes in 0.086s)
186 KB/s (13996 bytes in 0.073s)
1192 KB/s (364732 bytes in 0.298s)
179 KB/s (13744 bytes in 0.074s)
681 KB/s (86144 bytes in 0.123s)
504 KB/s (54680 bytes in 0.105s)
remote object '/system/lib/libomx_wmadec_sharedlibrary.so' does not exist
remote object '/system/lib/libomx_wmvdec_sharedlibrary.so' does not exist
remote object '/system/lib/libpvasfcommon.so' does not exist
remote object '/system/lib/libpvasflocalpbreg.so' does not exist
remote object '/system/lib/libpvasflocalpb.so' does not exist
remote object '/system/etc/pvasflocal.cfg' does not exist
I installed stock FRF91 from the following link http://forum.xda-developers.com/showthread.php?t=714184
Can anybody help me to understand what I am doing wrong ?
Thanks
I think it's probably okay to have the files missing. I don't have the files either, but compiled ok.
But then I am getting errors when I do
Code:
make -j2
Code:
target Generated: libwebcore <= external/webkit/WebCore/dom/make_names.pl
target Generated: libwebcore <= external/webkit/JavaScriptCore/pcre/pcre_internal.h
target Generated: libwebcore <= external/webkit/WebCore/css/tokenizer.flex
target Generated: libwebcore <= external/webkit/WebCore/html/DocTypeStrings.gperf
Notice file: external/webkit/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/lib/libwebcore.so.txt
Notice file: external/webkit/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/lib/libwebcore.a.txt
Notice file: external/libxml2/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/lib/libxml2.a.txt
Notice file: frameworks/base/cmds/backup/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/btool.txt
Notice file: system/extras/tests/cpueater/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/cpueater.txt
Notice file: system/core/debuggerd/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/crasher.txt
Notice file: system/extras/tests/cpueater/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/daemonize.txt
Notice file: system/extras/latencytop/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/latencytop.txt
Notice file: system/extras/librank/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/librank.txt
Notice file: external/netcat/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/nc.txt
Notice file: external/netperf/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/netperf.txt
Notice file: external/netperf/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/netserver.txt
Notice file: system/extras/procmem/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/procmem.txt
Notice file: system/extras/procrank/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/procrank.txt
Notice file: frameworks/base/cmds/rawbu/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/rawbu.txt
Notice file: system/extras/showmap/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/showmap.txt
Notice file: system/extras/showslab/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/showslab.txt
Notice file: external/sqlite/dist/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/sqlite3.txt
Notice file: external/strace/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/strace.txt
Notice file: external/tcpdump/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/tcpdump.txt
Notice file: external/libpcap/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/lib/libpcap.a.txt
Notice file: system/extras/timeinfo/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/timeinfo.txt
make: *** No rule to make target `vendor/htc/passion/proprietary/libomx_wmadec_sharedlibrary.so', needed by `out/target/product/passion/system/lib/libomx_wmadec_sharedlibrary.so'. Stop.
make: *** Waiting for unfinished jobs....
Notice file: system/core/debuggerd/NOTICE -- out/target/product/passion/obj/NOTICE_FILES/src//system/xbin/vfp-crasher.txt
Thanks,
and you have ran the extract-files.sh located in device/htc/passion & vendor/cyanogen??
konrad1337 said:
and you have ran the extract-files.sh located in device/htc/passion & vendor/cyanogen??
Click to expand...
Click to collapse
I do not find any script called extract-files.sh in vendor/cyanogen
The scripts in vendor/cyanogen are get-google-files, extract-google-files and get-rom-manager
Extract the files from one of the latest CM6 nightlies.
persiansown said:
Extract the files from one of the latest CM6 nightlies.
Click to expand...
Click to collapse
Thanks,
I did that.. now its building. Will post the outcome.
So somehow the otapackage build does not work for me.
When I did the fastboot way, it worked for me
Code:
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash userdata userdata.img
Thanks
android.activate said:
Thanks,
I did that.. now its building. Will post the outcome.
Click to expand...
Click to collapse
Interesting, just noted in the posted RC1 ZIP, the file is misspelt: libomx_wmvdev_sharedlibrary.so (should be libomx_wmvdec_sharedlibrary.so).
android.activate said:
So somehow the otapackage build does not work for me.
When I did the fastboot way, it worked for me
Code:
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash userdata userdata.img
Thanks
Click to expand...
Click to collapse
hi... i plan to build a flash-able update.zip using kitchen and was wondering if you know whether the compiled userdata.img is really needed and if so, why?
one more question please: are you using java 1.5 or 1.6? i am on ubuntu 10.04.
lpasq said:
hi... i plan to build a flash-able update.zip using kitchen and was wondering if you know whether the compiled userdata.img is really needed and if so, why?
one more question please: are you using java 1.5 or 1.6? i am on ubuntu 10.04.
Click to expand...
Click to collapse
I am not sure why userdata.img is needed. It is mentioned in the cyanogenmod wiki that userdata.img is supposed to be flashed so I just followed directions.
About Java I am using Java 1.6 and I am on Ubuntu 10.04
Thanks
hmm.. i ran extract-files from a CM6 RC1 build, getting same error as the author..
any advice for CM6 noobs ? =)
I have attempted both with 1.5 & 1.6 Java...both times same errors as OP. Must be related to Kernel Compile???
Sent from my Nexus One using XDA App
lpasq said:
I have attempted both with 1.5 & 1.6 Java...both times same errors as OP. Must be related to Kernel Compile???
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
I finally have my personal Kanged ( Credits to Cyanogen + TeamDouche ) ROM from CM6 Source.
Please revisit the CyanogenMod Wiki and go to New build process for Nexus Onehttp://wiki.cyanogenmod.com/index.php?title=Building_from_source#Build_It
This will help you build it.
First Nandroid and then install a CM6 nightly on your phone and then start off with directions on the wiki. The CM6 nightly will have all the necessary files for the ./extract-files.sh script to work
You can Kang it if you want or just let it be CyanogenMod-6.0.0-RC1 or whatver
Hope that helps.
android.activate said:
I finally have my personal Kanged ( Credits to Cyanogen + TeamDouche ) ROM from CM6 Source.
Please revisit the CyanogenMod Wiki and go to New build process for Nexus Onehttp://wiki.cyanogenmod.com/index.php?title=Building_from_source#Build_It
This will help you build it.
First Nandroid and then install a CM6 nightly on your phone and then start off with directions on the wiki. The CM6 nightly will have all the necessary files for the ./extract-files.sh script to work
You can Kang it if you want or just let it be CyanogenMod-6.0.0-RC1 or whatver
Hope that helps.
Click to expand...
Click to collapse
it worked. thanks. ...i used java 1.6 as instructed. however when compiling from aosp repo/git master or froyo, i'm required to switch to 1.5...
Related
Hi All,
Hope someone can help me with a specific error I am receiving please. I have overcome some errors already but this one, I just cannot see the wood for the trees.
I am new to compiling AOSP. Other than copying a bit from the CM7 repository, everything else is pure AOSP source. I haven't altered anything myself.
Some of the error:
Code:
make: *** [out/target/common/obj/APPS/ApplicationsProvider_intermediates/proguard.classes.jar] Error 137
make: *** Waiting for unfinished jobs....
make: *** [out/target/common/docs/doc-comment-check-timestamp] Error 45
make: *** [out/target/common/docs/api-stubs-timestamp] Error 45
Preparing output jar [/home/dan/mydroid/out/target/common/obj/APPS/AccountAndSyncSettings_intermediates/proguard.classes.jar]
Copying resources from program jar [/home/dan/mydroid/out/target/common/obj/APPS/AccountAndSyncSettings_intermediates/classes.jar]
Full Error and some lines above that here:
http://pastebin.com/5QL0bpxC
Any advice and help greatly appreciated.
Thanks in advance, Dan
Edit, if it helps, I'm trying to compile AOSP for the HTC desire (Bravo)
What projects did you fork into from CM? You may have to fork some more in since alot of the packages are codependent.
Thanks for the reply.
I used the cm script to obtain the proprietory files from cm7.0.3
I used hardware/qcom/gps/libbloc-api/android.mk and also a camera folder (off the top of my head can't remember the exact path. It had 2 folders in it, one of which was called test.
That's all though. Both in response to errors received on those modules.
The gps was a LOCATION_MODULE error, which I read up on but by the time I'd finished I'd forgotten what changes I'd made. I knew cm compiled fine so just swapped it out.
Sent from my HTC Desire using XDA App
rootSU said:
I used hardware/qcom/gps/libbloc-api/android.mk
Click to expand...
Click to collapse
did you use the entire package?
if not the entire package I would fork https://github.com/CyanogenMod/android_hardware_qcom_gps into the build from hardare/qcom/gps down
Thanks. I shall try that and feed back
Sent from my HTC Desire using XDA App
No dice I am afraid.
The compile runs for 20 minutes or so before its killed. I'm pretty sure its quite far along.
I've pasted more here:
http://pastebin.com/SDqvuNtc
Last 1500 lines (or just over) if it helps identify where in the process this occurs?
Any further guidance greatly appreciated (as always )
You can try forking in cyanogenmod/framework_base_core
But then you start moving pretty far from aosp
Humm... not sure
Sent from my DROID2 using Tapatalk
Thanks ill look at that and maybe revisit the location module tag too.
It would be nice if the source would just compile "out of the box"
Sent from my HTC Desire using XDA App
Well back to the original gps module and android.mk with LOCAL_MODULE_TAGS =:Optional, I still get errors which are similar:
Code:
Install: out/target/product/bravo/system/lib/libaudio.so
Install: out/target/product/bravo/system/lib/libaudiopolicy.so
Install: out/target/product/bravo/system/lib/libcameraservice.so
target SharedLib: libFFTEm (out/target/product/bravo/obj/SHARED_LIBRARIES/libFFTEm_intermediates/LINKED/libFFTEm.so)
Install: out/target/product/bravo/system/lib/libSR_AudioIn.so
target SharedLib: libandroid (out/target/product/bravo/obj/SHARED_LIBRARIES/libandroid_intermediates/LINKED/libandroid.so)
target SharedLib: libaudioeffect_jni (out/target/product/bravo/obj/SHARED_LIBRARIES/libaudioeffect_jni_intermediates/LINKED/libaudioeffect_jni.so)
target SharedLib: libjnigraphics (out/target/product/bravo/obj/SHARED_LIBRARIES/libjnigraphics_intermediates/LINKED/libjnigraphics.so)
target SharedLib: librs_jni (out/target/product/bravo/obj/SHARED_LIBRARIES/librs_jni_intermediates/LINKED/librs_jni.so)
target SharedLib: libsoundpool (out/target/product/bravo/obj/SHARED_LIBRARIES/libsoundpool_intermediates/LINKED/libsoundpool.so)
Install: out/target/product/bravo/system/lib/libsrec_jni.so
target SharedLib: libttssynthproxy (out/target/product/bravo/obj/SHARED_LIBRARIES/libttssynthproxy_intermediates/LINKED/libttssynthproxy.so)
target SharedLib: libwebcore (out/target/product/bravo/obj/SHARED_LIBRARIES/libwebcore_intermediates/LINKED/libwebcore.so)
target Jar: core-tests-dalvik (out/target/common/obj/JAVA_LIBRARIES/core-tests-dalvik_intermediates/javalib.jar)
'out/target/common/obj/JAVA_LIBRARIES/core-tests-dalvik_intermediates//classes.dex' as 'classes.dex'...
Copying: out/target/common/obj/JAVA_LIBRARIES/core-tests-dom_intermediates/emma_out/lib/classes-jarjar.jar
target Jar: core-tests-json (out/target/common/obj/JAVA_LIBRARIES/core-tests-json_intermediates/javalib.jar)
'out/target/common/obj/JAVA_LIBRARIES/core-tests-json_intermediates//classes.dex' as 'classes.dex'...
Copying: out/target/common/obj/JAVA_LIBRARIES/core-tests-xml_intermediates/noproguard.classes.dex
target Executable: AudioHardwareRecordLoop (out/target/product/bravo/obj/EXECUTABLES/AudioHardwareRecordLoop_intermediates/LINKED/AudioHardwareRecordLoop)
target Executable: AudioHardwareRecord (out/target/product/bravo/obj/EXECUTABLES/AudioHardwareRecord_intermediates/LINKED/AudioHardwareRecord)
target Executable: AudioInRecord (out/target/product/bravo/obj/EXECUTABLES/AudioInRecord_intermediates/LINKED/AudioInRecord)
target Executable: SRecTestAudio (out/target/product/bravo/obj/EXECUTABLES/SRecTestAudio_intermediates/LINKED/SRecTestAudio)
target Executable: SRecTest (out/target/product/bravo/obj/EXECUTABLES/SRecTest_intermediates/LINKED/SRecTest)
target Executable: quake (out/target/product/bravo/obj/EXECUTABLES/quake_intermediates/LINKED/quake)
target SharedLib: libplatform_library_jni (out/target/product/bravo/obj/SHARED_LIBRARIES/libplatform_library_jni_intermediates/LINKED/libplatform_library_jni.so)
target Executable: app_process (out/target/product/bravo/obj/EXECUTABLES/app_process_intermediates/LINKED/app_process)
Install: out/target/product/bravo/system/lib/libandroid_runtime.so
target SharedLib: libstagefright (out/target/product/bravo/obj/SHARED_LIBRARIES/libstagefright_intermediates/LINKED/libstagefright.so)
make: *** [out/host/linux-x86/obj/EXECUTABLES/dx-tests_intermediates/dx-tests] Killed
make: *** Deleting file `out/host/linux-x86/obj/EXECUTABLES/dx-tests_intermediates/dx-tests'
make: *** Waiting for unfinished jobs....
make: *** [out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/noproguard.classes-with-local.dex] Killed
Looks like libstagefright is the cause?
Found in first log- line 160:
Code:
/bin/bash: line 26: 23801 Killed LD_LIBRARY_PATH=out/host/linux-x86/lib javadoc \@out/target/product/bravo/obj/JAVA_LIBRARIES/doc-comment-check_intermediates/droiddoc-src-list -J-Xmx768m -J-Djava.library.path=out/host/linux-x86/lib -quiet -doclet DroidDoc -docletpath out/host/linux-x86/framework/clearsilver.jar:out/host/linux-x86/framework/droiddoc.jar:out/host/linux-x86/framework/apicheck.jar......
IMO there are 2 possibilities:
1.build environment is not set properly
-did you install compatibility libs that are mentioned for Froyo? These can also be needed
-is sun java set as default JVM? Check update-alternatives for java and javac
2. some files can be from a different branch (line 58)
Code:
Note: Some input files use or override a deprecated API.
(this happened to me when I accidetaly merged fixes for Arabic support into standard framework)
Brilliant. Thanks for your response. I will double check all these things.
I did not:
Code:
Java 5: for Froyo and older
$ sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu dapper main multiverse"
$ sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu dapper-updates main multiverse"
$ sudo apt-get update
$ sudo apt-get install sun-java5-jdk
Or...
Code:
For building Froyo or an older release on a 64-bit system, several other packages are necessary to establish a 32-bit build environment:
$ sudo apt-get install gcc-multilib g++-multilib libc6-i386 libc6-dev-i386
rootSU said:
Brilliant. Thanks for your response. I will double check all these things.
I did not:
Code:
Java 5: for Froyo and older
$ sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu dapper main multiverse"
$ sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu dapper-updates main multiverse"
$ sudo apt-get update
$ sudo apt-get install sun-java5-jdk
Or...
Code:
For building Froyo or an older release on a 64-bit system, several other packages are necessary to establish a 32-bit build environment:
$ sudo apt-get install gcc-multilib g++-multilib libc6-i386 libc6-dev-i386
Click to expand...
Click to collapse
You don't need java5 (since you have java6 which is OK for Froyo also), but I'd recommend to install "several other packages are necessary to establish a 32-bit build environment"- this won't hurt but can help.
I don't remember which packages I had to install to build Redux 1.2
Well checking the environment, I did install the froyo stuff and there is only Java so nothing to configure there with sudo update-alternatives --config java
Guess its option 2 then....
Other than the camera folder I imported (forget which it is now - Bad Dan), I imported vendor/htc/bravo for proprietary files and device/htc/bravo (so I can build) both from the CM repository
Would it be better to lunch for passion? It was that bit I was never certain of (and couldnt find the answer) so I just guessed it.
EDIT> The camera was frameworks/base/services/camera/
Sounds possible cause
Well put the original camera folder back and now back to my original camera error
Code:
target SharedLib: libcameraservice (out/target/product/bravo/obj/SHARED_LIBRARIES/libcameraservice_intermediates/LINKED/libcameraservice.so)
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../../../arm-eabi/bin/ld: out/target/product/bravo/obj/SHARED_LIBRARIES/libcameraservice_intermediates/CameraService.o: in function android::CameraService::getCameraInfo(int, android::CameraInfo*):frameworks/base/services/camera/libcameraservice/CameraService.cpp:109: error: undefined reference to 'HAL_getCameraInfo'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../../../arm-eabi/bin/ld: out/target/product/bravo/obj/SHARED_LIBRARIES/libcameraservice_intermediates/CameraService.o: in function android::CameraService::CameraService():frameworks/base/services/camera/libcameraservice/CameraService.cpp:75: error: undefined reference to 'HAL_getNumberOfCameras'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../../../arm-eabi/bin/ld: out/target/product/bravo/obj/SHARED_LIBRARIES/libcameraservice_intermediates/CameraService.o: in function android::CameraService::CameraService():frameworks/base/services/camera/libcameraservice/CameraService.cpp:75: error: undefined reference to 'HAL_getNumberOfCameras'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../../../arm-eabi/bin/ld: out/target/product/bravo/obj/SHARED_LIBRARIES/libcameraservice_intermediates/CameraService.o: in function android::CameraService::connect(android::sp<android::ICameraClient> const&, int):frameworks/base/services/camera/libcameraservice/CameraService.cpp:148: error: undefined reference to 'HAL_openCameraHardware'
prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../../../arm-eabi/bin/ld: out/target/product/bravo/obj/SHARED_LIBRARIES/libcameraservice_intermediates/CameraService.o: in function android::CameraService::connect(android::sp<android::ICameraClient> const&, int):frameworks/base/services/camera/libcameraservice/CameraService.cpp:154: error: undefined reference to 'HAL_getCameraInfo'
Not getting on very well am I?
This shouldn't happend, where did you get Camera Service sources? Or- where did you get android_device_bravo (some files required by CameraService are most probably device specific)?
The android/device/bravo is from the cm7 bravo repository. I got this so I could lunch bravo_full-userdebug.
The camera stuff is back to Google source.
I wasn't sure where else to get android/device/bravo from to lunch it.
Also I have vendor/HTC/bravo which has proprietory files in. I extracted from cm7 nightlies and copied entire directory
Sent from my HTC Desire using XDA App
rootSU said:
The android/device/bravo is from the cm7 bravo repository.
Click to expand...
Click to collapse
Did you try to use android_device_bravo from AOSP sources (Redux, Oxygen etc) ? There are major differences between AOSP and CM framework and services. It seems that there are also differences between AOSP and CM android_device since you get compilation errors (I'm not that deep in Desire sources yet so sorry if I'm mistaken)
That sounds a sensible suggestion. Where is the redux source please? EDIT> Nevermind, I didn't realise it was there.
Sent from my HTC Desire using XDA App
gen_scheisskopf said:
Did you try to use android_device_bravo from AOSP sources (Redux, Oxygen etc) ? There are major differences between AOSP and CM framework and services. It seems that there are also differences between AOSP and CM android_device since you get compilation errors (I'm not that deep in Desire sources yet so sorry if I'm mistaken)
Click to expand...
Click to collapse
Thank you, this worked! Now to phase 2. Make update.zips
Many thanks for all your help and support.
Does anyone know how to.overcome "no rule to make xxxx. Needed by xxxxx" errors?
Compilation works with just vendor and device directories, but boot loops stating no audio policy published, so forking in what I can from redux source, I have been getting a lot of these errors which I need to over come. Where are these rules and what is needed to create the targets?
Id rather add than remove at this point.
Sent from my HTC Desire using XDA App
Hello. Here is the problem: when compiling gets out here it is:
Code:
----- Making recovery ramdisk ------
/home/slava/android/system/out/host/linux-x86/bin/minigzip < /home/slava/android/system/out/target/product/coconut/ramdisk-recovery.cpio > /home/slava/android/system/out/target/product/coconut/ramdisk-recovery.img
error: unsupported page size 131072
make: *** [/home/slava/android/system/out/target/product/coconut/boot.img] Error 255How do I fix this?
make: *** Waiting for unfinished jobs...
target SharedLib: libutils (/home/slava/android/system/out/target/product/coconut/obj/SHARED_LIBRARIES/libutils_intermediates/LINKED/libutils.so)
Total time elapsed: 51 minutes (3106.947346596 seconds)
[email protected]:~/android/system$
installed java, android sdk install. All required packages installed.
How do I fix this?
Did you change the BoardConfig.mk in any way?
mihahn said:
Did you change the BoardConfig.mk in any way?
Click to expand...
Click to collapse
nope
I've been trying to build CM11 for the DNA my build always stops. Giving me this message.
"make: *** No rule to make target `vendor/htc/dlx/proprietary/etc/firmware/leia_pm4_470.fw', needed by `/home/josh/android/system/out/target/product/dlx/system/etc/firmware/leia_pm4_470.fw'. Stop.
make: *** Waiting for unfinished jobs....
Copy: /home/josh/android/system/out/target/product/dlx/system/etc/firmware/BCM4334B0_002.001.013.0942.0949.hcd
[email protected]:~/android/system$"
I'm on ubuntu 13.10 I've resynced the repos ive deleted everything and gotten the same message again and again. I'm following the guide to build CM10.2 from Cyogens web site. Any help would be great I'm lost!!!
coachcrey said:
I've been trying to build CM11 for the DNA my build always stops. Giving me this message.
"make: *** No rule to make target `vendor/htc/dlx/proprietary/etc/firmware/leia_pm4_470.fw', needed by `/home/josh/android/system/out/target/product/dlx/system/etc/firmware/leia_pm4_470.fw'. Stop.
make: *** Waiting for unfinished jobs....
Copy: /home/josh/android/system/out/target/product/dlx/system/etc/firmware/BCM4334B0_002.001.013.0942.0949.hcd
[email protected]:~/android/system$"
I'm on ubuntu 13.10 I've resynced the repos ive deleted everything and gotten the same message again and again. I'm following the guide to build CM10.2 from Cyogens web site. Any help would be great I'm lost!!!
Click to expand...
Click to collapse
Are you following a tutorial to build it for the S4? In my source, there is no mention of this firmware file and the only place these files occur are in s4-common:
cm-11.0$ repo grep leia_pm4_470.fm
cm-11.0/vendor/htc$ find . -name 'leia*'
./s4-common/proprietary/etc/firmware/leia_pm4_470.fw
./s4-common/proprietary/etc/firmware/leia_pfp_470.fw
No I'm following this guide http://wiki.cyanogenmod.org/w/Build_for_dlx
Sent from my HTC6435LVW using Tapatalk
coachcrey said:
No I'm following this guide http://wiki.cyanogenmod.org/w/Build_for_dlx
Sent from my HTC6435LVW using Tapatalk
Click to expand...
Click to collapse
Can you run:
make clean
brunch dlx 2>&1 | tee /tmp/crpalmer.txt
and then send a link to crpalmer.txt?
I get off at 5 central I do that first thing when I get home
Sent from my HTC6435LVW using Tapatalk
crpalmer said:
Can you run:
make clean
brunch dlx 2>&1 | tee /tmp/crpalmer.txt
and then send a link to crpalmer.txt?
Click to expand...
Click to collapse
ok so should i just type in what you wrote??? then how do i send the link?? I'm still a little new at this sosorry for the noob questions I've just been trying really hard to learn.
@coachcrey, yes, type each command in and then after the build fails, the whole output of the build should be in /tmp/crpalmer.txt. Post a link to that file (dropbox, drive, pastebin, whatever).
crpalmer said:
Can you run:
make clean
brunch dlx 2>&1 | tee /tmp/crpalmer.txt
and then send a link to crpalmer.txt?
Click to expand...
Click to collapse
crpalmer said:
@coachcrey, yes, type each command in and then after the build fails, the whole output of the build should be in /tmp/crpalmer.txt. Post a link to that file (dropbox, drive, pastebin, whatever).
Click to expand...
Click to collapse
It's building right now. Its random when it happens. But always does.
crpalmer said:
@coachcrey, yes, type each command in and then after the build fails, the whole output of the build should be in /tmp/crpalmer.txt. Post a link to that file (dropbox, drive, pastebin, whatever).
Click to expand...
Click to collapse
Idk man i typed those commands in and i don't seem to have that file anywhere on my computer so idk sorta at a loss.
coachcrey said:
Idk man i typed those commands in and i don't seem to have that file anywhere on my computer so idk sorta at a loss.
Click to expand...
Click to collapse
Just cut and paste what you have in the terminal window and that *might* have enough information to help you.
@crpalmer
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/SHARED_LIBRARIES/libldnhncr_intermediates/import_includes
Export includes file: frameworks/av/media/libeffects/loudness/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/SHARED_LIBRARIES/libldnhncr_intermediates/export_includes
Notice file: frameworks/av/media/libeffects/loudness/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/lib/soundfx/libldnhncr.so.txt
Export includes file: frameworks/av/media/libeffects/lvm/lib/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libreverb_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libreverb_intermediates/import_includes
Export includes file: frameworks/av/media/libeffects/lvm/wrapper/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/SHARED_LIBRARIES/libreverbwrapper_intermediates/export_includes
Notice file: frameworks/av/media/libeffects/lvm/wrapper/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/lib/soundfx/libreverbwrapper.so.txt
Notice file: frameworks/av/media/libeffects/lvm/lib/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/lib/libreverb.a.txt
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/SHARED_LIBRARIES/libvisualizer_intermediates/import_includes
Export includes file: frameworks/av/media/libeffects/visualizer/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/SHARED_LIBRARIES/libvisualizer_intermediates/export_includes
Notice file: frameworks/av/media/libeffects/visualizer/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/lib/soundfx/libvisualizer.so.txt
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/SHARED_LIBRARIES/libkeystore_intermediates/import_includes
Export includes file: system/security/keystore-engine/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/SHARED_LIBRARIES/libkeystore_intermediates/export_includes
logtags: /home/josh/android/system/out/target/common/obj/APPS/CalendarProvider_intermediates/src/src/com/android/providers/calendar/EventLogTags.java <= packages/providers/CalendarProvider/src/com/android/providers/calendar/EventLogTags.logtags
Notice file: packages/providers/CalendarProvider/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/priv-app/CalendarProvider.apk.txt
Notice file: packages/apps/Contacts/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/priv-app/Contacts.apk.txt
logtags: /home/josh/android/system/out/target/common/obj/APPS/ContactsProvider_intermediates/src/src/com/android/providers/contacts/EventLogTags.java <= packages/providers/ContactsProvider/src/com/android/providers/contacts/EventLogTags.logtags
Notice file: packages/providers/ContactsProvider/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/priv-app/ContactsProvider.apk.txt
Notice file: packages/providers/DownloadProvider/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/priv-app/DownloadProvider.apk.txt
Notice file: frameworks/base/packages/FusedLocation/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/priv-app/FusedLocation.apk.txt
Notice file: frameworks/base/packages/InputDevices/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/priv-app/InputDevices.apk.txt
Notice file: frameworks/base/packages/Keyguard/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/priv-app/Keyguard.apk.txt
Notice file: packages/apps/Launcher3/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/priv-app/Launcher3.apk.txt
Notice file: packages/providers/MediaProvider/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/priv-app/MediaProvider.apk.txt
Notice file: packages/apps/Mms/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/priv-app/Mms.apk.txt
logtags: /home/josh/android/system/out/target/common/obj/APPS/Settings_intermediates/src/src/com/android/settings/EventLogTags.java <= packages/apps/Settings/src/com/android/settings/EventLogTags.logtags
Notice file: packages/apps/Settings/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/priv-app/Settings.apk.txt
Notice file: frameworks/base/packages/SettingsProvider/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/priv-app/SettingsProvider.apk.txt
logtags: /home/josh/android/system/out/target/common/obj/APPS/SystemUI_intermediates/src/src/com/android/systemui/EventLogTags.java <= frameworks/base/packages/SystemUI/src/com/android/systemui/EventLogTags.logtags
Notice file: frameworks/base/packages/SystemUI/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/priv-app/SystemUI.apk.txt
logtags: /home/josh/android/system/out/target/common/obj/APPS/TeleService_intermediates/src/src/com/android/phone/EventLogTags.java <= packages/services/Telephony/src/com/android/phone/EventLogTags.logtags
Notice file: packages/services/Telephony/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/priv-app/TeleService.apk.txt
Notice file: packages/apps/VoiceDialer/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/priv-app/VoiceDialer.apk.txt
Export includes file: external/srec/portable/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libESR_Portable_intermediates/export_includes
Export includes file: external/srec/shared/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libESR_Shared_intermediates/export_includes
Export includes file: external/srec/srec/AcousticModels/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_AcousticModels_intermediates/export_includes
Export includes file: external/srec/srec/AcousticState/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_AcousticState_intermediates/export_includes
Export includes file: external/srec/srec/ca/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_Core_intermediates/export_includes
Export includes file: external/srec/srec/EventLog/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_EventLog_intermediates/export_includes
Export includes file: external/srec/seti/sltsEngine/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_G2P_intermediates/export_includes
Export includes file: external/srec/srec/Grammar/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_Grammar_intermediates/export_includes
Export includes file: external/srec/srec/Nametag/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_Nametag_intermediates/export_includes
Export includes file: external/srec/srec/Semproc/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_Semproc_intermediates/export_includes
Export includes file: external/srec/srec/Session/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_Session_intermediates/export_includes
Export includes file: external/srec/srec/Vocabulary/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_Vocabulary_intermediates/export_includes
Export includes file: external/srec/tools/thirdparty/OpenFst/fst/lib/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libfst_intermediates/export_includes
Export includes file: external/tinyxml/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libtinyxml_intermediates/export_includes
Import includes file: /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libESR_Shared_intermediates/import_includes
Import includes file: /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libESR_Portable_intermediates/import_includes
Import includes file: /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_AcousticModels_intermediates/import_includes
Import includes file: /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_EventLog_intermediates/import_includes
Export includes file: system/core/libzipfile/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libzipfile_intermediates/export_includes
Export includes file: external/zlib/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libunz_intermediates/export_includes
Import includes file: /home/josh/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libunz_intermediates/import_includes
Import includes file: /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_AcousticState_intermediates/import_includes
Import includes file: /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_G2P_intermediates/import_includes
Import includes file: /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_Grammar_intermediates/import_includes
Import includes file: /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_Semproc_intermediates/import_includes
Import includes file: /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_Vocabulary_intermediates/import_includes
Import includes file: /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_Nametag_intermediates/import_includes
Import includes file: /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_Session_intermediates/import_includes
Import includes file: /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libfst_intermediates/import_includes
Import includes file: /home/josh/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libtinyxml_intermediates/import_includes
Export includes file: external/srec/tools/grxmlcompile/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/EXECUTABLES/grxmlcompile_intermediates/export_includes
Notice file: external/srec/tools/grxmlcompile/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//bin/grxmlcompile.txt
Notice file: external/tinyxml/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libtinyxml.a.txt
Notice file: external/srec/portable/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libESR_Portable.so.txt
Notice file: external/srec/shared/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libESR_Shared.so.txt
Notice file: external/srec/srec/AcousticModels/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libSR_AcousticModels.so.txt
Notice file: external/srec/srec/ca/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libSR_Core.so.txt
Notice file: system/core/libzipfile/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libzipfile.a.txt
Notice file: external/zlib/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libunz.a.txt
Notice file: external/srec/srec/EventLog/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libSR_EventLog.so.txt
Notice file: external/srec/srec/AcousticState/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libSR_AcousticState.so.txt
Notice file: external/srec/seti/sltsEngine/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libSR_G2P.so.txt
Notice file: external/srec/srec/Grammar/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libSR_Grammar.so.txt
Notice file: external/srec/srec/Semproc/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libSR_Semproc.so.txt
Notice file: external/srec/srec/Vocabulary/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libSR_Vocabulary.so.txt
Notice file: external/srec/srec/Nametag/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libSR_Nametag.so.txt
Notice file: external/srec/srec/Session/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libSR_Session.so.txt
Notice file: external/srec/tools/thirdparty/OpenFst/fst/lib/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libfst.so.txt
Export includes file: external/srec/srec/Recognizer/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_Recognizer_intermediates/export_includes
Import includes file: /home/josh/android/system/out/host/linux-x86/obj/SHARED_LIBRARIES/libSR_Recognizer_intermediates/import_includes
Export includes file: external/srec/tools/make_g2g/Android.mk -- /home/josh/android/system/out/host/linux-x86/obj/EXECUTABLES/make_g2g_intermediates/export_includes
Notice file: external/srec/tools/make_g2g/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//bin/make_g2g.txt
Notice file: external/srec/srec/Recognizer/NOTICE -- /home/josh/android/system/out/host/linux-x86/obj/NOTICE_FILES/src//lib/libSR_Recognizer.so.txt
Export includes file: external/busybox/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libclearsilverregex_intermediates/export_includes
Export includes file: external/busybox/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libuclibcrpc_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libclearsilverregex_intermediates/import_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libuclibcrpc_intermediates/import_includes
Export includes file: external/busybox/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/busybox_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/add-property-tag_intermediates/import_includes
Export includes file: bootable/recovery/tools/ota/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/add-property-tag_intermediates/export_includes
Export includes file: external/libncurses/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/SHARED_LIBRARIES/libncurses_intermediates/export_includes
Export includes file: external/bash/builtins/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libbuiltins_intermediates/export_includes
Export includes file: external/bash/lib/glob/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libglob_intermediates/export_includes
Export includes file: external/bash/lib/sh/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libsh_intermediates/export_includes
Export includes file: external/bash/lib/tilde/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libtilde_intermediates/export_includes
Export includes file: external/bash/lib/readline/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libhistory_intermediates/export_includes
Export includes file: external/bash/lib/readline/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libreadline_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/SHARED_LIBRARIES/libncurses_intermediates/import_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libbuiltins_intermediates/import_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libglob_intermediates/import_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libsh_intermediates/import_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libtilde_intermediates/import_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libhistory_intermediates/import_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libreadline_intermediates/import_includes
Export includes file: external/bash/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/bash_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/check-lost+found_intermediates/import_includes
Export includes file: bootable/recovery/tools/ota/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/check-lost+found_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/cpustats_intermediates/import_includes
Export includes file: system/extras/cpustats/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/cpustats_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/dexdump_intermediates/import_includes
Export includes file: dalvik/dexdump/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/dexdump_intermediates/export_includes
Notice file: dalvik/dexdump/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/xbin/dexdump.txt
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/dhdutil_intermediates/import_includes
Export includes file: hardware/broadcom/wlan/bcmdhd/dhdutil/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/dhdutil_intermediates/export_includes
Notice file: hardware/broadcom/wlan/bcmdhd/dhdutil/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/xbin/dhdutil.txt
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/htop_intermediates/import_includes
Export includes file: external/htop/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/htop_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/ksminfo_intermediates/import_includes
Export includes file: system/extras/ksmutils/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/ksminfo_intermediates/export_includes
Notice file: system/extras/ksmutils/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/xbin/ksminfo.txt
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/latencytop_intermediates/import_includes
Export includes file: system/extras/latencytop/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/latencytop_intermediates/export_includes
Notice file: system/extras/latencytop/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/xbin/latencytop.txt
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/libc_test_intermediates/import_includes
Export includes file: system/extras/libc_test/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/libc_test_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/libc_test_static_intermediates/import_includes
Export includes file: system/extras/libc_test/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/libc_test_static_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/librank_intermediates/import_includes
Export includes file: system/extras/librank/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/librank_intermediates/export_includes
Notice file: system/extras/librank/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/xbin/librank.txt
Export includes file: external/lsof/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/liblsof_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/liblsof_intermediates/import_includes
Export includes file: external/lsof/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/lsof_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/memtrack_intermediates/import_includes
Export includes file: system/extras/memtrack/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/memtrack_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/memtrack_share_intermediates/import_includes
Export includes file: system/extras/memtrack/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/memtrack_share_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/micro_bench_intermediates/import_includes
Export includes file: system/extras/micro_bench/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/micro_bench_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/micro_bench_static_intermediates/import_includes
Export includes file: system/extras/micro_bench/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/micro_bench_static_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/nano_intermediates/import_includes
Export includes file: external/nano/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/nano_intermediates/export_includes
Export includes file: external/oprofile/libpopt/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/liboprofile_popt_intermediates/export_includes
Export includes file: external/oprofile/libutil/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/liboprofile_util_intermediates/export_includes
Export includes file: external/oprofile/libdb/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/liboprofile_db_intermediates/export_includes
Export includes file: external/oprofile/libabi/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/liboprofile_abi_intermediates/export_includes
Export includes file: external/oprofile/libop/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/liboprofile_op_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/liboprofile_popt_intermediates/import_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/liboprofile_util_intermediates/import_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/liboprofile_db_intermediates/import_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/liboprofile_abi_intermediates/import_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/liboprofile_op_intermediates/import_includes
Export includes file: external/oprofile/opcontrol/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/opcontrol_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/oprofiled_intermediates/import_includes
Export includes file: external/oprofile/daemon/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/oprofiled_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/powertop_intermediates/import_includes
Export includes file: external/powertop/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/powertop_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/procmem_intermediates/import_includes
Export includes file: system/extras/procmem/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/procmem_intermediates/export_includes
Notice file: system/extras/procmem/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/xbin/procmem.txt
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/procrank_intermediates/import_includes
Export includes file: system/extras/procrank/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/procrank_intermediates/export_includes
Notice file: system/extras/procrank/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/xbin/procrank.txt
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/rawbu_intermediates/import_includes
Export includes file: frameworks/native/cmds/rawbu/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/rawbu_intermediates/export_includes
Notice file: frameworks/native/cmds/rawbu/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/xbin/rawbu.txt
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/rsync_intermediates/import_includes
Export includes file: external/rsync/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/rsync_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/sane_schedstat_intermediates/import_includes
Export includes file: system/extras/sane_schedstat/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/sane_schedstat_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/showmap_intermediates/import_includes
Export includes file: system/extras/showmap/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/showmap_intermediates/export_includes
Notice file: system/extras/showmap/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/xbin/showmap.txt
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/showslab_intermediates/import_includes
Export includes file: system/extras/showslab/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/showslab_intermediates/export_includes
Notice file: system/extras/showslab/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/xbin/showslab.txt
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/sqlite3_intermediates/import_includes
Export includes file: external/sqlite/dist/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/sqlite3_intermediates/export_includes
Notice file: external/sqlite/dist/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/xbin/sqlite3.txt
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/strace_intermediates/import_includes
Export includes file: external/strace/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/strace_intermediates/export_includes
Notice file: external/strace/NOTICE -- /home/josh/android/system/out/target/product/dlx/obj/NOTICE_FILES/src//system/xbin/strace.txt
Export includes file: external/pigz/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libpigz_intermediates/export_includes
Export includes file: external/pigz/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libzopfli_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libpigz_intermediates/import_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/STATIC_LIBRARIES/libzopfli_intermediates/import_includes
Export includes file: external/pigz/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/pigz_intermediates/export_includes
Import includes file: /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/vim_intermediates/import_includes
Export includes file: external/vim/src/Android.mk -- /home/josh/android/system/out/target/product/dlx/obj/EXECUTABLES/vim_intermediates/export_includes
make: *** No rule to make target `vendor/htc/dlx/proprietary/etc/firmware/leia_pm4_470.fw', needed by `/home/josh/android/system/out/target/product/dlx/system/etc/firmware/leia_pm4_470.fw'. Stop.
make: *** Waiting for unfinished jobs....
[email protected]:~/android/system$
@coachcrey;
That's not much history. All it tells is that this is failing super early in the build. Did you remember to run
breakfast dlx
? What's in this file:
.repo/local_manifests/roomservice.xml
Mine contains entries for the device, kernel and msm8960-common.
crpalmer said:
@coachcrey;
That's not much history. All it tells is that this is failing super early in the build. Did you remember to run
breakfast dlx
? What's in this file:
.repo/local_manifests/roomservice.xml
Mine contains entries for the device, kernel and msm8960-common.
Click to expand...
Click to collapse
Yeah I ran breakfast I also pulled the blobs from my phone. Idk I'm going to start from scratch seems like the best idea
Sent from my HTC6435LVW using Tapatalk
With commands like breakfast, room service, and blobs I think of how room service at Motel 6 will taste like.
I am having this same problem only to a different extent. Everything seemed to be going smoothly until i got to ./extract-files.sh
Then I ran into these problems and well evrythign else afterwords basically cause the build to fail im assuming because i never received the cm-yadayada.zip file in my out folder.
remote object '/system/etc/firmware/leia_pm4_470.fw' does not exist
remote object '/system/etc/firmware/leia_pfp_470.fw' does not exist
remote object '/system/vendor/firmware/keymaster/keymaster.mdt' does not exist
remote object '/system/vendor/firmware/keymaster/keymaster.b01' does not exist
remote object '/system/vendor/firmware/keymaster/keymaster.b03' does not exist
remote object '/system/vendor/firmware/keymaster/keymaster.b02' does not exist
remote object '/system/vendor/firmware/keymaster/keymaster.b00' does not exist
remote object '/system/lib/libc2d2_z180.so' does not exist
remote object '/system/lib/egl/eglsubAndroid.so' does not exist
remote object '/system/lib/egl/libGLESv1_CM_adreno200.so' does not exist
remote object '/system/lib/egl/libGLESv2_adreno200.so' does not exist
remote object '/system/lib/egl/libEGL_adreno200.so' does not exist
remote object '/system/lib/egl/libq3dtools_adreno200.so' does not exist
remote object '/system/lib/libc2d2_a3xx.so' does not exist
remote object '/system/lib/libgsl.so' does not exist
remote object '/system/lib/libsc-a3xx.so' does not exist
remote object '/system/lib/libC2D2.so' does not exist
remote object '/system/lib/libllvm-a3xx.so' does not exist
These show up throughout the extracting process
was hoping someone could provide some help.
I am running ubuntu 13.04 and using an htc droid dna or the dlx for cyanogenmod
hipsh0t said:
I am having this same problem only to a different extent. Everything seemed to be going smoothly until i got to ./extract-files.sh
Then I ran into these problems and well evrythign else afterwords basically cause the build to fail im assuming because i never received the cm-yadayada.zip file in my out folder.
remote object '/system/etc/firmware/leia_pm4_470.fw' does not exist
remote object '/system/etc/firmware/leia_pfp_470.fw' does not exist
remote object '/system/vendor/firmware/keymaster/keymaster.mdt' does not exist
remote object '/system/vendor/firmware/keymaster/keymaster.b01' does not exist
remote object '/system/vendor/firmware/keymaster/keymaster.b03' does not exist
remote object '/system/vendor/firmware/keymaster/keymaster.b02' does not exist
remote object '/system/vendor/firmware/keymaster/keymaster.b00' does not exist
remote object '/system/lib/libc2d2_z180.so' does not exist
remote object '/system/lib/egl/eglsubAndroid.so' does not exist
remote object '/system/lib/egl/libGLESv1_CM_adreno200.so' does not exist
remote object '/system/lib/egl/libGLESv2_adreno200.so' does not exist
remote object '/system/lib/egl/libEGL_adreno200.so' does not exist
remote object '/system/lib/egl/libq3dtools_adreno200.so' does not exist
remote object '/system/lib/libc2d2_a3xx.so' does not exist
remote object '/system/lib/libgsl.so' does not exist
remote object '/system/lib/libsc-a3xx.so' does not exist
remote object '/system/lib/libC2D2.so' does not exist
remote object '/system/lib/libllvm-a3xx.so' does not exist
These show up throughout the extracting process
was hoping someone could provide some help.
I am running ubuntu 13.04 and using an htc droid dna or the dlx for cyanogenmod
Click to expand...
Click to collapse
It looks like our proprietary-files.txt is horrendously out-of-date. @zawata gave me a commit that fixes allt the missing ones, but looking at it, there are also some other entries that need to be added. I'll try to get that fixed soon.
so maybe i did something right for once. Thanks for the info ill check back in a few days or hours lol
@hipsh0t and @coachcrey
Try doing a repo sync and see if that works better now.
Wel things definately seem to be running smoother this time through :laugh:
brunch is cooking and oh how i love me some brunch but i was just wondering if this meant anything the last line i highlighted in red. Brunch is still running beyond that point but i really wasnt sure it something was missing.
Code:
[email protected]:~/Source$ brunch dlx
including vendor/cm/vendorsetup.sh
Looking for dependencies
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.4.2
CM_VERSION=11-20131220-UNOFFICIAL-dlx
TARGET_PRODUCT=cm_dlx
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=krait
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.8.0-19-generic-x86_64-with-Ubuntu-13.04-raring
HOST_BUILD_TYPE=release
BUILD_ID=KOT49H
OUT_DIR=/home/jk/Source/out
============================================
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.4.2
CM_VERSION=11-20131220-UNOFFICIAL-dlx
TARGET_PRODUCT=cm_dlx
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=krait
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.8.0-19-generic-x86_64-with-Ubuntu-13.04-raring
HOST_BUILD_TYPE=release
BUILD_ID=KOT49H
OUT_DIR=/home/jk/Source/out
============================================
/home/jk/Source/out/target/product/dlx/obj/APPS/SignatureTest_intermediates
[COLOR="Red"]find: `src': No such file or directory[/COLOR]
-----======EDIT======------
Well this is the end of brunch/ cd $OUT and there is i believe 1 error if my eyes read correctly??
Code:
Import includes file: /home/jk/Source/out/target/product/dlx/obj/STATIC_LIBRARIES/ui_gl_gl_gyp_intermediates/import_includes
Gyp timestamp: /home/jk/Source/out/target/product/dlx/obj/GYP/third_party_WebKit_Source_core_debugger_script_source_gyp_intermediates/debugger_script_source.stamp
Gyp timestamp: /home/jk/Source/out/target/product/dlx/obj/GYP/third_party_WebKit_Source_core_injected_canvas_script_source_gyp_intermediates/injected_canvas_script_source.stamp
Gyp action: Generating /home/jk/Source/out/target/product/dlx/obj/GYP/shared_intermediates/blink/InjectedScriptSource.h from inspector/InjectedScriptSource.js (/home/jk/Source/out/target/product/dlx/obj/GYP/shared_intermediates/blink/InjectedScriptSource.h)
Gyp action: Generating /home/jk/Source/out/target/product/dlx/obj/GYP/shared_intermediates/blink/InspectorOverlayPage.h from inspector/InspectorOverlayPage.html (/home/jk/Source/out/target/product/dlx/obj/GYP/shared_intermediates/blink/InspectorOverlayPage.h)
Gyp action: Validate inspector protocol for backwards compatibility and generate version file (/home/jk/Source/out/target/product/dlx/obj/GYP/shared_intermediates/blink/InspectorProtocolVersion.h)
Traceback (most recent call last):
File "../../base/android/jni_generator/jni_generator.py", line 1070, in <module>
sys.exit(main(sys.argv))
File "../../base/android/jni_generator/jni_generator.py", line 1066, in main
options.optimize_generation)
File "../../base/android/jni_generator/jni_generator.py", line 1001, in GenerateJNIHeader
jni_from_javap = JNIFromJavaP.CreateFromClass(input_file, namespace)
File "../../base/android/jni_generator/jni_generator.py", line 512, in CreateFromClass
stderr=subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
external/chromium_org/ui/gl/surface_jni_headers.target.linux-arm.mk:22: recipe for target '/home/jk/Source/out/target/product/dlx/obj/GYP/shared_intermediates/ui/gl/jni/Surface_jni.h' failed
make: *** [/home/jk/Source/out/target/product/dlx/obj/GYP/shared_intermediates/ui/gl/jni/Surface_jni.h] Error 1
make: *** Waiting for unfinished jobs....
[email protected]:~/Source$ 350 KB/s (29784 bytes in 0.083s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 706 KB/s (64636 bytes in 0.089s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 1656 KB/s (187768 bytes in 0.110s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 1310 KB/s (131236 bytes in 0.097s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 3233 KB/s (1545544 bytes in 0.466s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 1899 KB/s (247240 bytes in 0.127s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 748 KB/s (59252 bytes in 0.077s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 731 KB/s (64588 bytes in 0.086s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 1104 KB/s (128280 bytes in 0.113s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 383 KB/s (31076 bytes in 0.079s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 438 KB/s (38404 bytes in 0.085s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 346 KB/s (28776 bytes in 0.081s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 3450 KB/s (2351952 bytes in 0.665s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 1026 KB/s (99600 bytes in 0.094s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 114 KB/s (9304 bytes in 0.079s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 779 KB/s (62764 bytes in 0.078s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 357 KB/s (29800 bytes in 0.081s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 760 KB/s (64636 bytes in 0.082s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 1138 KB/s (124440 bytes in 0.106s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 110 KB/s (9156 bytes in 0.081s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 1225 KB/s (187768 bytes in 0.149s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 218 KB/s (17580 bytes in 0.078s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ 350 KB/s (30816 bytes in 0.085s)
bash: syntax error near unexpected token `('
[email protected]:~/Source$ [email protected]:~/Source/device/htc/dlx$ export USE_CCACHE=1
bash: [email protected]:~/Source/device/htc/dlx$: No such file or directory
[email protected]:~/Source$ [email protected]:~/Source/device/htc/dlx$ cd ~/Source
bash: [email protected]:~/Source/device/htc/dlx$: No such file or directory
[email protected]:~/Source$ [email protected]:~/Source$ export USE_CCACHE=1
bash: [email protected]:~/Source$: No such file or directory
[email protected]:~/Source$ [email protected]:~/Source$ brunch dlx
bash: [email protected]:~/Source$: No such file or directory
[email protected]:~/Source$ including vendor/cm/vendorsetup.sh
including: command not found
[email protected]:~/Source$ Looking for dependencies
Looking: command not found
[email protected]:~/Source$
[email protected]:~/Source$ ============================================
============================================: command not found
[email protected]:~/Source$ PLATFORM_VERSION_CODENAME=REL
[email protected]:~/Source$ PLATFORM_VERSION=4.4.2
[email protected]:~/Source$ CM_VERSION=11-20131220-UNOFFICIAL-dlx
[email protected]:~/Source$ TARGET_PRODUCT=cm_dlx
[email protected]:~/Source$ TARGET_BUILD_VARIANT=userdebug
[email protected]:~/Source$ TARGET_BUILD_TYPE=release
[email protected]:~/Source$ TARGET_BUILD_APPS=
[email protected]:~/Source$ TARGET_ARCH=arm
[email protected]:~/Source$ TARGET_ARCH_VARIANT=armv7-a-neon
[email protected]:~/Source$ TARGET_CPU_VARIANT=krait
[email protected]:~/Source$ HOST_ARCH=x86
[email protected]:~/Source$ HOST_OS=linux
[email protected]:~/Source$ HOST_OS_EXTRA=Linux-3.8.0-19-generic-x86_64-with-Ubuntu-13.04-raring
[email protected]:~/Source$ HOST_BUILD_TYPE=release
[email protected]:~/Source$ BUILD_ID=KOT49H
[email protected]:~/Source$ OUT_DIR=/home/jk/Source/out
[email protected]:~/Source$ ============================================
============================================: command not found
[email protected]:~/Source$
[email protected]:~/Source$ ============================================
============================================: command not found
[email protected]:~/Source$ PLATFORM_VERSION_CODENAME=REL
[email protected]:~/Source$ PLATFORM_VERSION=4.4.2
[email protected]:~/Source$ CM_VERSION=11-20131220-UNOFFICIAL-dlx
[email protected]:~/Source$ TARGET_PRODUCT=cm_dlx
[email protected]:~/Source$ TARGET_BUILD_VARIANT=userdebug
[email protected]:~/Source$ TARGET_BUILD_TYPE=release
[email protected]:~/Source$ TARGET_BUILD_APPS=
[email protected]:~/Source$ TARGET_ARCH=arm
[email protected]:~/Source$ TARGET_ARCH_VARIANT=armv7-a-neon
[email protected]:~/Source$ TARGET_CPU_VARIANT=krait
[email protected]:~/Source$ HOST_ARCH=x86
[email protected]:~/Source$ HOST_OS=linux
[email protected]:~/Source$ HOST_OS_EXTRA=Linux-3.8.0-19-generic-x86_64-with-Ubuntu-13.04-raring
[email protected]:~/Source$ HOST_BUILD_TYPE=release
[email protected]:~/Source$ BUILD_ID=KOT49H
[email protected]:~/Source$ OUT_DIR=/home/jk/Source/out
[email protected]:~/Source$ ============================================
============================================: command not found
[email protected]:~/Source$ /home/jk/Source/out/target/product/dlx/obj/APPS/SignatureTest_intermediates
bash: /home/jk/Source/out/target/product/dlx/obj/APPS/SignatureTest_intermediates: No such file or directory
[email protected]:~/Source$ find: `src': No such file or directory
>
crpalmer said:
@hipsh0t and @coachcrey
Try doing a repo sync and see if that works better now.
Click to expand...
Click to collapse
I I just started a fresh sync on a hole new install of Ubuntu 13.10 so I'm crossing my fingers.
Sent from my HTC6435LVW using Tapatalk
Hello.
I've got a Lenovo S6000 which I've extracted the boot.img from and used mkvendor.sh to generate the device tree.
The problem is such that because of the ridiculous amount of space left for the recovery and boot image, I can't compile a recovery image using:
Code:
$ make recoveryimage -j8
I've tried appending 'CFLAGS=-Os' (optimising for size) after running make clobber, but to no avail.
The exact output of the make command is as follows:
Code:
/home/george/CyanogenMod/out/target/product/s6000/boot.img maxsize=3514368 blocksize=135168 total=5062656 reserve=270336
error: /home/george/CyanogenMod/out/target/product/s6000/boot.img too large (5062656 > [3784704 - 270336])
build/core/Makefile:562: recipe for target '/home/george/CyanogenMod/out/target/product/s6000/boot.img' failed
make: *** [/home/george/CyanogenMod/out/target/product/s6000/boot.img] Error 1
make: *** Deleting file '/home/george/CyanogenMod/out/target/product/s6000/boot.img'
make: *** Waiting for unfinished jobs....
Is there an alternative recovery which is smaller than CWM which I could use? Or a work around?
Before you ask, yes, I am using a prebuilt kernel extracted from the device - I understand that that partly to blame. The source code is available but doesn't compile well (missing headers, syntax errors and annoying inline function errors to name a few).
Hi all
Thanks to Olrak work for p8 lite, kirin version, i compiled a kernel for Huawei Honor 4c.
For now everything seems to work - android 6.0
Android 5.1 not tested
Code:
Changelog:
Android 6.0
boot60-v4
- added lionfish governor
- enabled all other deactivated governors
boot60-v3
- Initial public release, basic boot.img no tweaks
Android 5.1
boot51-v1
-initial Beta version for test
Downloads
Android 6.0
boot60-v3
boot60-v4
Android 5.1
boot51-v1
How to flash
Copy boot60-vxx.img to the root of your hdd (In windows c:\)
Enter fastboot
on a command line type
fastboot flash boot boot60-vxx.img
it will show something like this
Code:
target reported max download size of 471859200 bytes
sending 'boot' (23682 KB)...
OKAY [ 0.757s]
writing 'boot'...
OKAY [ 1.064s]
finished. total time: 1.825s
then
fastboot reboot
Your phone will reboot
Note:
If you have root you must re-root your phone
Version Information
Status: beta
Current Stable Version: v4
Stable Release Date: 2016-03-28
Created 2015-03-27
Last Updated 2016-03-28
github: android_kernel_huawei_hi6210sft
Kernel compilation error
Hi, Im trying to compile chm-u01 kernel on ubuntu 15.04, but I always get this error:
Code:
drivers/hisi/hi6xxx/hi6xxx_sim.c:24:24: fatal error: hi6xxx_sim.h: No such file or directory
compilation terminated.
scripts/Makefile.build:316: recipe for target 'drivers/hisi/hi6xxx/hi6xxx_sim.o' failed
make[3]: *** [drivers/hisi/hi6xxx/hi6xxx_sim.o] Error 1
scripts/Makefile.build:468: recipe for target 'drivers/hisi/hi6xxx' failed
make[2]: *** [drivers/hisi/hi6xxx] Error 2
scripts/Makefile.build:468: recipe for target 'drivers/hisi' failed
make[1]: *** [drivers/hisi] Error 2
make[1]: *** Waiting for unfinished jobs....
Must check if files are in correct location. Open makefile and see if files are correct sometimes changing < to " in file location helps compilation.
Are you using linaro?
Enviado do meu CHM-U01 através de Tapatalk
lloco73 said:
Must check if files are in correct location. Open makefile and see if files are correct sometimes changing < to " in file location helps compilation.
Are you using linaro?
Enviado do meu CHM-U01 através de Tapatalk
Click to expand...
Click to collapse
Yes I'm using linaro version 4.7.3, which toolchain do you using?
I'm with linaro also.
You are compiling arm or arm64?
Enviado do meu MotoG3 através de Tapatalk
Yu
lloco73 said:
I'm with linaro also.
You are compiling arm or arm64?
Enviado do meu MotoG3 através de Tapatalk
Click to expand...
Click to collapse
Its all I did:
Code:
.bashrc
export ARCH=arm
export CROSS_COMPILE=arm-linux-gnueabihf-
export PATH=/opt/toolchain/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_$
Code:
make ARCH=arm hisi_hi6210sft_defconfig
make ARCH=arm zImage
please tell me what os you are running and how you configured environment for compilation
Your doing the right things.
I'm on a virtual machine running 14.04lts 64bits.
I try to see that location and see what's inside that folder.
If find anything I copy here.
This Source code is full of errors.
Enviado do meu MotoG3 através de Tapatalk
on hi6xxx_sim.c
on line 24 change
Code:
#include <hi6xxx_sim.h>
to
Code:
#include "hi6xxx_sim.h"
whenever you find error just go to the *.c file and try to change the corresponding line presented on the error from <xxxxxx.h> to "xxxxxx.h"
I can say the you have a lot to change. i'll upload it so you can save time
here is my kernel fileshttps://drive.google.com/open?id=0B_LzOjvUsn4dSGUtaGRnRndXc3c
extract it and compile it.
arm64 gives a lot of errors so cannot be compiled.
arm is compiled ok.
i will upload it to github
Hi everybody. I tried to compile the source code, using toolchain from google, linaro. But after compiling I don't see the compiled file - "Image" (I can't compile the source code when I wrote to the end of command "zImage", so I just wrote "Image"), it does not exist. I tried to compile from patched source, but the same result.
What am i doing wrong?
how about doing make ARCH=arm only
fitsuli said:
Hi everybody. I tried to compile the source code, using toolchain from google, linaro. But after compiling I don't see the compiled file - "Image" (I can't compile the source code when I wrote to the end of command "zImage", so I just wrote "Image"), it does not exist. I tried to compile from patched source, but the same result.
What am i doing wrong?
Click to expand...
Click to collapse
Hi, I had a same situation, you have to check your compilation output there would be errors
lloco73 said:
here is my kernel fileshttps://drive.google.com/open?id=0B_LzOjvUsn4dSGUtaGRnRndXc3c
extract it and compile it.
arm64 gives a lot of errors so cannot be compiled.
arm is compiled ok.
i will upload it to github
Click to expand...
Click to collapse
I used your source and it gave me zImage output but there is an error:
arm-linux-gnueabihf-ld: unrecognized option `-EL'
Try `arm-linux-gnueabihf-ld --help' for more information
make[1]: *** [arch/arm/kernel/built-in.o] Error 1
make: *** [arch/arm/kernel] Error 2
Click to expand...
Click to collapse
lloco73 said:
how about doing make ARCH=arm only
Click to expand...
Click to collapse
Thanks, it works.
But it seems that the arm works only on Android 4.4, Android 5.1 requires arm64, right?
fitsuli said:
Thanks, it works.
But it seems that the arm works only on Android 4.4, Android 5.1 requires arm64, right?
Click to expand...
Click to collapse
Yes
arm64 is for 5.1 but with this source we cannot make it, but i think arm work also on 5.1, a lot of errors when compiling to arm64
lloco73 said:
Yes
arm64 is for 5.1 but with this source we cannot make it, but i think arm work also on 5.1, a lot of errors when compiling to arm64
Click to expand...
Click to collapse
Device hangs on the first pic (5.1).
I'll check everything again, maybe it's my mistake here.
fitsuli said:
Device hangs on the first pic (5.1).
I'll check everything again, maybe it's my mistake here.
Click to expand...
Click to collapse
adb does not work , right?
how you made boot.img. with all available tools i cannot have a decent boot.img extraction so i can replace zimage to my own.
For my experiences compiled zimage is a lot smaller then the original. is this the same for you?
lloco73 said:
Hi all
I compiled new kernel from source - Lollipop kernel- for the chm-u01 and want to replace my zImage to the stock boot.img to test it, but i can't do it.
When i extract stock boot.img i get all this files
Here is the log for extraction
Code:
Magic = ANDROID!
magic_offset = 0x00000000
page_size = 2048 (00000800)
board = ''
base = 0x07478000
kernel_addr = 0x07480000
kernel offset = 0x00008000
kernel_size = 20346584 (013676d8)
ramdisk_addr = 0x0f000000
ramdisk offset = 0x07b88000
ramdisk_size = 3698022 (00386d66)
second_addr = 0x08300000
second offset = 0x00e88000
second_size = 0 (00000000)
tags_addr = 0x09e00000
tags offset = 0x02988000
cmdline = 'hisi_dma_print=0 vmalloc=384M maxcpus=8 coherent_pool=512K no_irq_affinity androidboot.selinux=enforcing ate_enable=true'
dt_size = 0 (00000000)
Till here everything ok
All files are very tiny except boot.img-kernel cause is where kernel resides
If i try to open it with 7-zip inside it i have 2 files
Name-----------Size------------Compressed size-------Characteristics
.reloc-------------0-----------------------0-----------------InitializedData DiscardableRead 0x100000
.text----------2034632---------------2034632------------Code Execute Read Write 0x500000
Tried to replace my compiled zImage name to boot.img-kernel but when all repacked to a boot.img and flashed it trough Fastboot on power phone stuck on logo
If anyone is interested to help here are the
stock boot.img
My compiled zImage
Used tool for spliting boot.img was CarlivImageKitchen-Windows_v1.0 both on windows and Ubuntu
Click to expand...
Click to collapse
Hi, where you got boot.img?, when i try to extract stock boot.img that i extracted from lollipop frimware i get this error:
Android magic not found
boot. img was extracted from stock lollipop Rom.
Enviado do meu MotoG3 através de Tapatalk