Hi,
This morning, I installed the last Intel Professionel Edition for C++ 2015 update.
After that, I started getting an error every time I tried to compile my main project :
1>------ Build started: Project: libCommonRT, Configuration: Release x64 ------ 1>Build started 05/05/2015 10:42:55. 1>InitializeBuildStatus: 1> Touching "x64\Release\libCommonRT\libCommonRT.tlog\unsuccessfulbuild". 1>MessageBuildingWithCompiler: 1> Building with Intel(R) C++ Compiler XE 15.0 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\x64\PlatformToolsets\Intel C++ Compiler XE 15.0\ImportAfter\Intel.Libs.TBB.Intel C++ Compiler XE 15.0.targets(37,5): warning : Could not expand TBBIncludeDir variable. The registry information may be incorrect. 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\x64\PlatformToolsets\Intel C++ Compiler XE 15.0\ImportAfter\Intel.Libs.TBB.Intel C++ Compiler XE 15.0.targets(38,5): warning : Could not expand TBBLibDir variable. The registry information may be incorrect. 1>ClCompile: 1> ***** ClCompile (x64 - Intel C++) 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\x64\PlatformToolsets\Intel C++ Compiler XE 15.0\Toolset.targets(355,5): error MSB6006: "icl.exe" exited with code -1073741515. 1> 1>Build FAILED. 1> 1>Time Elapsed 00:00:00.07 ========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========
It compiles fine using Microsoft Visual C++ compiler.
It appears that even a simple "Hello World!" project reproduces the error if compiled for x64 target. I attached this project that does not compile using Intel C++ Compiler for a x64 target, with the same error :
1>------ Build started: Project: Project2, Configuration: Release x64 ------ 1>Build started 05/05/2015 10:55:29. 1>PrepareForBuild: 1> Creating directory "C:\Users\hc237996\Documents\Visual Studio 2013\Projects\Project2\x64\Release\". 1> Creating directory "x64\Release\Project2.tlog\". 1>InitializeBuildStatus: 1> Creating "x64\Release\Project2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. 1>MessageBuildingWithCompiler: 1> Building with Intel(R) C++ Compiler XE 15.0 1>ClCompile: 1> ***** ClCompile (x64 - Intel C++) 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\x64\PlatformToolsets\Intel C++ Compiler XE 15.0\Toolset.targets(355,5): error MSB6006: "icl.exe" exited with code -1073741515. 1> 1>Build FAILED. 1> 1>Time Elapsed 00:00:00.66 ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
It does compile for a Win32 target. I tried restarting my computer after last updates but it did not change anything.
Have anyone met this same problem after last update?
Thanks,
Hamza