- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I am using Intel Composer XE 2013 with Visual Studio 2010 SP1 and when I reach step: "Build Using PGO and run" I gat a strange error message. I think it is in connection with Intel C++ Compiler.
I created a very simple console project(attached the source) and the error message in the release_pg directory is below. What can be the problem here?
Regards,
Zsolt
Build started 2013.01.03. 14:43:18. 1>Project "c:\Users\Zsolt\documents\visual studio 2010\Projects\tesztcppconsole\tesztcppconsole\tesztcppconsole.vcxproj" on node 2 (build target(s)). 1>InitializeBuildStatus: Creating "Release_PG\tesztcppconsole.unsuccessfulbuild" because "AlwaysCreate" was specified. MessageBuildingWithCompiler: Building with Intel(R) C++ Compiler XE 13.0 ClCompile: ***** ClCompile (Win32 - Intel C++) All outputs are up-to-date. C:\Program Files\Intel\Composer XE 2013\bin\ia32\icl.exe /c /Qvc10 /Qlocation,link,"$(VCInstallDir)\bin" /Zi /nologo /W3 /O2 /Oi /Qipo /Qftz- /D WIN32 /D NDEBUG /D _CONSOLE /D _UNICODE /D UNICODE /EHsc /MD /GS /Gy /fp:fast /QxHost /Zc:wchar_t /Zc:forScope /Qprof-use /Qprof-dir "c:\Users\Zsolt\documents\visual studio 2010\Projects\tesztcppconsole\tesztcppconsole\Release_PG\\" /Fo"Release_PG\\" /Fd"Release_PG\vc100.pdb" /Gd /TP tesztcppconsole.cpp tesztcppconsole.cpp error #30008: Unable to create lock file, c:\Users\Zsolt\documents\visual studio 2010\Projects\tesztcppconsole\tesztcppconsole\Release_PG" -diag_enable_disable_vector E:level3\pgopti.dpi.lock. 1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\PlatformToolsets\Intel C++ Compiler XE 13.0\Microsoft.Cpp.Win32.Intel C++ Compiler XE 13.0.targets(272,5): error MSB6006: "icl.exe" exited with code 1. 1>Done Building Project "c:\Users\Zsolt\documents\visual studio 2010\Projects\tesztcppconsole\tesztcppconsole\tesztcppconsole.vcxproj" (build target(s)) -- FAILED.
Build FAILED.
Time Elapsed 00:00:00.11
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
Sergey Kostrov wrote:In which directory do you mean? I created a file pgopti.dpi.lock in C:\Users\Zsolt\Documents\Visual Studio 2010\Projects\tesztcppconsole\tesztcppconsole\Release_PG. But the message is the same. I also checked the access rights and everybody has full control to this release_pg library.>>...error #30008: Unable to create lock file...
It looks like an Access Rights related problem for release_pg directory but I could be wrong. I would simply try to manually create a file in the folder.
- 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
- 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
Yes
- 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
VADIM G. (Intel) wrote:
Hi Zsolt,
Thanks for reporting the issue! This is a bug in icl. Currently it's assigned to the appropriate engineer and will be fixed in one of the updates.
As a workaround, try to avoid spaces in paths. You may use non default Profile Directory path. Open PGO dialog and change Profile Directory from $(IntDir) to "c:\temp\profile".Regards,
Vadim G.
Thanks Vadim for the work around.
Regards
Anoop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Zsolt
We believe the issue fixed now. I will let you know when this is pushed to production for customers. Again thanks for reporting this issue.
Regards
Anoop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Zsolt,
This issue is fixed. Please use the latest version of the Intel C++ Compiler.
Thanks and Regards
Anoop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sergey Kostrov wrote:
>>...error #30008: Unable to create lock file...
It looks like an Access Rights related problem for release_pg directory but I could be wrong. I would simply try to manually create a file in the folder.
It looks more like compiler generated error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Greetings,
a quick Google search gave me that there is issue "DPD200239855" in Intel internal tracker about this.
It looks like it was resolved in 2013, March, by Update 3: https://software.intel.com/en-us/articles/intel-composer-xe-2013-compilers-fixes-list
Best
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Or was not (fully)?

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