Hello every one, I have a problem compiling ICS AOSP for an ARMv6 device (Samsung Galaxy Ace)
The problem is as follows:
Code:
system/media/wilhelm/src/android/android_StreamPlayer.cpp: In member function 'void android::StreamSourceAppProxy::pullFromBuffQueue()':
system/media/wilhelm/src/android/android_StreamPlayer.cpp:166: error: 'kKeyDiscontinuityMask' is not a member of 'android::IStreamListener'
system/media/wilhelm/src/android/android_StreamPlayer.cpp:173: error: 'kKeyDiscontinuityMask' is not a member of 'android::IStreamListener'
system/media/wilhelm/src/android/android_StreamPlayer.cpp:174: error: 'DISCONTINUITY_VIDEO_FORMAT' is not a member of 'android::ATSParser'
make: *** [out/target/product/cooper/obj/SHARED_LIBRARIES/libwilhelm_intermediates/android/android_StreamPlayer.o] Error 1
If anyone has a solution/there is already a solution please let me know ASAP!
Thanks!
Trying resyncing repo. Someone could have missed code. Or fix it yourself lol. Go to the file it says and see if you can fix it
Sent from my XT875 using xda premium
priddyma said:
Trying resyncing repo. Someone could have missed code. Or fix it yourself lol. Go to the file it says and see if you can fix it
Sent from my XT875 using xda premium
Click to expand...
Click to collapse
1. My repo is complete and I have checked the files it is exactly the same as AOSP
2. I don't know code
Now I have problems with the .java files when compiling Contacts , Email , ContactsProvider and others :?
This was sent from a Galaxy Ace. Problem?
Can someone help me,? what would i have to do to fix this error please and thanx guys... I got this whole build blackout and themed wish i could figure this out
make: *** No rule to make target `out/target/product/evita/kernel', needed by `out/target/product/evita/boot.img'. Stop.
make: *** Waiting for unfinished jobs....
Wow well forget it, figured it out myself can I get this closed or locked
Sent from my One X using Xparent SkyBlue Tapatalk 2
Well, the way you did it in the way you PMed me about is wrong
You need to add the kernel source to your local_manifest.xml
go to your source's root
then go to the ".repo" folder (its hidden)
create a file called "local_manifest.xml"
paste the following contents into that file:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="kernel/htc/msm8960" name="android_kernel_htc_msm8960" remote="cm" revision="jellybean" />
</manifest>
then resync the source, it should download the kernel source
next, do a make clobber and then try to build again
Thank you I will you the man
Sent from my One X using Xparent SkyBlue Tapatalk 2
the error is:
target Generated: libwebcore <= external/webkit/Source/WebCore/css/make-css-file-arrays.pl
/bin/bash: external/webkit/Source/WebCore/css/make-css-file-arrays.pl: permission denied
make: *** [out/target/product/generic/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/css/UserAgentStyleSheets.h] error 126
looking for the sulution,
thanks:laugh:
All questions belong in Q&A. Development section is strictly for development (Roms, etc) ONLY.
Sent from my HTC One XL using xda premium
pobu said:
the error is:
target Generated: libwebcore <= external/webkit/Source/WebCore/css/make-css-file-arrays.pl
/bin/bash: external/webkit/Source/WebCore/css/make-css-file-arrays.pl: permission denied
make: *** [out/target/product/generic/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/css/UserAgentStyleSheets.h] error 126
looking for the sulution,
thanks:laugh:
Click to expand...
Click to collapse
Here's the first problem. Sulution is spelled Solution.
external/webkit/Source/WebCore/css/make-css-file-arrays.pl
Hi,
Just
change file permission by using chmod 0777 external/webkit/Source/WebCore/css/make-css-file-arrays.pl
It will work
QUOTE=HydroSkillet;33297419]Here's the first problem. Sulution is spelled Solution.[/QUOTE]
Dude, do you realise you just dragged up a nearly two year old thread?
Sent from my Evita
Ok guys. So this is the error that I am getting while building cm11.
Download here
##W4TCH0UT## said:
Ok guys. So this is the error that I am getting while building cm11.
Download here
Click to expand...
Click to collapse
*** No rule to make target `vendor/micromax/a110/proprietary/vendor/pittpatt/models/recognition/face.face.y0-y0-22-b-N/full_model.bin', needed by `/home/sdkzone/cm11/out/target/product/a110/system/vendor/pittpatt/models/recognition/face.face.y0-y0-22-b-N/full_model.bin'. Stop.
why you asking? its face recognition error, "make" can't find rules to build vendor libs. you can try delete all pitpatt dir
some help you can find on russian forum
Now this error. I do not understand:
PHP:
make: *** No rule to make target `vendor/cm/proprietary/Term.apk', needed by `/home/sdkzone/cm11/out/target/product/a110/system/app/Term.apk'. Stop.
make: *** Waiting for unfinished jobs....
target thumb C: audio_policy.stub <= hardware/libhardware/modules/audio/audio_policy.c
I can't find where to refer this file.
Sent from my GT-I9082 using Tapatalk Pro.
Have u tried docker it helps for building cm here is the link.... http://forum.xda-developers.com/showthread.php?t=2650345
:::::Hitting thanks wont cause you anything:::::
Okay, got past that error, now getting this. Please help -
Code:
No private recovery resources for TARGET_DEVICE a110
make -C kernel/micromax/a110 O=/home/sdkzone/cm11/out/target/product/a110/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=" /home/sdkzone/cm11/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-" VARIANT_DEFCONFIG= SELINUX_DEFCONFIG= cyanogenmod_a110_defconfig
make[1]: Entering directory `/home/sdkzone/cm11/kernel/micromax/a110'
make[1]: *** No rule to make target `cyanogenmod_a110_defconfig'. Stop.
make[1]: Leaving directory `/home/sdkzone/cm11/kernel/micromax/a110'
make: *** [/home/sdkzone/cm11/out/target/product/a110/obj/KERNEL_OBJ/.config] Error 2
Sent from my GT-I9082 using Tapatalk Pro.
hey bro just look on following link
##W4TCH0UT## said:
Okay, got past that error, now getting this. Please help -
Code:
No private recovery resources for TARGET_DEVICE a110
make -C kernel/micromax/a110 O=/home/sdkzone/cm11/out/target/product/a110/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=" /home/sdkzone/cm11/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-" VARIANT_DEFCONFIG= SELINUX_DEFCONFIG= cyanogenmod_a110_defconfig
make[1]: Entering directory `/home/sdkzone/cm11/kernel/micromax/a110'
make[1]: *** No rule to make target `cyanogenmod_a110_defconfig'. Stop.
make[1]: Leaving directory `/home/sdkzone/cm11/kernel/micromax/a110'
make: *** [/home/sdkzone/cm11/out/target/product/a110/obj/KERNEL_OBJ/.config] Error 2
Sent from my GT-I9082 using Tapatalk Pro.
Click to expand...
Click to collapse
Hey bro just See The fOLLOWING link you will get some help:-"http://forum.xda-developers.com/showthread.php?t=1370873&page=392"
is its possible to work cm11 with our device ?!
Sent from my A110 using xda app-developers app
rancho.bloch1 said:
is its possible to work cm11 with our device ?!
Sent from my A110 using xda app-developers app
Click to expand...
Click to collapse
Did u think it is not possible..then why it not possible?
Please help. @superdragonpt.
Sent from my GT-I9082 using Tapatalk Pro.
Bro keep us posted! We are excited!
HITTING THE THANKS BUTTON WON'T COST Ya Anything!
Okay. Ran 'make clean' and got this error:
Code:
GEN /home/sdkzone/cm11/out/target/product/a110/obj/KERNEL_OBJ/Makefile
CHK include/linux/version.h
CHK include/generated/utsrelease.h
UPD include/generated/utsrelease.h
Using /home/sdkzone/cm11/kernel/micromax/a110/kernel as source for kernel
/home/sdkzone/cm11/kernel/micromax/a110/kernel is not clean, please run 'make mrproper'
in the '/home/sdkzone/cm11/kernel/micromax/a110/kernel' directory.
make[2]: *** [prepare3] Error 1
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/home/sdkzone/cm11/kernel/micromax/a110/kernel'
make: *** [TARGET_KERNEL_BINARIES] Error 2
make: *** Waiting for unfinished jobs....
Please help us devs. @Dr. Shadow @superdragonpt
I know that you have no time, but please help us out.
Sent from my GT-I9082 using Tapatalk Pro.
buddy @##W4TCH0UT## take a look at this. it is similar to your problem
http://ubuntuforums.org/archive/index.php/t-1925304.html
##W4TCH0UT## said:
Okay. Ran 'make clean' and got this error:
Code:
GEN /home/sdkzone/cm11/out/target/product/a110/obj/KERNEL_OBJ/Makefile
CHK include/linux/version.h
CHK include/generated/utsrelease.h
UPD include/generated/utsrelease.h
Using /home/sdkzone/cm11/kernel/micromax/a110/kernel as source for kernel
/home/sdkzone/cm11/kernel/micromax/a110/kernel is not clean, please run 'make mrproper'
in the '/home/sdkzone/cm11/kernel/micromax/a110/kernel' directory.
make[2]: *** [prepare3] Error 1
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/home/sdkzone/cm11/kernel/micromax/a110/kernel'
make: *** [TARGET_KERNEL_BINARIES] Error 2
make: *** Waiting for unfinished jobs....
Please help us devs. @Dr. Shadow @superdragonpt
I know that you have no time, but please help us out.
Sent from my GT-I9082 using Tapatalk Pro.
Click to expand...
Click to collapse
Did you try to fix the error ? "/home/sdkzone/cm11/kernel/micromax/a110/kernel is not clean, please run 'make mrproper'"
Dr-Shadow said:
Did you try to fix the error ? "/home/sdkzone/cm11/kernel/micromax/a110/kernel is not clean, please run 'make mrproper'"
Click to expand...
Click to collapse
I ran that, but then also error appears:
Code:
[email protected]:~/cm11/kernel/micromax/a110/kernel$ make mrproper
find: `../mediatek/config/cm_a110': No such file or directory
/bin/sh: 1: [: mediatek/custom/out/cm_a110/kernel/usb/: unexpected operator
scripts/Makefile.clean:17: /home/sdkzone/cm11/kernel/micromax/a110/kernel/mediatek/platform//kernel/core/Makefile: No such file or directory
make[1]: *** No rule to make target `/home/sdkzone/cm11/kernel/micromax/a110/kernel/mediatek/platform//kernel/core/Makefile'. Stop.
make: *** [_clean_mediatek/platform//kernel/core] Error 2
[email protected]:~/cm11/kernel/micromax/a110/kernel$
Sent from my GT-I9082 using Tapatalk Pro.
@##W4TCH0UT## Thanks for building Cyanogenmod////// .... u will succeed ...
##W4TCH0UT## said:
I ran that, but then also error appears:
Code:
[email protected]:~/cm11/kernel/micromax/a110/kernel$ make mrproper
find: `../mediatek/config/cm_a110': No such file or directory
/bin/sh: 1: [: mediatek/custom/out/cm_a110/kernel/usb/: unexpected operator
scripts/Makefile.clean:17: /home/sdkzone/cm11/kernel/micromax/a110/kernel/mediatek/platform//kernel/core/Makefile: No such file or directory
make[1]: *** No rule to make target `/home/sdkzone/cm11/kernel/micromax/a110/kernel/mediatek/platform//kernel/core/Makefile'. Stop.
make: *** [_clean_mediatek/platform//kernel/core] Error 2
[email protected]:~/cm11/kernel/micromax/a110/kernel$
Sent from my GT-I9082 using Tapatalk Pro.
Click to expand...
Click to collapse
buddy in ur error there are some missing directory in ur working folder
first complete it and try to do make again
i think so u have not setup device tree properly
Buddy I recommend to Change the thread title: "MT6577" must be included!
Sent from my Micromax A110 using XDA Premium 4 mobile app
@Dr-Shadow please help.
Sent from my Lenovo S920_ROW using Tapatalk
##W4TCH0UT## said:
Now this error. I do not understand:
PHP:
make: *** No rule to make target `vendor/cm/proprietary/Term.apk', needed by `/home/sdkzone/cm11/out/target/product/a110/system/app/Term.apk'. Stop.
make: *** Waiting for unfinished jobs....
target thumb C: audio_policy.stub <= hardware/libhardware/modules/audio/audio_policy.c
I can't find where to refer this file.
Sent from my GT-I9082 using Tapatalk Pro.
Click to expand...
Click to collapse
You will have to get prebuilts i.e proprietary files of cyanogenmod for that(assuming you're in source code directory)
Code:
cd vendor/cm
./get-prebuilts
You're good to go
MasterAwesome said:
You will have to get prebuilts i.e proprietary files of cyanogenmod for that(assuming you're in source code directory)
Code:
cd vendor/cm
./get-prebuilts
You're good to go
Click to expand...
Click to collapse
Already done that, but thanks for your involvement.
Sent from my Lenovo S920_ROW using Tapatalk
i am trying to compile a kernel but get into this error .. can any one help me ??
Code:
arch/arm/mach-msm/htc_acoustic_8x60.c: In function 'acoustic_ioctl':
arch/arm/mach-msm/htc_acoustic_8x60.c:248:15: error: 'struct adie_codec_hwsetting_entry' has no member named 'voc_action'
arch/arm/mach-msm/htc_acoustic_8x60.c:249:15: error: 'struct adie_codec_hwsetting_entry' has no member named 'voc_action_sz'
arch/arm/mach-msm/htc_acoustic_8x60.c:252:15: error: 'struct adie_codec_hwsetting_entry' has no member named 'midi_action'
arch/arm/mach-msm/htc_acoustic_8x60.c:253:15: error: 'struct adie_codec_hwsetting_entry' has no member named 'midi_action_sz'
make[1]: *** [arch/arm/mach-msm/htc_acoustic_8x60.o] Error 1
make: *** [arch/arm/mach-msm] Error 2
make: *** Waiting for unfinished jobs....
Why no one answer ?
Sent from my HTCSensation using XDA Free mobile app
Wahaj.47 said:
Why no one answer ?
Sent from my HTCSensation using XDA Free mobile app
Click to expand...
Click to collapse
If nobody answers you, it might be because nobody can help you with so little information. Additionally you should post that somewhere in Android Software Development section.
Opening another thread with the same topic 5 minutes later here: http://forum.xda-developers.com/htc-sensation/help/one-help-t2994147 will also not help.
I posted one in android development section they moved it from there