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....