Hello there!
Im tring to compile my first CM7 build but im getting some errors. I would be glad if any one can help me
this is my output error when i try to run "./build/envsetup.sh && brunch sholes"
Code:
Install: out/host/linux-x86/lib/libneo_util.so
target Prebuilt: Calculator (out/target/common/obj/JAVA_LIBRARIES/libarity_intermediates/classes.jar)
target Prelink: libjni_latinime (out/target/product/sholes/symbols/system/lib/libjni_latinime.so)
Aidl: Music <= packages/apps/Music/src/com/android/music/IMediaPlaybackService.aidl
target Prebuilt: egl.cfg (out/target/product/sholes/obj/ETC/egl.cfg_intermediates/egl.cfg)
libelfcopy: Warning: Range lists in .debug_info section aren't in ascending order!
libelfcopy: Warning: Range lists in .debug_ranges section start at 0x120
target Prelink: libstlport (out/target/product/sholes/symbols/system/lib/libstlport.so)
target Prebuilt: gdbserver (out/target/product/sholes/obj/EXECUTABLES/gdbserver_intermediates/gdbserver)
Copy: out/target/product/sholes/obj/lib/libaudio.so
Copy: out/target/product/sholes/obj/lib/libcamera.so
Copy: out/target/product/sholes/system/lib/libaudio.so
Copy: out/target/product/sholes/system/lib/libcamera.so
target Prebuilt: 20-dns.conf (out/target/product/sholes/obj/ETC/20-dns.conf_intermediates/20-dns.conf)
libelfcopy: Warning: Range lists in .debug_info section aren't in ascending order!
libelfcopy: Warning: Range lists in .debug_ranges section start at 0x20
target Prebuilt: 95-configured (out/target/product/sholes/obj/ETC/95-configured_intermediates/95-configured)
target Prebuilt: dhcpcd-run-hooks (out/target/product/sholes/obj/EXECUTABLES/dhcpcd-run-hooks_intermediates/dhcpcd-run-hooks)
target Prebuilt: dhcpcd.conf (out/target/product/sholes/obj/ETC/dhcpcd.conf_intermediates/dhcpcd.conf)
target Prebuilt: mke2fs.conf (out/target/product/sholes/obj/ETC/mke2fs.conf_intermediates/mke2fs.conf)
target Prebuilt: com.android.location.provider.xml (out/target/product/sholes/obj/ETC/com.android.location.provider.xml_intermediates/com.android.location.provider.xml)
target Prebuilt: platform.xml (out/target/product/sholes/obj/ETC/platform.xml_intermediates/platform.xml)
target Prebuilt: tiwlan.ini (out/target/product/sholes/obj/ETC/tiwlan.ini_intermediates/tiwlan.ini)
target Prebuilt: wpa_supplicant.conf (out/target/product/sholes/obj/ETC/wpa_supplicant.conf_intermediates/wpa_supplicant.conf)
make: *** Sem regra para processar o alvo `vendor/motorola/sholes/proprietary/libmoto_gps.so', necessário por `out/target/product/sholes/obj/lib/libmoto_gps.so'. Pare.
make: ** Esperando que outros processos terminem.
Im using kubuntu 11.04 PT-BR.
there error happen when it try to compile the file "libmoto_gps.so" but i havent it on my Milestone, i made a search on it and i it doesnt exist on my phone.
So, there is any way to remove this file from compilation?
I tried already to remove it from ~/android/system/vendor/motorola/sholes/BoardConfigVendor.mk but no luck
Thx for your attention.
Well,
I got it!
If some one got the same problema, just try it:
Check the files listed in ~/android/system/vendor/motorola/sholes/vendor-sholes-blobs.mk. This file contains all proprietary files that CM Build will use. Those files must be in ~/android/system/devices/motorola/sholes/proprietary/ folder.
If you got this same errro, try to build this mod: http://android.doshaska.net/cm7build
Thx for your attention.
I had the same problem but in my case what I did was to retrieve manually the library (libgps.so) and change the file BoardConfigVendor.mk:
Code:
#Original line BOARD_GPS_LIBRARIES := libmoto_gps
#libgps.so was present in my phone (not libmoto_gps.so)
BOARD_GPS_LIBRARIES := libgps
Just removing the non-existent files configuration from sholes-vendor-blobs.mk didn't work.
Hello,
Devs.. I'm Compiling AOKP ( ANDROID OPEN KANG PROJECT ) For LG Optimus ME P350 But I'm Having Some Problems Getting it Compiled Please Guys Help me Fixing them ! Thanks
So Guys I synced AOKP ICS Source But I'm Getting Errors Building It !
So Guys My First Error Was in Dalvik !
I know all missing files for armv6
So I just Changed Dalvik folder with Cyanogen Mod Dalvik And My Dalvik was Fixed !
But Now I'm Getting Some WebRTC Error Please Help me Fixing it !
Here is my Build Log :
Code:
[email protected]:~/aokp/aokp$ . build/envsetup.sh && brunch p350
including device/lge/p350/vendorsetup.sh
including device/ti/panda/vendorsetup.sh
including vendor/aokp/vendorsetup.sh
including sdk/bash_completion/adb.bash
including vendor/aokp/vendorsetup.sh
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.0.4
TARGET_PRODUCT=aokp_p350
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv6-vfp
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=IMM76I
============================================
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.0.4
TARGET_PRODUCT=aokp_p350
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv6-vfp
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=IMM76I
============================================
build/core/Makefile:36: warning: overriding commands for target `out/target/product/p350/system/etc/wifi/wpa_supplicant.conf'
build/core/base_rules.mk:523: warning: ignoring old commands for target `out/target/product/p350/system/etc/wifi/wpa_supplicant.conf'
build/core/Makefile:36: warning: overriding commands for target `out/target/product/p350/system/app/Superuser.apk'
build/core/base_rules.mk:523: warning: ignoring old commands for target `out/target/product/p350/system/app/Superuser.apk'
No private recovery resources for TARGET_DEVICE p350
make -C kernel/lge/msm7x27 O=/home/keyur/aokp/aokp/out/target/product/p350/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=" /home/keyur/aokp/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-" headers_install
make[1]: Entering directory `/home/keyur/aokp/aokp/kernel/lge/msm7x27'
target StaticExecutable: init (out/target/product/p350/obj/EXECUTABLES/init_intermediates/LINKED/init)
target Symbolic: adbd (out/target/product/p350/symbols/sbin/adbd)
target Symbolic: recovery (out/target/product/p350/symbols/system/bin/recovery)
target Symbolic: liblog (out/target/product/p350/symbols/system/lib/liblog.so)
target Symbolic: libstlport (out/target/product/p350/symbols/system/lib/libstlport.so)
target SharedLib: libicuuc (out/target/product/p350/obj/SHARED_LIBRARIES/libicuuc_intermediates/LINKED/libicuuc.so)
CHK include/linux/version.h
make[3]: `scripts/unifdef' is up to date.
Install: out/target/product/p350/system/lib/libgabi++.so
Copying: out/target/common/obj/JAVA_LIBRARIES/core-junit_intermediates/emma_out/lib/classes-jarjar.jar
Copying: out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/emma_out/lib/classes-jarjar.jar
Copying: out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/emma_out/lib/classes-jarjar.jar
Copying: out/target/common/obj/JAVA_LIBRARIES/guava_intermediates/classes.jar
make[1]: Leaving directory `/home/keyur/aokp/aokp/kernel/lge/msm7x27'
Copying: out/target/common/obj/JAVA_LIBRARIES/android-support-v4_intermediates/classes.jar
target Symbolic: libvorbisidec (out/target/product/p350/symbols/system/lib/libvorbisidec.so)
target Symbolic: libstagefright_amrnb_common (out/target/product/p350/symbols/system/lib/libstagefright_amrnb_common.so)
target Symbolic: libstagefright_enc_common (out/target/product/p350/symbols/system/lib/libstagefright_enc_common.so)
target Symbolic: libstagefright_avc_common (out/target/product/p350/symbols/system/lib/libstagefright_avc_common.so)
target Symbolic: libETC1 (out/target/product/p350/symbols/system/lib/libETC1.so)
target Symbolic: adb (out/target/product/p350/symbols/system/bin/adb)
target Symbolic: libglib (out/target/product/p350/symbols/system/lib/libglib.so)
target Symbolic: debuggerd (out/target/product/p350/symbols/system/bin/debuggerd)
target Symbolic: gzip (out/target/product/p350/symbols/system/bin/gzip)
target Symbolic: ip (out/target/product/p350/symbols/system/bin/ip)
target Symbolic: ip6tables (out/target/product/p350/symbols/system/bin/ip6tables)
target Symbolic: iptables (out/target/product/p350/symbols/system/bin/iptables)
target Symbolic: linker (out/target/product/p350/symbols/system/bin/linker)
target Symbolic: logwrapper (out/target/product/p350/symbols/system/bin/logwrapper)
target Symbolic: mkyaffs2image (out/target/product/p350/symbols/system/bin/mkyaffs2image)
target Symbolic: ping (out/target/product/p350/symbols/system/bin/ping)
target Symbolic: run-as (out/target/product/p350/symbols/system/bin/run-as)
target Symbolic: schedtest (out/target/product/p350/symbols/system/bin/schedtest)
target Symbolic: sdcard (out/target/product/p350/symbols/system/bin/sdcard)
target Symbolic: showlease (out/target/product/p350/symbols/system/bin/showlease)
target Symbolic: simg2img (out/target/product/p350/symbols/system/bin/simg2img)
target Symbolic: tc (out/target/product/p350/symbols/system/bin/tc)
Copying: out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/classes.jar
target Symbolic: libctest (out/target/product/p350/symbols/system/lib/libctest.so)
target Symbolic: libpagemap (out/target/product/p350/symbols/system/lib/libpagemap.so)
target Symbolic: libpng (out/target/product/p350/symbols/system/lib/libpng.so)
target Symbolic: libspeexresampler (out/target/product/p350/symbols/system/lib/libspeexresampler.so)
target Symbolic: libsurfaceflinger_client (out/target/product/p350/symbols/system/lib/libsurfaceflinger_client.so)
target thumb C++: libwebcore <= out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLRenderingContext.cpp
target thumb C++: libwebcore <= out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLTexture.cpp
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLRenderingContext.cpp:37:38: error: JSWebGLContextAttributes.h: No such file or directory
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLRenderingContext.cpp: In function 'JSC::EncodedJSValue WebCore::jsWebGLRenderingContextPrototypeFunctionGetContextAttributes(JSC::ExecState*)':
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLRenderingContext.cpp:2205: error: no matching function for call to 'toJS(JSC::ExecState*&, WebCore::JSDOMGlobalObject*, WebCore::WebGLContextAttributes*)'
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSCanvasRenderingContext.h:56: note: candidates are: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::CanvasRenderingContext*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSArrayBuffer.h:56: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::ArrayBuffer*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSArrayBufferView.h:55: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::ArrayBufferView*)
external/webkit/Source/WebCore/bindings/js/JSNodeCustom.h:77: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::Node*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/JSImageData.h:56: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::ImageData*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLActiveInfo.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLActiveInfo*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLBuffer.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLBuffer*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLFramebuffer.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLFramebuffer*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLProgram.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLProgram*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLRenderbuffer.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLRenderbuffer*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLShader.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLShader*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLTexture.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLTexture*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLUniformLocation.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLUniformLocation*)
target thumb C++: libwebcore <= out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLUniformLocation.cpp
make: *** [out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLRenderingContext.o] Error 1
make: *** Waiting for unfinished jobs....
[email protected]:~/aokp/aokp$
So Devs This is Log Please Help me Fixing this Error I Googled Much But Didn't go any help Please you Guys Help me I hope i'll Get Fix Soon As it is Forum of Best Devs Ever ! for Android !!
rom2maru said:
Hello,
Devs.. I'm Compiling AOKP ( ANDROID OPEN KANG PROJECT ) For LG Optimus ME P350 But I'm Having Some Problems Getting it Compiled Please Guys Help me Fixing them ! Thanks
So Guys I synced AOKP ICS Source But I'm Getting Errors Building It !
So Guys My First Error Was in Dalvik !
I know all missing files for armv6
So I just Changed Dalvik folder with Cyanogen Mod Dalvik And My Dalvik was Fixed !
But Now I'm Getting Some WebRTC Error Please Help me Fixing it !
Here is my Build Log :
Code:
[email protected]:~/aokp/aokp$ . build/envsetup.sh && brunch p350
including device/lge/p350/vendorsetup.sh
including device/ti/panda/vendorsetup.sh
including vendor/aokp/vendorsetup.sh
including sdk/bash_completion/adb.bash
including vendor/aokp/vendorsetup.sh
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.0.4
TARGET_PRODUCT=aokp_p350
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv6-vfp
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=IMM76I
============================================
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.0.4
TARGET_PRODUCT=aokp_p350
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv6-vfp
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=IMM76I
============================================
build/core/Makefile:36: warning: overriding commands for target `out/target/product/p350/system/etc/wifi/wpa_supplicant.conf'
build/core/base_rules.mk:523: warning: ignoring old commands for target `out/target/product/p350/system/etc/wifi/wpa_supplicant.conf'
build/core/Makefile:36: warning: overriding commands for target `out/target/product/p350/system/app/Superuser.apk'
build/core/base_rules.mk:523: warning: ignoring old commands for target `out/target/product/p350/system/app/Superuser.apk'
No private recovery resources for TARGET_DEVICE p350
make -C kernel/lge/msm7x27 O=/home/keyur/aokp/aokp/out/target/product/p350/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=" /home/keyur/aokp/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-" headers_install
make[1]: Entering directory `/home/keyur/aokp/aokp/kernel/lge/msm7x27'
target StaticExecutable: init (out/target/product/p350/obj/EXECUTABLES/init_intermediates/LINKED/init)
target Symbolic: adbd (out/target/product/p350/symbols/sbin/adbd)
target Symbolic: recovery (out/target/product/p350/symbols/system/bin/recovery)
target Symbolic: liblog (out/target/product/p350/symbols/system/lib/liblog.so)
target Symbolic: libstlport (out/target/product/p350/symbols/system/lib/libstlport.so)
target SharedLib: libicuuc (out/target/product/p350/obj/SHARED_LIBRARIES/libicuuc_intermediates/LINKED/libicuuc.so)
CHK include/linux/version.h
make[3]: `scripts/unifdef' is up to date.
Install: out/target/product/p350/system/lib/libgabi++.so
Copying: out/target/common/obj/JAVA_LIBRARIES/core-junit_intermediates/emma_out/lib/classes-jarjar.jar
Copying: out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/emma_out/lib/classes-jarjar.jar
Copying: out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/emma_out/lib/classes-jarjar.jar
Copying: out/target/common/obj/JAVA_LIBRARIES/guava_intermediates/classes.jar
make[1]: Leaving directory `/home/keyur/aokp/aokp/kernel/lge/msm7x27'
Copying: out/target/common/obj/JAVA_LIBRARIES/android-support-v4_intermediates/classes.jar
target Symbolic: libvorbisidec (out/target/product/p350/symbols/system/lib/libvorbisidec.so)
target Symbolic: libstagefright_amrnb_common (out/target/product/p350/symbols/system/lib/libstagefright_amrnb_common.so)
target Symbolic: libstagefright_enc_common (out/target/product/p350/symbols/system/lib/libstagefright_enc_common.so)
target Symbolic: libstagefright_avc_common (out/target/product/p350/symbols/system/lib/libstagefright_avc_common.so)
target Symbolic: libETC1 (out/target/product/p350/symbols/system/lib/libETC1.so)
target Symbolic: adb (out/target/product/p350/symbols/system/bin/adb)
target Symbolic: libglib (out/target/product/p350/symbols/system/lib/libglib.so)
target Symbolic: debuggerd (out/target/product/p350/symbols/system/bin/debuggerd)
target Symbolic: gzip (out/target/product/p350/symbols/system/bin/gzip)
target Symbolic: ip (out/target/product/p350/symbols/system/bin/ip)
target Symbolic: ip6tables (out/target/product/p350/symbols/system/bin/ip6tables)
target Symbolic: iptables (out/target/product/p350/symbols/system/bin/iptables)
target Symbolic: linker (out/target/product/p350/symbols/system/bin/linker)
target Symbolic: logwrapper (out/target/product/p350/symbols/system/bin/logwrapper)
target Symbolic: mkyaffs2image (out/target/product/p350/symbols/system/bin/mkyaffs2image)
target Symbolic: ping (out/target/product/p350/symbols/system/bin/ping)
target Symbolic: run-as (out/target/product/p350/symbols/system/bin/run-as)
target Symbolic: schedtest (out/target/product/p350/symbols/system/bin/schedtest)
target Symbolic: sdcard (out/target/product/p350/symbols/system/bin/sdcard)
target Symbolic: showlease (out/target/product/p350/symbols/system/bin/showlease)
target Symbolic: simg2img (out/target/product/p350/symbols/system/bin/simg2img)
target Symbolic: tc (out/target/product/p350/symbols/system/bin/tc)
Copying: out/target/common/obj/JAVA_LIBRARIES/apache-xml_intermediates/classes.jar
target Symbolic: libctest (out/target/product/p350/symbols/system/lib/libctest.so)
target Symbolic: libpagemap (out/target/product/p350/symbols/system/lib/libpagemap.so)
target Symbolic: libpng (out/target/product/p350/symbols/system/lib/libpng.so)
target Symbolic: libspeexresampler (out/target/product/p350/symbols/system/lib/libspeexresampler.so)
target Symbolic: libsurfaceflinger_client (out/target/product/p350/symbols/system/lib/libsurfaceflinger_client.so)
target thumb C++: libwebcore <= out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLRenderingContext.cpp
target thumb C++: libwebcore <= out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLTexture.cpp
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLRenderingContext.cpp:37:38: error: JSWebGLContextAttributes.h: No such file or directory
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLRenderingContext.cpp: In function 'JSC::EncodedJSValue WebCore::jsWebGLRenderingContextPrototypeFunctionGetContextAttributes(JSC::ExecState*)':
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLRenderingContext.cpp:2205: error: no matching function for call to 'toJS(JSC::ExecState*&, WebCore::JSDOMGlobalObject*, WebCore::WebGLContextAttributes*)'
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSCanvasRenderingContext.h:56: note: candidates are: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::CanvasRenderingContext*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSArrayBuffer.h:56: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::ArrayBuffer*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSArrayBufferView.h:55: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::ArrayBufferView*)
external/webkit/Source/WebCore/bindings/js/JSNodeCustom.h:77: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::Node*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/JSImageData.h:56: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::ImageData*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLActiveInfo.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLActiveInfo*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLBuffer.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLBuffer*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLFramebuffer.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLFramebuffer*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLProgram.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLProgram*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLRenderbuffer.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLRenderbuffer*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLShader.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLShader*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLTexture.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLTexture*)
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLUniformLocation.h:58: note: JSC::JSValue WebCore::toJS(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::WebGLUniformLocation*)
target thumb C++: libwebcore <= out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLUniformLocation.cpp
make: *** [out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLRenderingContext.o] Error 1
make: *** Waiting for unfinished jobs....
[email protected]:~/aokp/aokp$
So Devs This is Log Please Help me Fixing this Error I Googled Much But Didn't go any help Please you Guys Help me I hope i'll Get Fix Soon As it is Forum of Best Devs Ever ! for Android !!
Click to expand...
Click to collapse
It isn't LG Optimus ME forum !! -_- Go to Android Miscellaneous Developement or see over here!
Man I know but Miscellaneous Don't Get us Problem Fixed No one is Focusing Problems there Here maybe GT540 Can help me Fixing it As U Guys Also Have AOKP And GT540 is ARMv6 So The Developer for AOKP for GT540 Should Also Have Got this Problem So Maybe he can help me fixing it
rom2maru said:
Man I know but Miscellaneous Don't Get us Problem Fixed No one is Focusing Problems there Here maybe GT540 Can help me Fixing it As U Guys Also Have AOKP And GT540 is ARMv6 So The Developer for AOKP for GT540 Should Also Have Got this Problem So Maybe he can help me fixing it
Click to expand...
Click to collapse
well. i can't help but DevSwift and optimusDevLG are not here on XDA. DevSwift stopped developing for GT540 and optimusDevLG is from forum.android.com.pl but i don't know if he's still working on AOKP.. as always miroslav is our hope :silly:
Yeah Only Miroslav_MM is Hope !
Miroslav_mm Is online ! I hope we get fix soon
Dont be so mean... if the dev is willing to help then let this people stay... as if you would turn the needy away.
rom2maru said:
Man I know but Miscellaneous Don't Get us Problem Fixed No one is Focusing Problems there Here maybe GT540 Can help me Fixing it As U Guys Also Have AOKP And GT540 is ARMv6 So The Developer for AOKP for GT540 Should Also Have Got this Problem So Maybe he can help me fixing it
Click to expand...
Click to collapse
It hurts to read, please next time DonT Do This And Try To Add Comas.
And you can send a PM instead of doing a thread right?
DevSwift stopped developing cause his gt540 is broken and LgOptimusDev is inactive on android.pl forum..
You have 1 error
out/target/product/p350/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/html/canvas/JSWebGLRenderingContext.cpp:37:38: error: JSWebGLContextAttributes.h: No such file or directory
so you missing JSWebGLContextAttributes.h. maybe need sync repo or find this missing file. maybe wrong include derectory.
for webrtc
https://github.com/Swift-Team/andro...mmit/6524d98d1f9352e638e56d294118d91d07c23276
Also missing file errors can be from lack of packages needed to build android. You should check if you have all the needed ones.
Please... if u need help, send a ****ing pm instead of making a new ****ing topic. This is NOT your device's forum. Thanks.
Sent from my GT540 using Tapatalk 2
Then report topic instead of swearing like an idiot.
~~
I think that if you want some help from specific user, maybe you have to try PM first (In this case, to Miroslav_mm), now, if you need help from somebody from our community it's good idea post a thread.
Just my oppinion, i don't say that it's wrong, but you're asking help from Miroslav_mm and nothing better that personal help. IMHO, and Good luck with that.
Miroslav doesn't reply to PM messages, so this is the only way to gain his attention.
shadovraven said:
Miroslav doesn't reply to PM messages, so this is the only way to gain his attention.
Click to expand...
Click to collapse
That's true
-Grift- said:
That's true
Click to expand...
Click to collapse
I dont have time to answer and my English is bad to answer on all questions! Every day few PM! I am just ignoring it! Sorry for that!
Its a trend for devs
Koloses said:
Also missing file errors can be from lack of packages needed to build android. You should check if you have all the needed ones.
Click to expand...
Click to collapse
broy fully configured !!! :banghead: and I'm already builded cm9
Sent from my LG-P500 using xda premium
Every time it will stop without any errors,just some warnings. here is the log:
Code:
[email protected]:~/AndroidSource/cm$ make -j4 cancro
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=5.1.1
CM_VERSION=12.1-20150729-UNOFFICIAL-cancro
TARGET_PRODUCT=cm_cancro
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=krait
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.16.0-30-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=LMY48G
OUT_DIR=/home/chris/AndroidSource/cm/out
============================================
find: `dummy': No such file or directory
build/core/copy_headers.mk:15: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/obj/include/qcom/display/copybit.h'
build/core/copy_headers.mk:15: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/obj/include/qcom/display/copybit.h'
build/core/copy_headers.mk:15: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/obj/include/qcom/display/copybit_priv.h'
build/core/copy_headers.mk:15: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/obj/include/qcom/display/copybit_priv.h'
PRODUCT_COPY_FILES device/xiaomi/cancro/audio/audio_effects.conf:system/etc/audio_effects.conf ignored.
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b00'
device/xiaomi/cancro/Android.mk:43: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b00'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b01'
device/xiaomi/cancro/Android.mk:43: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b01'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b02'
device/xiaomi/cancro/Android.mk:43: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b02'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b04'
device/xiaomi/cancro/Android.mk:43: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b04'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b06'
device/xiaomi/cancro/Android.mk:43: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b06'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b07'
device/xiaomi/cancro/Android.mk:43: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b07'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b08'
device/xiaomi/cancro/Android.mk:43: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b08'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b09'
device/xiaomi/cancro/Android.mk:43: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.b09'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.mdt'
device/xiaomi/cancro/Android.mk:43: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/etc/firmware/wcnss.mdt'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/libOmxAacEnc.so'
build/core/base_rules.mk:550: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/libOmxAacEnc.so'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/libOmxAmrEnc.so'
build/core/base_rules.mk:550: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/libOmxAmrEnc.so'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/libOmxEvrcEnc.so'
build/core/base_rules.mk:550: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/libOmxEvrcEnc.so'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/libOmxQcelp13Enc.so'
build/core/base_rules.mk:550: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/libOmxQcelp13Enc.so'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/bin/rild'
build/core/base_rules.mk:550: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/bin/rild'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/libril.so'
build/core/base_rules.mk:550: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/libril.so'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/libreference-ril.so'
build/core/base_rules.mk:550: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/libreference-ril.so'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/librilutils.so'
build/core/base_rules.mk:550: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/librilutils.so'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/libmm-omxcore.so'
build/core/base_rules.mk:550: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/lib/libmm-omxcore.so'
build/core/Makefile:46: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/vendor/lib/liblisten.so'
build/core/base_rules.mk:550: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/system/vendor/lib/liblisten.so'
No private recovery resources for TARGET_DEVICE cancro
device/xiaomi/cancro/mkbootimg.mk:35: warning: overriding commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/dt.img'
build/core/generate_extra_images.mk:109: warning: ignoring old commands for target `/home/chris/AndroidSource/cm/out/target/product/cancro/dt.img'
[B]make: *** No rule to make target `cancro'. Stop.
#### make failed to build some targets (01:08 (mm:ss)) ####[/B]
Could somebody get me a hand,Thanks!
Hi there,
It's my first time to try to build LineageOS from source for Mi 5 (gemini), and I am following official instructions here wiki lineageos org gemini_build html
But I got errors after runing 'brunch gemini'. Any help are welcome, thanks very much!
Code:
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=7.1.1
LINEAGE_VERSION=14.1-20170130-UNOFFICIAL-gemini
TARGET_PRODUCT=lineage_gemini
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=kryo
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv7-a-neon
TARGET_2ND_CPU_VARIANT=cortex-a53
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-4.4.0-31-generic-x86_64-with-Ubuntu-16.04-xenial
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=NMF26V
OUT_DIR=/root/android/system/out
============================================
build/core/binary.mk:1253: external/deqp/Android.mk: libdeqp: Unused source files: \
build/core/binary.mk:1253: external/deqp/Android.mk: libdeqp: Unused source files: \
build/core/binary.mk:1253: external/pdfium/third_party/pdfiumbigint.mk: libpdfiumbigint: Unused source files: bigint/BigInteger.cc bigint/BigIntegerUtils.cc bigint/BigUnsigned.cc bigint/BigUnsignedInABase.cc
build/core/binary.mk:1253: external/pdfium/third_party/pdfiumbigint.mk: libpdfiumbigint: Unused source files: bigint/BigInteger.cc bigint/BigIntegerUtils.cc bigint/BigUnsigned.cc bigint/BigUnsignedInABase.cc
./external/speex/Android.mk:56: TODOArm64: enable neon in libspeex
build/core/package_internal.mk:143: Empty argument supplied to find-subdir-assets
find: ‘/root/android/system/out/target/common/obj/SHARED_LIBRARIES/libwifi-hal-mock_intermediates’: No such file or directory
build/core/package_internal.mk:143: Empty argument supplied to find-subdir-assets
No private recovery resources for TARGET_DEVICE gemini
build/core/java.mk:334: warning: overriding commands for target `/root/android/system/out/target/common/obj/APPS/Dialer_intermediates/src/src/org/codeaurora/presenceserv/IPresenceService.java'
build/core/java.mk:334: warning: ignoring old commands for target `/root/android/system/out/target/common/obj/APPS/Dialer_intermediates/src/src/org/codeaurora/presenceserv/IPresenceService.java'
build/core/java.mk:334: warning: overriding commands for target `/root/android/system/out/target/common/obj/APPS/Dialer_intermediates/src/src/org/codeaurora/presenceserv/IPresenceServiceCB.java'
build/core/java.mk:334: warning: ignoring old commands for target `/root/android/system/out/target/common/obj/APPS/Dialer_intermediates/src/src/org/codeaurora/presenceserv/IPresenceServiceCB.java'
build/core/base_rules.mk:316: warning: overriding commands for target `/root/android/system/out/target/product/gemini/root/res/images/charger/battery_fail.png'
build/core/base_rules.mk:316: warning: ignoring old commands for target `/root/android/system/out/target/product/gemini/root/res/images/charger/battery_fail.png'
build/core/Makefile:34: warning: overriding commands for target `/root/android/system/out/target/product/gemini/system/etc/libnfc-brcm.conf'
build/core/base_rules.mk:316: warning: ignoring old commands for target `/root/android/system/out/target/product/gemini/system/etc/libnfc-brcm.conf'
build/core/Makefile:34: warning: overriding commands for target `/root/android/system/out/target/product/gemini/system/etc/libnfc-nxp.conf'
build/core/base_rules.mk:316: warning: ignoring old commands for target `/root/android/system/out/target/product/gemini/system/etc/libnfc-nxp.conf'
Starting build with ninja
ninja: Entering directory `.'
ninja: error: '/root/android/system/out/target/product/gemini/obj/SHARED_LIBRARIES/libqminvapi_intermediates/export_includes', needed by '/root/android/system/out/target/product/gemini/obj/EXECUTABLES/readmac_intermediates/import_includes', missing and no known rule to make it
build/core/ninja.mk:151: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1
make: Leaving directory '/root/android/system'
#### make failed to build some targets (45 seconds) ####
Hello
I am trying to build an image for Pixel 5a, on the last part, when I run the following:
Code:
$ brunch barbet
on the last part, I am getting an error as follows:
Code:
============================================
$(shell date -u +%Y%m%d) was changed, regenerating...
$(shell date -u +%Y%m%d) was changed, regenerating...
[ 94% 599/632] including system/sepolicy/Android.mk ...
system/sepolicy/Android.mk:57: warning: BOARD_PLAT_PUBLIC_SEPOLICY_DIR has been deprecated. Use SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS instead.
system/sepolicy/Android.mk:62: warning: BOARD_PLAT_PRIVATE_SEPOLICY_DIR has been deprecated. Use SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS instead.
[100% 632/632] writing build rules ...
build/make/core/Makefile:61: warning: overriding commands for target `out/target/product/barbet/product/media/bootanimation.zip'
build/make/core/base_rules.mk:525: warning: ignoring old commands for target `out/target/product/barbet/product/media/bootanimation.zip'
build/make/core/Makefile:61: warning: overriding commands for target `out/target/product/barbet/vendor/etc/gps.conf'
build/make/core/base_rules.mk:525: warning: ignoring old commands for target `out/target/product/barbet/vendor/etc/gps.conf'
build/make/core/Makefile:61: warning: overriding commands for target `out/target/product/barbet/product/etc/res/images/charger/battery_fail.png'
build/make/core/base_rules.mk:525: warning: ignoring old commands for target `out/target/product/barbet/product/etc/res/images/charger/battery_fail.png'
build/make/core/Makefile:61: warning: overriding commands for target `out/target/product/barbet/product/etc/res/images/charger/battery_scale.png'
build/make/core/base_rules.mk:525: warning: ignoring old commands for target `out/target/product/barbet/product/etc/res/images/charger/battery_scale.png'
build/make/core/Makefile:61: warning: overriding commands for target `out/target/product/barbet/product/etc/res/values/charger/animation.txt'
build/make/core/base_rules.mk:525: warning: ignoring old commands for target `out/target/product/barbet/product/etc/res/values/charger/animation.txt'
build/make/core/Makefile:61: warning: overriding commands for target `out/target/product/barbet/vendor/lib/ese_spi_st.so'
build/make/core/base_rules.mk:525: warning: ignoring old commands for target `out/target/product/barbet/vendor/lib/ese_spi_st.so'
FAILED: ninja: 'system/core/libhelios/libhelios.so', needed by 'out/target/product/barbet/system/lib64/libhelios.so', missing and no known rule to make it
00:36:56 ninja failed with: exit status 1
#### failed to build some targets (01:25 (mm:ss)) ####
is there anyone that know where to find 'libhelios.so', please.
I am so excited to install my own image to the phone.
Thank you very much
Rasim