| Last Modified On : | November 16, 2008 9:51 PM PST |
Rate |
|
Thank you for your interest in this diagnostic message. We are still in the process of documenting this specific diagnostic.
Please let us know of your experience with this diagnostic message by posting a comment below. This will help us prioritize the order in which we document the diagnostics.
| March 18, 2009 5:19 PM PDT
Jennifer Jiang (Intel)
|
There was an issue in the older compiler when using the Vista. If you upgrade to the newer compiler, it should be fixed. For this type of question, please post to out C++ Forum - http://software.intel.com/en-us/forums/intel-c-compiler. |
| April 16, 2009 6:10 AM PDT
peter heppel |
Hi there. Just to let you know that I'm hitting this error with Intel(R) C++ 11.1.026 [IA-32] beta (Intel C++ Environment) good luck P |
| April 17, 2009 12:09 PM PDT
Daniel Droste |
Same here - have no idea what to do... 3>Compiling with Intel(R) C++ Compiler 11.1.049 [Intel(R) 64]... (Intel C++ Environment) 3>.\EditSecurityExchanges.cpp(9): catastrophic error: unable to obtain mapped memory (see pch_diag.txt) 3> IMPLEMENT_DYNAMIC(CEditSecurityExchanges, CPropertyPage) 3> ^ 3> 3>compilation aborted for .\EditSecurityExchanges.cpp (code 4) Could you at least remove the (see pch_diag.txt) text - or store a copy of this file somewhere. Funny thing: Works for the 'RELEASE' environment System is Vista-64/VS 2008 |
| April 17, 2009 3:57 PM PDT
Jennifer Jiang (Intel)
|
The pch_diag.txt is located at the .vcproj directory or the current directory. If you could send us a testcase through the C++ Forum, it would be great. Thanks! |
| June 15, 2009 10:44 AM PDT
ragster
|
I'm getting this error too (with Windows XP Professional SP3 and Intel(R) C++ Compiler 11.1.061 [IA-32]) I've looked for the pch_diag.txt - eventually did a full disk search - the file doesn't seem to exist. I'm getting this error when I try to compile one our substantial libraries (Compiles under VS 8 compiler OK, but was too large for the VS2005 - we had to split it then) - if I compile files one by one, they compile OK, if I try a general build, I get this error - not on the same file each time. Having compiled each file, it then refuses to link (no error, just doesn't do anything.) If I try to build, it attempts to recompile - and I get the error again. If there's anything I can send to help with diagnosing this issue, please let me know. Thanks, Richard |
| June 15, 2009 6:07 PM PDT
Jennifer Jiang (Intel)
|
Hi ragster, Could you post this to the C++ Forum? I have something for you to try, but would prefer to use a private thread that is only available for Forum posting. Thanks, Jennifer |
| June 24, 2009 3:41 PM PDT
whmoweryjr@yahoo.com
|
here is my error, copied right out of the command line useage of C++ compiler 11.1.035 first i set directory/folder using cd then i try a compile/link using many cpp and h-files C:Windowssystem32>cd C:UsersWHMoweryJrDocumentsDeepLearninToga 1.9DeepLea rninToga 1.9.6src C:UsersWHMoweryJrDocumentsDeepLearninToga 1.9DeepLearninToga 1.9.6src>icl /nologo /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"PGO/Toga.pch" /YX /F o"PGO/" /Fd"PGO/" /FD /O3 /G7 /GA /GF /Gs /Zm1000 /W5 /Qprof_gen /Qprof_dir"PGO/ " attack.cpp board.cpp book.cpp eval.cpp fen.cpp hash.cpp learn.cpp list.cpp mai n.cpp material.cpp move.cpp move_check.cpp move_do.cpp move_evasion.cpp move_gen .cpp move_legal.cpp option.cpp pawn.cpp piece.cpp posix.cpp probe.cpp protocol.c pp pst.cpp pv.cpp random.cpp recog.cpp search.cpp search_full.cpp see.cpp sort.c pp square.cpp trans.cpp util.cpp value.cpp vector.cpp /link /OUT:"PGODeepLearni nToga.exe" attack.cpp board.cpp C:Program Files (x86)Microsoft Visual Studio 9.0VCINCLUDEcrtdefs.h(29): cat astrophic error: unable to obtain mapped memory (see pch_diag.txt) #if defined(__midl) ^ |
| June 24, 2009 9:02 PM PDT
whmoweryjr@yahoo.com
| removing /YX switch got rid of this error for me... |
| July 16, 2009 9:48 PM PDT
George |
In my case, change /Yu flag to /Yc. If you are using Visual Studio, open the Property dialog, change the value of the item "C/C++ -> Precompiled Headers -> Create/Use Precompiled Header" to "Create Precompiled Headers (/Yc)". |
| August 26, 2009 2:23 AM PDT
Marian
|
Greetings, @Daniel Droste: You are probably using wxWidgets, I have this error when I compile 64-bit version of library, with my adjusted settings ("extra-hard-optimizations"). @Jennifer Jiang (Intel): I can send You BuildLog.htm for you to see my compiler settings for wxWidgets. The issue is only present when I use x64 compilation with my "extra-hard-optimizations" but not when using x86 /QxHOST profile with my "extra-hard-optimizations". When I disable "precompiled heareds" (remove /Yc or /Yu), as @"whmoweryjr (at ) yahoo.com" and @George suggested, it is all fine. version: "Intel(R) C++ 11.1.038 [Intel(R) 64]" @Jennifer Jiang (Intel): could You please give me a pointer to the right forum thread where I could post my BuildLog.htm + URL for download wxWidgets library? (It's GPL'ed so URL should not violate rules...). |
| August 26, 2009 9:50 AM PDT
Jennifer Jiang (Intel)
|
Hi Marian, The C++ forum is at "http://software.intel.com/en-us/forums/intel-c-compiler". You can create a new thread with the build log. It would be nice to have a testcase. Thank you! Jennifer |
| October 6, 2009 9:38 AM PDT
dan saalfeld |
Just started getting this error message as well with 11.1.046 on Vista Ultimate after adding the /Qopenmp flag to a build (haven't actually put in any openMP directives/code yet). Project builds fine if I use either /Qopenmp or /Yu but using both gives me the error. ~dan |

English | 中文 | Русский | Français
Jennifer Jiang (Intel)
|
Mark Roden
I'm getting this error.
How do I fix it?
Seems you know it exists.
Any hints?
Thanks,
Mark