Hello all,
We’ve been trying to run the linaro_build_cmd.sh for the arndale_octa and we’ve stubbed around a couple of errors. I was hoping that someone has come across the same errors and has been successful in compiling android 4.4.2 for the arndale octa.
I am compiling on Ubuntu 13.10; the script correctly looks for the ubuntu version, but when apt-get installing, two packages need to be changed:
- the uboot-mkimage is now replaced by u-boot-tools in the script
- the acpica-tools doesn’t exist anymore. I just deleted it from the script
- the WITH_HOST_DALVIK=false was added to the script; to avoid the error: 'replace' is not a member of 'std'
Once I change the packages (line 47), I run the following script
> sudo bash ./linaro_android_build_cmds.sh -m pinned-manifest-ann.xml
and end up getting the following compile error from a bunch of generic collection<E> warnings:
"cc1plus: all warnings being treated as errors"
So, I guess my question is: is there a octa version that compiles successfully, and can it compile in 13.10?
Again, any
hints on would be very helpful.
Thank you,
-Jota