This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ISSUE ON BUILDING ICE CREAM SANDWICH ON DM365EVM

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=REL
PLATFORM_VERSION=4.0.3
TARGET_PRODUCT=dm365evm
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv5te
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_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.cpp
target thumb C++: libjs <= external/webkit/Source/JavaScriptCore/yarr/YarrJIT.cpp
target thumb C++: libjs <= external/webkit/Source/JavaScriptCore/yarr/YarrSyntaxChecker.cpp
target 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 1
make: *** 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