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.

Rowboat-Android for TI81xx compilation problem on Ubuntu 11.10



Hi,

I have executed following steps to download and compile rowboat-android for TI81xx. My Ubuntu version is 11.10.

mkdir ~/bin

PATH=~/bin:$PATH

curl https://android.git.kernel.org/repo > ~/bin/repo

chmod a+x ~/bin/repo

mkdir ~/rowboat-android

cd ~/rowboat-android

repo init -u git://gitorious.org/rowboat/manifest.git -m rowboat-gingerbread-ti81xx-mc-dsp.xml

repo sync

cd ~/rowboat-android/hardware/ti/ti81xx

./install_mc_dsp_components.sh

cd ~/rowboat-android
make TARGET_PRODUCT=ti816xevm OMAPES=6.x
But I am getting following error:

Install: out/host/linux-x86/framework/apicheck.jar
Install: out/host/linux-x86/framework/clearsilver.jar
Install: out/host/linux-x86/framework/droiddoc.jar
Install: out/host/linux-x86/lib/libneo_util.so
Install: out/host/linux-x86/lib/libneo_cs.so
Install: out/host/linux-x86/lib/libneo_cgi.so
Install: out/host/linux-x86/lib/libclearsilver-jni.so
Copying: out/target/common/obj/JAVA_LIBRARIES/core_intermediates/emma_out/lib/classes-jarjar.jar
Install: out/host/linux-x86/framework/dx.jar
Install: out/host/linux-x86/bin/dx
host C++: libutils <= frameworks/base/libs/utils/RefBase.cpp
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
<built-in>:0:0: note: this is the location of the previous definition
frameworks/base/libs/utils/RefBase.cpp: In member function âvoid android::RefBase::weakref_type::trackMe(bool, bool)â:
frameworks/base/libs/utils/RefBase.cpp:483:67: error: passing âconst android::RefBase::weakref_implâ as âthisâ argument of âvoid android::RefBase::weakref_impl::trackMe(bool, bool)â discards qualifiers [-fpermissive]
make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/libutils_intermediates/RefBase.o] Error 1
Can I get some help in resolving this error ?
Thanks in advance.
Also, is there any documentation available wherein I can refer and get whole architecture understanding or a quick ref guide ?

Regards,

 

Anupama