Compile busybox from source - Android Software Development

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'

Related

Impossible to compile the CM kernel. Always fails.

I have a problem I have is getting desperate. I'm trying to compile the kernel Cyanogen but always I get an error, especially in the java.
I have Ubuntu 10.10 x86 with all the steps from both Android and the post of cyanogen made. The problem is to make. Someone who has succeeded in making the successful compilation I could say that system is and if you have any problems compiling.
I do not understand if the steps are simple, because it is so complicated that the compilation does not fail.
PS. I have tested with JDK 5 (5.0.22) and the latest JDK 6 but both have the same problem. Use a VM to compile.
I think I have the same problem, when I try to compile the cm-kernel,always get some errors...like :
"arch/arm/mach-msm/built-in.o: In function `q6fm_close':
msm_flashlight.c.text+0xe804): undefined reference to `enable_aux_loopback'
arch/arm/mach-msm/built-in.o: In function `q6fm_open':
msm_flashlight.c.text+0xe878): undefined reference to `enable_aux_loopback'
arch/arm/mach-msm/built-in.o: In function `q6_ioctl':
msm_flashlight.c.text+0x103a8): undefined reference to `enable_aux_loopback'
arch/arm/mach-msm/built-in.o: In function `bravo_audio_init':
msm_flashlight.c.init.text+0x20b4): undefined reference to `acoustic_register_ops'"
and I check it again and again ..and I don't kown what's wrong ...
did someone get the same error ??
vieriwml said:
I think I have the same problem, when I try to compile the cm-kernel,always get some errors...like :
"arch/arm/mach-msm/built-in.o: In function `q6fm_close':
msm_flashlight.c.text+0xe804): undefined reference to `enable_aux_loopback'
arch/arm/mach-msm/built-in.o: In function `q6fm_open':
msm_flashlight.c.text+0xe878): undefined reference to `enable_aux_loopback'
arch/arm/mach-msm/built-in.o: In function `q6_ioctl':
msm_flashlight.c.text+0x103a8): undefined reference to `enable_aux_loopback'
arch/arm/mach-msm/built-in.o: In function `bravo_audio_init':
msm_flashlight.c.init.text+0x20b4): undefined reference to `acoustic_register_ops'"
and I check it again and again ..and I don't kown what's wrong ...
did someone get the same error ??
Click to expand...
Click to collapse
I had the same problem. Have you solved it?
I need help!

problem with librpc.so while compile AOSP 2.2

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,

Error when compile Froyo

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

[HELP] Compile Jelly Bean

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.

AOKP kitkat

Ran into some errors while compiling from AOKP for mako. I'm on linux mint 16 just in case needed
is it regarding the proprietary files ?? i did not extract any of those and will those files be included in my source tree while syncing ??
Fetching projects is 100% success and Sync tree is 100% done. No errors while sync process.
One more question-- Will the compilation process resumes ?? I have a slow system and i was compiling since 2 hours and got these errors.
Can anyone help me plz :crying::crying:
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:122: error: undefined reference to 'GATTS_AddHandleRange'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:129: error: undefined reference to 'GATTS_NVRegister'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:157: error: undefined reference to 'GATT_Deregister'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:225: error: undefined reference to 'GATT_Register'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:271: error: undefined reference to 'GATT_StartIf'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:350: error: undefined reference to 'GATTS_CreateService'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:404: error: undefined reference to 'GATTS_AddIncludeService'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:438: error: undefined reference to 'GATTS_AddCharacteristic'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:476: error: undefined reference to 'GATTS_AddCharDescriptor'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:517: error: undefined reference to 'GATTS_DeleteService'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:550: error: undefined reference to 'GATTS_StartService'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:580: error: undefined reference to 'GATTS_StopService'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:602: error: undefined reference to 'GATTS_SendRsp'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:640: error: undefined reference to 'GATTS_HandleValueIndication'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:645: error: undefined reference to 'GATTS_HandleValueNotification'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:694: error: undefined reference to 'GATT_Connect'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:724: error: undefined reference to 'GATT_CancelConnect'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:759: error: undefined reference to 'GATT_Disconnect'
external/bluetooth/bluedroid/bta/./gatt/bta_gatts_act.c:806: error: undefined reference to 'GATT_Listen'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sdp.c:230: error: undefined reference to 'BTM_AllocateSCN'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sdp.c:287: error: undefined reference to 'BTM_FreeSCN'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sdp.c:288: error: undefined reference to 'BTM_SecClrService'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sdp.c:350: error: undefined reference to 'SDP_FindProtocolListElemInRec'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sdp.c:361: error: undefined reference to 'SDP_FindProfileVersionInRec'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sdp.c:366: error: undefined reference to 'SDP_FindAttributeInRec'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sdp.c:462: error: undefined reference to 'SDP_InitDiscoveryDb'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sdp.c:469: error: undefined reference to 'SDP_ServiceSearchAttributeRequest'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sco.c:296: error: undefined reference to 'BTM_RemoveSco'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sco.c:486: error: undefined reference to 'BTM_SetEScoMode'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sco.c:514: error: undefined reference to 'BTM_SetEScoMode'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sco.c:576: error: undefined reference to 'BTM_CreateSco'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sco.c:583: error: undefined reference to 'BTM_RegForEScoEvts'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sco.c:147: error: undefined reference to 'BTM_ReadScoBdAddr'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sco.c:167: error: undefined reference to 'BTM_RemoveSco'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sco.c:1568: error: undefined reference to 'BTM_EScoConnRsp'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sco.c:337: error: undefined reference to 'BTM_ReadScoBdAddr'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sco.c:373: error: undefined reference to 'BTM_EScoConnRsp'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sco.c:1471: error: undefined reference to 'bta_sys_sco_close'
external/bluetooth/bluedroid/bta/./ag/bta_ag_sco.c:1409: error: undefined reference to 'bta_sys_sco_open'
collect2: error: ld returned 1 exit status
make: *** [/home/aviz/aokp/out/target/product/mako/obj/SHARED_LIBRARIES/bluetooth.default_intermediates/LINKED/bluetooth.default.so] Error 1
Click to expand...
Click to collapse
No you need to get the propritary files from the google development site or pull them from your device. Each time you will have to start the build over again.
zelendel said:
No you need to get the propritary files from the google development site or pull them from your device. Each time you will have to start the build over again.
Click to expand...
Click to collapse
Where should I put those files downloaded from Google site?? I mean path.
Sent from my Nexus 4 using Tapatalk
Follow the directions on the dev site. It will help you understand what your doing.
Wayne Tech Nexus
There is a proprietary folder in /vendor/lge/mako/ and 4 other files "BoardConfigPartial.mk, BoardConfigVendor.mk, device-partial.mk, mako-vendor.mk" and in /vendor/lge/mako/proprietary there are almost 180 files. Are these proprietary binaries for mako 4.4 ?? Or do i need to extract anything from my device ??
Follow what I said and go to the development page and read up. Compiling a ROM is not a simple matter
Wayne Tech Nexus
Not to mention that AOKP source is not complete yet so even if it builds it will not boot.
zelendel said:
Follow what I said and go to the development page and read up. Compiling a ROM is not a simple matter
Wayne Tech Nexus
Not to mention that AOKP source is not complete yet so even if it builds it will not boot.
Click to expand...
Click to collapse
Thanks mate. Sorry for bothering you , I'll follow the instructions.... have a kitkat
Sent from my Nexus 4 using Tapatalk

Categories

Resources