- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was trying to compile exiting project with Intel® C++ Compiler XE 12.1.5.344 [IA-32] in visual studio 2005 in windows XP operating system. Earlier we were able to compile easily with vs2005 compiler and were using it for long time. With intel compiler, I was able to compile successfully in "debug" mode but not in "release" mode. Even in debug mode with "O2" optimization, it is not compiling. It gave me the following "out of memory" error.1>Compiling with Intel® C++ Compiler XE 12.1.5.344 [IA-32]... (Intel C++ Environment)1>.cpp1>Fatal compilation error: Out of memory asking for 54091784.1>icl: error #10298: problem during post processing of parallel object compilation1>Fatal compilation error: Out of memory asking for 54091784.1>icl: error #10298: problem during post processing of parallel object compilationFor release mode, I got the following error.1>Compiling with Intel® C++ Compiler XE 12.1.5.344 [IA-32]... (Intel C++ Environment)1>T.cpp1>Fatal compilation error: Out of memory asking for 2097160.1>icl: error #10298: problem during post processing of parallel object compilationI can easily notice increase in PF usage in windows task manager. My compiler command line options in debug mode :c /O2 /D "_SECURE_SCL" /D "_SECURE_SCL_THROWS" /D "TPAD_XL_VER_3_2_3" /D "IMT_ATF_TOS" /D "IMT_CONSOLE_HTML" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_CRT_NONSTDC_NO_WARNINGS" /D "_WIN32_WINNT=0x0501" /D "_WINDLL" /D "_MBCS" /EHsc /MDd /GS /fp:fast /Fo"Debug\\b\\I386/" /W3 /nologo /Zi /MP1Command line options in release mode:/c /O2 /D "_SECURE_SCL" /D "_SECURE_SCL_THROWS" /D "TPAD_XL_VER_3_2_3" /D "IMT_ATF_TOS" /D "IMT_CONSOLE_HTML" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_CRT_NONSTDC_NO_WARNINGS" /D "_WIN32_WINNT=0x0501" /D "_WINDLL" /D "_MBCS" /EHsc /MD /GS /fp:fast /Fo"Release\\a\\I386/" /W3 /nologo /Zi /MP1
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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