- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
I use the Intel compiler with Visual Studio 2012. When i try to compile your project, you receive the following error message:
TRACKER : error TRK0002: cannot execute command: "C:\Windows\system32\icl.exe @C:\Users\Андрей\AppData\Local\Temp\tmpf7a7234dcd5842f8bf4d551ecf72fa3f.rsp". Error code FileTracker: 0xc1
Thought the problem was in the way to my home directory that contains Cyrillic, but no. I created a separate user and it had the same problems with the build of the project. What could be the problem?
Thanks!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you have "full control" permissions and sufficient space in those \AppData\Local\Temp\ folders?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tim Prince wrote:
Do you have "full control" permissions and sufficient space in those \AppData\Local\Temp\ folders?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
do you have VS2012 RTM? please upgrade to the latest update (update 4) and see if the problem goes away.
Jennifer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jennifer J. (Intel) wrote:
do you have VS2012 RTM? please upgrade to the latest update (update 4) and see if the problem goes away.
Jennifer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jennifer J. (Intel) wrote:
do you have VS2012 RTM? please upgrade to the latest update (update 4) and see if the problem goes away.
Jennifer
C:\>where icl C:\Program Files (x86)\Intel\Composer XE 2013 SP1\bin\intel64\icl.exe C:\Windows\System32\icl.exe
And again I do not understand why in the path of the file as there is in the system32 folder. Search using the console application "FIND" gave the following:
C:\>find "icl.exe" C:\Windows\System32\
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you haven't moved any compiler folders since installing, the installed shortcut C:\Windows\SysWOW64\cmd.exe /E:ON /V:ON /K ""C:\Program Files (x86)\Intel\Composer XE 2013 SP1\bin\ipsxe-comp-vars.bat" intel64 vs2012" will run the selected corresponding visual studio script as well as setting up the ICL paths. It would be preferable not to have any conflicting entries in the windows startup paths.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tim Prince wrote:
If you haven't moved any compiler folders since installing, the installed shortcut C:\Windows\SysWOW64\cmd.exe /E:ON /V:ON /K ""C:\Program Files (x86)\Intel\Composer XE 2013 SP1\bin\ipsxe-comp-vars.bat" intel64 vs2012" will run the selected corresponding visual studio script as well as setting up the ICL paths. It would be preferable not to have any conflicting entries in the windows startup paths.
Yes, that's right, in the shortcut prescribed the following path:
C:\Windows\SysWOW64\cmd.exe /E:ON /V:ON /K ""C:\Program Files (x86)\Intel\Composer XE 2013 SP1\bin\ipsxe-comp-vars.bat" intel64 vs2012"

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