i am building kernel for defy+ from its source available on net
i got the following error while compiling
LD .tmp_vmlinux1
drivers/built-in.o: In function `modem_pm_driver_free':
lowmemorykiller.c.text+0x31100): undefined reference to `resource_release'
lowmemorykiller.c.text+0x3110c): undefined reference to `resource_release'
drivers/built-in.o: In function `modem_pm_driver_ioctl':
lowmemorykiller.c.text+0x3126c): undefined reference to `resource_request'
lowmemorykiller.c.text+0x312b4): undefined reference to `resource_request'
lowmemorykiller.c.text+0x312c8): undefined reference to `resource_release'
drivers/built-in.o: In function `SEC_ENTRY_pub2sec_dispatcher':
lowmemorykiller.c.text+0x31380): undefined reference to `pub2sec_bridge_entry'
drivers/built-in.o: In function `LDInit':
lowmemorykiller.c.text+0x3a3a0): undefined reference to `hw_ctrl_ipc_open'
lowmemorykiller.c.text+0x3a4a0): undefined reference to `hw_ctrl_ipc_read_ex2'
lowmemorykiller.c.text+0x3a4e8): undefined reference to `hw_ctrl_ipc_close'
drivers/built-in.o: In function `USBTransmit':
lowmemorykiller.c.text+0x3a764): undefined reference to `hw_ctrl_ipc_write_ex2'
drivers/built-in.o: In function `MUXReceiveComplete':
lowmemorykiller.c.text+0x3a9a4): undefined reference to `hw_ctrl_ipc_read_ex2'
drivers/built-in.o: In function `init_module':
lowmemorykiller.c.text+0x3aa08): undefined reference to `hw_ctrl_ipc_register'
make: *** [.tmp_vmlinux1] Error 1
Click to expand...
Click to collapse
Plzzz help
CHK include/linux/version.h
SYMLINK include/asm -> include/asm-arm
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
AS drivers/misc/sec/bridge_pub2sec.o
LD drivers/misc/sec/sec.o
LD drivers/misc/sec/built-in.o
LD drivers/misc/built-in.o
LD drivers/built-in.o
LD vmlinux.o
MODPOST vmlinux.o
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
drivers/built-in.o: In function `modem_pm_driver_free':
lowmemorykiller.c.text+0x31100): undefined reference to `resource_release'
lowmemorykiller.c.text+0x3110c): undefined reference to `resource_release'
drivers/built-in.o: In function `modem_pm_driver_ioctl':
lowmemorykiller.c.text+0x3126c): undefined reference to `resource_request'
lowmemorykiller.c.text+0x312b4): undefined reference to `resource_request'
lowmemorykiller.c.text+0x312c8): undefined reference to `resource_release'
drivers/built-in.o: In function `LDInit':
lowmemorykiller.c.text+0x3a3e8): undefined reference to `hw_ctrl_ipc_open'
lowmemorykiller.c.text+0x3a4e8): undefined reference to `hw_ctrl_ipc_read_ex2'
lowmemorykiller.c.text+0x3a530): undefined reference to `hw_ctrl_ipc_close'
drivers/built-in.o: In function `USBTransmit':
lowmemorykiller.c.text+0x3a7ac): undefined reference to `hw_ctrl_ipc_write_ex2'
drivers/built-in.o: In function `MUXReceiveComplete':
lowmemorykiller.c.text+0x3a9ec): undefined reference to `hw_ctrl_ipc_read_ex2'
drivers/built-in.o: In function `init_module':
lowmemorykiller.c.text+0x3aa50): undefined reference to `hw_ctrl_ipc_register'
make: *** [.tmp_vmlinux1] Error 1
Related
Hey, I am trying to compile busybox form source on 2.2.1, using Cyanogen's sources, but am getting linker errors.
I'm guessing that these sources may be for Gingerbread, is this true?
Also, will Android.mk realized that I have a .config in the directory?
Errors:
Code:
target Executable: busybox (out/target/product/generic/obj/EXECUTABLES/busybox_intermediates/LINKED/busybox)
out/target/product/generic/obj/EXECUTABLES/busybox_intermediates/coreutils/date.o: In function `date_main':
/home/shawn/.android-sources/external/android_external_busybox/coreutils/date.c:192: undefined reference to `stime'
out/target/product/generic/obj/EXECUTABLES/busybox_intermediates/networking/ntpd.o: In function `update_local_clock':
/home/shawn/.android-sources/external/android_external_busybox/networking/ntpd.c:1458: undefined reference to `adjtimex'
out/target/product/generic/obj/EXECUTABLES/busybox_intermediates/procps/free.o: In function `free_main':
/home/shawn/.android-sources/external/android_external_busybox/procps/free.c:18: undefined reference to `sysinfo'
out/target/product/generic/obj/EXECUTABLES/busybox_intermediates/procps/kill.o: In function `kill_main':
/home/shawn/.android-sources/external/android_external_busybox/procps/kill.c:128: undefined reference to `getsid'
out/target/product/generic/obj/EXECUTABLES/busybox_intermediates/procps/pgrep.o: In function `pgrep_main':
/home/shawn/.android-sources/external/android_external_busybox/procps/pgrep.c:93: undefined reference to `getsid'
out/target/product/generic/obj/EXECUTABLES/busybox_intermediates/procps/uptime.o: In function `uptime_main':
/home/shawn/.android-sources/external/android_external_busybox/procps/uptime.c:39: undefined reference to `sysinfo'
out/target/product/generic/obj/EXECUTABLES/busybox_intermediates/util-linux/swaponoff.o: In function `swap_enable_disable':
/home/shawn/.android-sources/external/android_external_busybox/util-linux/swaponoff.c:52: undefined reference to `swapon'
/home/shawn/.android-sources/external/android_external_busybox/util-linux/swaponoff.c:54: undefined reference to `swapoff'
Hello, I was compiling the sources of Android platform 2.2 for the HTC Desire.
After extract the files (./extract-files.sh) I follow the steps:
Code:
source build/envsetup.h
lunch full_bravo-eng
make otapackage
But after 20 minutes I got the following error:
Code:
# make otapackage
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=2.2.1
TARGET_PRODUCT=htc_bravo
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=false
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=MASTER
============================================
No private recovery resources for TARGET_DEVICE bravo
Install: out/target/product/bravo/system/app/Mms.apk
target Executable: app_process (out/target/product/bravo/obj/EXECUTABLES/app_process_intermediates/LINKED/app_process)
/root/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/../../../../arm-eabi/bin/ld: warning: librpc.so, needed by out/target/product/bravo/obj/lib/libgps.so, not found (try using -rpath or -rpath-link)
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xprt_register'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `clnt_create'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_quad_t'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_char'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_opaque'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_long'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_u_long'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_bool'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_u_int'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `svcerr_systemerr'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_short'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `clnt_call'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_enum'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_free'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_u_char'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `svc_freeargs'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_u_short'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `svc_getargs'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_string'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_pointer'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_bytes'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_vector'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `svcerr_noproc'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `svc_sendreply'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `svcerr_decode'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_array'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `svcrtr_create'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_void'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `clnt_destroy'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_u_quad_t'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `xdr_int'
out/target/product/bravo/obj/lib/libgps.so: undefined reference to `svc_register'
collect2: ld returned 1 exit status
make: *** [out/target/product/bravo/obj/EXECUTABLES/app_process_intermediates/LINKED/app_process] Error 1
As far I know the problem is with the librpc.so and the libgps.so, there are some steps previous to compile that I have to do?
Some workaround?
Thanks in advance,
Well, when i compile the Froyo I seen many errors (fixed now) but I don't know what to do at this error:
Code:
/home/pcfighter/repo2/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/../../../../arm-eabi/bin/ld: warning: libcommondefs.so, needed by out/target/product/swift/obj/lib/libloc-rpc.so, not found (try using -rpath or -rpath-link)
out/target/product/swift/obj/lib/libloc-rpc.so: undefined reference to `xdr_rpc_uint32'
out/target/product/swift/obj/lib/libloc-rpc.so: undefined reference to `xdr_rpc_int32'
out/target/product/swift/obj/lib/libloc-rpc.so: undefined reference to `xdr_rpc_uint8'
out/target/product/swift/obj/lib/libloc-rpc.so: undefined reference to `xdr_rpc_uint64'
out/target/product/swift/obj/lib/libloc-rpc.so: undefined reference to `xdr_rpc_boolean'
out/target/product/swift/obj/lib/libloc-rpc.so: undefined reference to `xdr_rpc_uint16'
collect2: ld returned 1 exit status
make: *** [out/target/product/swift/obj/EXECUTABLES/CameraServiceTest_intermediates/LINKED/CameraServiceTest] Error 1
Plese help
I fixed the problem by placing libcommondefs.so to /out/target/swift/obj/lib
Hi all
i just want compile Jelly Bean for my Galaxy Tab 7.7 P6800
and i stuck on this error
Code:
/home/neimovirne/cmcompiler/build/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/../../../../arm-linux-androideabi/bin/ld: out/target/product/p6800/obj/SHARED_LIBRARIES/libbluedroid_intermediates/../../../device/samsung/smdk4210-tab/bluetooth.o: in function init_rfkill:system/bluetooth/bluedroid/../../../device/samsung/smdk4210-tab/bluetooth.c:58: error: undefined reference to 'LOGW'
/home/neimovirne/cmcompiler/build/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/../../../../arm-linux-androideabi/bin/ld: out/target/product/p6800/obj/SHARED_LIBRARIES/libbluedroid_intermediates/../../../device/samsung/smdk4210-tab/bluetooth.o: in function set_bluetooth_power:system/bluetooth/bluedroid/../../../device/samsung/smdk4210-tab/bluetooth.c:122: error: undefined reference to 'LOGE'
/home/neimovirne/cmcompiler/build/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/../../../../arm-linux-androideabi/bin/ld: out/target/product/p6800/obj/SHARED_LIBRARIES/libbluedroid_intermediates/../../../device/samsung/smdk4210-tab/bluetooth.o: in function set_bluetooth_power:system/bluetooth/bluedroid/../../../device/samsung/smdk4210-tab/bluetooth.c:128: error: undefined reference to 'LOGE'
/home/neimovirne/cmcompiler/build/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/../../../../arm-linux-androideabi/bin/ld: out/target/product/p6800/obj/SHARED_LIBRARIES/libbluedroid_intermediates/../../../device/samsung/smdk4210-tab/bluetooth.o: in function create_hci_sock:system/bluetooth/bluedroid/../../../device/samsung/smdk4210-tab/bluetooth.c:142: error: undefined reference to 'LOGE'
/home/neimovirne/cmcompiler/build/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/../../../../arm-linux-androideabi/bin/ld: out/target/product/p6800/obj/SHARED_LIBRARIES/libbluedroid_intermediates/../../../device/samsung/smdk4210-tab/bluetooth.o: in function bt_enable:system/bluetooth/bluedroid/../../../device/samsung/smdk4210-tab/bluetooth.c:149: error: undefined reference to 'LOGV'
/home/neimovirne/cmcompiler/build/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/../../../../arm-linux-androideabi/bin/ld: out/target/product/p6800/obj/SHARED_LIBRARIES/libbluedroid_intermediates/../../../device/samsung/smdk4210-tab/bluetooth.o: in function bt_enable:system/bluetooth/bluedroid/../../../device/samsung/smdk4210-tab/bluetooth.c:157: error: undefined reference to 'LOGI'
/home/neimovirne/cmcompiler/build/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/../../../../arm-linux-androideabi/bin/ld: out/target/product/p6800/obj/SHARED_LIBRARIES/libbluedroid_intermediates/../../../device/samsung/smdk4210-tab/bluetooth.o: in function bt_enable:system/bluetooth/bluedroid/../../../device/samsung/smdk4210-tab/bluetooth.c:163: error: undefined reference to 'LOGI'
/home/neimovirne/cmcompiler/build/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/../../../../arm-linux-androideabi/bin/ld: out/target/product/p6800/obj/SHARED_LIBRARIES/libbluedroid_intermediates/../../../device/samsung/smdk4210-tab/bluetooth.o: in function bt_enable:system/bluetooth/bluedroid/../../../device/samsung/smdk4210-tab/bluetooth.c:167: error: undefined reference to 'LOGI'
/home/neimovirne/cmcompiler/build/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/../../../../arm-linux-androideabi/bin/ld: out/target/product/p6800/obj/SHARED_LIBRARIES/libbluedroid_intermediates/../../../device/samsung/smdk4210-tab/bluetooth.o: in function bt_enable:system/bluetooth/bluedroid/../../../device/samsung/smdk4210-tab/bluetooth.c:169: error: undefined reference to 'LOGE'
/home/neimovirne/cmcompiler/build/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/../../../../arm-linux-androideabi/bin/ld: out/target/product/p6800/obj/SHARED_LIBRARIES/libbluedroid_intermediates/../../../device/samsung/smdk4210-tab/bluetooth.o: in function bt_enable:system/bluetooth/bluedroid/../../../device/samsung/smdk4210-tab/bluetooth.c:185: error: undefined reference to 'LOGW'
/home/neimovirne/cmcompiler/build/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/../../../../arm-linux-androideabi/bin/ld: out/target/product/p6800/obj/SHARED_LIBRARIES/libbluedroid_intermediates/../../../device/samsung/smdk4210-tab/bluetooth.o: in function bt_enable:system/bluetooth/bluedroid/../../../device/samsung/smdk4210-tab/bluetooth.c:202: error: undefined reference to 'LOGI'
/home/neimovirne/cmcompiler/build/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/../../../../arm-linux-androideabi/bin/ld: out/target/product/p6800/obj/SHARED_LIBRARIES/libbluedroid_intermediates/../../../device/samsung/smdk4210-tab/bluetooth.o: in function bt_disable:system/bluetooth/bluedroid/../../../device/samsung/smdk4210-tab/bluetooth.c:217: error: undefined reference to 'LOGV'
/home/neimovirne/cmcompiler/build/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/../../../../arm-linux-androideabi/bin/ld: out/target/product/p6800/obj/SHARED_LIBRARIES/libbluedroid_intermediates/../../../device/samsung/smdk4210-tab/bluetooth.o: in function bt_is_enabled:system/bluetooth/bluedroid/../../../device/samsung/smdk4210-tab/bluetooth.c:250: error: undefined reference to 'LOGV'
collect2: ld returned 1 exit status
make: *** [out/target/product/p6800/obj/SHARED_LIBRARIES/libbluedroid_intermediates/LINKED/libbluedroid.so] Error 1
Anyone can help me?I'll be very grateful
/home/neimovirne/cmcompiler/build/prebuilts/gcc/linux-x86
Click to expand...
Click to collapse
Are you using a 64bit Linux distro ?
See below.
You can hash out the bluetooth section in BoardConfigCommon.mk to see if it will build then.
Bluetooth will not work though, obviously.
https://github.com/alanorth/android_device_samsung_smdk4210-tab/blob/ics/BoardConfigCommon.mk#L83
XeKToReX
Androguide.fr said:
Are you using a 64bit Linux distro ?
Click to expand...
Click to collapse
ofcource, i use Ubuntu 10.4.4 x64
XeKToReX said:
See below.
You can hash out the bluetooth section in BoardConfigCommon.mk to see if it will build then.
Bluetooth will not work though, obviously.
https://github.com/alanorth/android_device_samsung_smdk4210-tab/blob/ics/BoardConfigCommon.mk#L83
XeKToReX
Click to expand...
Click to collapse
thx, I'll try your advice
so i stuck on new error
Code:
make: *** No rule to make target `out/target/product/p6800/obj/lib/libbluedroid.so', required for`out/target/product/p6800/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/LINKED/libandroid_runtime.so'. Stop.
Could someone take a look at this output please:
Code:
host SharedLib: libbcc (/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/lib/libbcc.so)
target Dex: apache-xml-hostdex
target Dex: conscrypt-hostdex
APK certs list: /media/leszakk/Source1/cyanogenmod/11/android/system/out/target/product/ls02/obj/PACKAGING/apkcerts_intermediates/cm_ls02-apkcerts-8dcec01c2c.txt
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
collect2: ld returned 1 exit status
build/core/host_shared_library.mk:44: recipe for target '/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/lib/libbcc.so' failed
make: *** [/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/lib/libbcc.so] Error 1
make: *** Waiting for unfinished jobs....
# In case value of PACKAGES is empty.
leszakk said:
Could someone take a look at this output please:
Code:
host SharedLib: libbcc (/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/lib/libbcc.so)
target Dex: apache-xml-hostdex
target Dex: conscrypt-hostdex
APK certs list: /media/leszakk/Source1/cyanogenmod/11/android/system/out/target/product/ls02/obj/PACKAGING/apkcerts_intermediates/cm_ls02-apkcerts-8dcec01c2c.txt
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
collect2: ld returned 1 exit status
build/core/host_shared_library.mk:44: recipe for target '/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/lib/libbcc.so' failed
make: *** [/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/lib/libbcc.so] Error 1
make: *** Waiting for unfinished jobs....
# In case value of PACKAGES is empty.
Click to expand...
Click to collapse
Fixed by installing bcc