- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have to recurring issues with the Intel C++ Compiler for Windows 7 which were present in 11.x and are still present now we have upgraded to 12. We're using VS9.
1- Build Cancel:
When you cancel a build, mpcom and icl.exe continue running. If you forget this or fail to notice, e.g. to correct a quick glaring typo infront of you, very strange things happen starting with an error regarding the PCH.
2- Linker Crash:
This happens to us about 1 time in 3 when building our main source project.
1>------ Rebuild All started: Project: WW2, Configuration: Debug Win32 ------1>Compiling manifest to resources... (Microsoft VC++ Environment)1>Microsoft Windows Resource Compiler Version 6.1.6723.11>1>Copyright (C) Microsoft Corporation. All rights reserved.1>1>1>Linking... (Intel C++ Environment)1>ipo: warning #11073: tolua++.lib(tolua_map.obj): locally defined symbol __imp__strncat imported1>xilink: executing 'link'1>1>LINK : fatal error LNK1000: Internal error during LinkerMain1>1> Version 9.00.30729.011>1> ExceptionCode = C00000051> ExceptionFlags = 000000001> ExceptionAddress = 013283101> NumberParameters = 000000021> ExceptionInformation[ 0] = 000000081> ExceptionInformation[ 1] = 013283101>1>CONTEXT:1> Eax = 01328310 Esp = 003EEC5C1> Ebx = 02A1B2CE Ebp = 003EEC741> Ecx = 3FFF03E8 Esi = 3FFF04101> Edx = 40D86428 Edi = 40D864201> Eip = 01328310 EFlags = 000102021> SegCs = 00000023 SegDs = 0000002B1> SegSs = 0000002B SegEs = 0000002B1> SegFs = 00000053 SegGs = 0000002B1> Dr0 = 00000000 Dr3 = 000000001> Dr1 = 00000000 Dr6 = 000000001> Dr2 = 00000000 Dr7 = 000000001>
The work around is just to Build -> Project -> Build only {ProjectName} and linking completes happily.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Actually, happens to us on a number of different projects it seems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've seen this and it's a VC bug. See http://support.microsoft.com/kb/948127. Installing VS2008 SP1 solves the issue.
Jennifer
Jennifer

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page