Product affected: Intel® System Studio 2015
OS affected: Windows OS, Linux OS
NDK affected: r10 (64-bit target), r10b (64-bit target)
Issue
Using the ndk integration script to add the Intel® C++ Compiler as additional toolchain to the Android* NDK versions r10 or r10b 64bit target does not work. The compiler toolchain will not be added to the NDK even if there is a success message.
Steps to reproduce:
1.Install 64-bit Android NDK r10 or r10b (suppose, it was installed into <NDK_DIR>)
2.Install Intel® System Studio 2015 (suppose, it was installed into <ISS_INSTALL_DIR>)
3.Open command prompt and change directory to <ISS_INSTALL_DIR>\toolchains\
4.Run the following command:
Windows OS: ndk_integration.cmd /f <NDK_DIR>
Linux OS: ndk_integration.sh -f <NDK_DIR>
5.As the result you will see: "Info: Integration completed.", but Intel C++ 64-bit toolchain is not installed into NDK
Workaround:
- Manually copy <ISS_INSTALL_DIR>\toolchains\r9\x86_64-icc15.0.* directory to<NDK_DIR>\toolchains\x86_64-icc15.0.*