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
Hi Ricardo,
On 27 May 2014 01:45, Ricardo jota jotacosta@dgp.toronto.edu wrote:
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?
Can you please share the complete logs to find where the error. We have the daily builds as well: https://android-build.linaro.org/builds/~linaro-android/arndale-octa-linaro/
Please try with the latest script. In the meantime I will also give it a try. Please note that the kernel doesn't have a FB driver and you won't get any GUI from this build.
Again, any hints on would be very helpful. Thank you,
-Jota
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android@lists.linaro.org