Boost-for-Android
Boost-for-Android copied to clipboard
Unable to compile with toolchain "arm-linux-androideabi-4.9"
I am trying to compile Boost 1.55.0 with NDK 10d, using the g++4.9 toolchain. I've got an issue while trying to compile with g++4.9 toolchain :
"provided command 'arm-linux-androideabi-g++' not found"
Is g++4.9 a supported toolchain ?
Now there is ndk-r11b has been released. Did you try to compile with it?