Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Compiler crashes on Vista x64 and VS2010 & 2008

Elco_Jacobs
Beginner
225 Views
I have a problem with the Intel C++ compiler on Vista x64.
When I try to compile my project in either VS2008 or VS2010 using the intel compiller it instantly crashes.

A windows popup appears for the app crash (Intel C/C++) compiler has stopped working) with the following problem details:

Problem signature:
Problem Event Name: BEX
Application Name: icl.exe
Application Version: 12.1.0.0
Application Timestamp: 4e9536e4
Fault Module Name: icl.exe
Fault Module Version: 12.1.0.0
Fault Module Timestamp: 4e9536e4
Exception Offset: 000d9abf
Exception Code: c000000d
Exception Data: 00000000
OS Version: 6.0.6001.2.1.0.256.1
Locale ID: 1043
Additional Information 1: 2ae0
Additional Information 2: a1a2ee344521728a574aeb5b0ea6e06a
Additional Information 3: 3166
Additional Information 4: d5118af39cd75c5a1b10b347ac8caad2


The build output is this:
C:\\Program Files (x86)\\MSBuild\\Microsoft.Cpp\\v4.0\\Platforms\\Win32\\PlatformToolsets\\Intel C++ Compiler XE 12.1\\Microsoft.Cpp.Win32.Intel C++ Compiler XE 12.1.targets(213,5): error MSB6006: "icl.exe" exited with code -1073741811.

And the generated .bs file (VS2008):
/c /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_AFXDLL" /EHsc /RTC1 /MDd /GS /fp:fast /Fo"Debug/" /Fd"Debug/vc90.pdb" /W3 /nologo /Wp64 /ZI /Qvc9 /Qlocation,link,"C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\\\bin"
.\\utils.cpp
.\\timer.cpp
.\\otsu.cpp
.\\main.cpp
.\\find-rough-center.cpp
.\\ffos.cpp
.\\erosion.cpp
.\\center-of-gravity.cpp
.\\bounding-box.cpp

The project can compile on Windows XP with VS2010 (same project on the same machine, different boot partition).

Any help would be appreciated, because I don't use the xp partition for anything else.
0 Kudos
0 Replies
Reply