Integrating the Intel(R) C++ Compiler for Android* with multiple Android NDKs
The Intel C++ Compiler is integrated into one Android NDK specified during installation just like before. If there are multiple Android NDK installed, the script tool below coming with Intel C++ Compiler for Android can be used for integrating to additional Android NDK:
[icc-install-dir]/toolchains/ndk_integration.sh
on Linux* or OS X*[icc-install-dir]\toolchains\ndk_integration.cmd
on Windows*
For example, if you are using Intel(R) INDE product, default [icc-install-dir] will beC:\Intel\INDE\icc_android
on Windows.
- Assume that:
- Intel C++ Compiler for Android is installed to
[icc-install-dir]
- The additional Android NDK is installed to
[new-ndk-dir]
- Intel C++ Compiler for Android is installed to
- On Linux* or OS X*:
- Open a terminal window
cd [icc-install-dir]/toolchains/
./ndk_integration.sh [new-ndk-dir]
[new-ndk-dir]/toolchains/x86-icc
."x86-icc"
will be available in the ndk build environment. - On Windows*:
- Open a command window
cd [icc-install-dir]\toolchains\
.\ndk_integration.cmd [new-ndk-dir]
Comments
Post a Comment