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

Intel Compiler for IA-64 v11.0.075 Win32 - Internal Error: ECG_MODULE_ID_LRA_750

SergeyKostrov
Valued Contributor II
582 Views
*** Intel Compiler for IA-64 v11.0.075 Win32 - Internal Error: ECG_MODULE_ID_LRA_750 ***
0 Kudos
3 Replies
SergeyKostrov
Valued Contributor II
582 Views

Here is an output and I wonder if Intel C++ compiler software engineers could review why that error happens:

  ...
  C:\WorkEnv\AppsWorkDev\AppsTst\ItnTestApp>nmake debug

  Microsoft (R) Program Maintenance Utility Version 7.00.8882
  Copyright (C) Microsoft Corp 1988-2000. All rights reserved.

  icl @./BuildCfg/IccXxx.Bin64D.cfg -o ItnTestApp64D.exe

  Intel(R) C++ Compiler Professional for applications running on IA-64, Version 11.0
  Build 20090609 Package ID: w_cproc_p_11.0.075
  Copyright (C) 1985-2009 Intel Corporation.  All rights reserved.

  icl ItnTestApp.cpp /D_DEBUG /Od /Oi /W4 /I../../Include /I../../Common /I../../AppsS
  ca/ScaLib /debug:all /Qopenmp -o ItnTestApp64D.exe

  ItnTestApp.cpp
  *** ... Message: Compiling with Intel C++ compiler v11.0.075 ***
  *** ... Message: Configuration - Desktop - _WIN32_ICC - DEBUG ***
  *** ... Message: Compiling for Intel Processing Unit ( 64-bit / Itanium ) ***
  ...
  (0): internal error: ECG_MODULE_ID_LRA_750
  ...
  compilation aborted for ItnTestApp.cpp (code 4)
  NMAKE : fatal error U1077: 'icl' : return code '0x4'
  Stop.

  C:\WorkEnv\AppsWorkDev\AppsTst\ItnTestApp>
  ...

 

0 Kudos
SergeyKostrov
Valued Contributor II
582 Views
My current work is related to integration of Intel C++ compiler for IA-64 ( for Itanium architecture ) version 11.0.075 for Windows ( 32-bit ) with a scientific library and no more technical details, or a reproducer, could be provided. I wish I would have some hint on what could be possibly wrong.
0 Kudos
SergeyKostrov
Valued Contributor II
582 Views
>>...Intel C++ compiler for IA-64 ( for Itanium architecture ) version 11.0.075 for Windows ( 32-bit )... It is a cross-compiler and it allows to build 64-bit apps for Itanium architecture using a 32-bit Windows operating system. The problem I've described is reproduced on Windows 7 SP1 64-bit and Windows XP SP3 32-bit.
0 Kudos
Reply