Hi,
I'm trying to build libpng with x86-icc. I already built it using the x86 standard toolchain from the ndk, but want to use the intel compiler now.
Therefore I try to make a new standalone toolchain with the following command:
$ANDROID_NDK_ROOT/build/tools/make-standalone-toolchain.sh --platform=android-9 --install-dir=$PLATFORM_PREFIX --toolchain=x86-icc --verbose
Wich fails with the following output:
Auto-config: --arch=x86
Targetting CPU: x86
Using GCC version:
Toolchain /<path to my android ndk>/android-ndk-r9d/toolchains/x86-icc/prebuilt/darwin-x86_64/bin/i686-linux-android-gcc is missing!
I've checked and there is no prebuilt directory in .../x86-icc. How do I get a standalone build chain for android ndk that uses he intel compiler? Any help is greatly appreciated!
I'm running this on macos x with android ndk-r9d