Hello:
I'm starting an Android peripheral project that is going to require some additions to the OS source. As such, Linaro Android looks like an excellent solution going forward.
I'm having trouble getting started with the linaro_android_build_cmds.sh build scrip available at: https://android-build.linaro.org/builds/~linaro-android/arndale-octa-linaro/
When running the script, I hit an error (below) that I'm assuming has something to do with the toolchain, specifically:
error: 'replace' is not a member of 'std'
I've been unable to find any mention of this error in Linaro builds on-line. Can you provide any insight to help me get started?
Thanks in advance for your help, -Clifton Forlines
art/dalvikvm/dalvikvm.cc: In function 'int art::InvokeMain(JNIEnv*, char**)': art/dalvikvm/dalvikvm.cc:72:3: error: 'replace' is not a member of 'std' host C++: dex2oat <= art/dex2oat/dex2oat.cc make: *** [out/host/linux-x86/obj/EXECUTABLES/dalvikvm_intermediates/dalvikvm..o] Error 1 make: *** Waiting for unfinished jobs....
I am seeing the same error with Linaro Android 14.04 for Samsung Arndale Board.
-- Thanks, Meraj
On Fri, May 23, 2014 at 5:16 PM, Clifton Forlines cforlines@gmail.comwrote:
Hello:
I'm starting an Android peripheral project that is going to require some additions to the OS source. As such, Linaro Android looks like an excellent solution going forward.
I'm having trouble getting started with the linaro_android_build_cmds.sh build scrip available at:
https://android-build.linaro.org/builds/~linaro-android/arndale-octa-linaro/
When running the script, I hit an error (below) that I'm assuming has something to do with the toolchain, specifically:
error: 'replace' is not a member of 'std'
I've been unable to find any mention of this error in Linaro builds on-line. Can you provide any insight to help me get started?
Thanks in advance for your help, -Clifton Forlines
art/dalvikvm/dalvikvm.cc: In function 'int art::InvokeMain(JNIEnv*, char**)': art/dalvikvm/dalvikvm.cc:72:3: error: 'replace' is not a member of 'std' host C++: dex2oat <= art/dex2oat/dex2oat.cc make: *** [out/host/linux-x86/obj/EXECUTABLES/dalvikvm_intermediates/dalvikvm..o] Error 1 make: *** Waiting for unfinished jobs....
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
The failure is while building host side dalvik binary. Please add this line in the build script.: export WITH_HOST_DALVIK=false
On 24 May 2014 21:52, Mohammad Merajul Islam Molla meraj.enigma@gmail.comwrote:
I am seeing the same error with Linaro Android 14.04 for Samsung Arndale Board.
-- Thanks, Meraj
On Fri, May 23, 2014 at 5:16 PM, Clifton Forlines cforlines@gmail.comwrote:
Hello:
I'm starting an Android peripheral project that is going to require some additions to the OS source. As such, Linaro Android looks like an excellent solution going forward.
I'm having trouble getting started with the linaro_android_build_cmds.sh build scrip available at:
https://android-build.linaro.org/builds/~linaro-android/arndale-octa-linaro/
When running the script, I hit an error (below) that I'm assuming has something to do with the toolchain, specifically:
error: 'replace' is not a member of 'std'
I've been unable to find any mention of this error in Linaro builds on-line. Can you provide any insight to help me get started?
Thanks in advance for your help, -Clifton Forlines
art/dalvikvm/dalvikvm.cc: In function 'int art::InvokeMain(JNIEnv*, char**)': art/dalvikvm/dalvikvm.cc:72:3: error: 'replace' is not a member of 'std' host C++: dex2oat <= art/dex2oat/dex2oat.cc make: *** [out/host/linux-x86/obj/EXECUTABLES/dalvikvm_intermediates/dalvikvm..o] Error 1 make: *** Waiting for unfinished jobs....
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android@lists.linaro.org