Hi Android Developers,
My aim to port Gingerbread 2.3 on dm365evm is been completed (solving some minor issue).
Well, am now much interested in porting the latest ice cream sandwich android on dm365evm.As i heard the machine which is compitable with gingerbread - also supports ICS4.0 android on it
(By this ,i took initiation in downloading the source code from TI-AM37x-Android-4.0-Guide taking as reference).
http://processors.wiki.ti.com/index.php/TI-AM37x-Android-4.0-Guide#Build_Android_filesystem
I had followed the steps to
STEP 1: Get the sources by Initialising the repo and downloading the sources.
STEP 2: As the device support is been provided for " beagleboard flashboard omap3evm"
I am creating the dm365evm folder in /device/ti/ and making the suitable changes as of dm365evm supports.
STEP 3: $ source ./build/envsetup
$ make TARGET_PRODUCT=dm365evm droid -j2
===============================================================
PLATFORM_VERSION_CODENAME=RELPLATFORM_VERSION=4.0.3TARGET_PRODUCT=dm365evmTARGET_BUILD_VARIANT=engTARGET_BUILD_TYPE=releaseTARGET_BUILD_APPS=TARGET_ARCH=armTARGET_ARCH_VARIANT=armv5teHOST_ARCH=x86HOST_OS=linuxHOST_BUILD_TYPE=releaseBUILD_ID=IML74K
================================================================
Now the issue is with the build process , it took 2 hrs without any error then it is stopping at this stage:
target thumb C++: libjs <= external/webkit/Source/JavaScriptCore/yarr/YarrInterpreter.cpptarget thumb C++: libjs <= external/webkit/Source/JavaScriptCore/yarr/YarrJIT.cpptarget thumb C++: libjs <= external/webkit/Source/JavaScriptCore/yarr/YarrSyntaxChecker.cpptarget arm C: libwebrtc_spl <= external/webrtc/src/common_audio/signal_processing_library/main/source/auto_corr_to_refl_coef.c/tmp/ccxWXuQe.s: Assembler messages:/tmp/ccxWXuQe.s:208: Error: selected processor does not support `qadd16 ip,r0,r3'/tmp/ccxWXuQe.s:236: Error: selected processor does not support `qadd16 r9,r4,r9'/tmp/ccxWXuQe.s:253: Error: selected processor does not support `qadd16 ip,ip,r4'make: *** [out/target/product/dm365evm/obj/STATIC_LIBRARIES/libwebrtc_spl_intermediates/auto_corr_to_refl_coef.o] Error 1make: *** Waiting for unfinished jobs....
Kindly help me out in this !
My query : Is Ice cream sandwich android is compitable for dm365evm / armv5te ?
How can i tackle the problem caused ?
(i even looked at arm.c file which are available in google on searching with this issue , their i am finding the checking is been done regarding the registers !)
Attached is the file for your Reference :(AndroidProducts.mk BoardConfig.mk device.mk dm365evm.mk)
3010.AndroidProducts_mk.txt
7128.BoardConfig_mk.txt
8233.device_mk.txt
3377.dm365evm_mk.txt
Kindly Help me to solve this issue !
THANKS AND REGARDS
ROHIT Y SHANBHAG
BANGALORE
HI developers !!!
WAITING FOR THE REPLY !!!!!!!!!!
Thanks
Rohit Y Shanbhag