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

Failed to execute xilink.exe

dnesteruk
Beginner
449 Views

I’vе just соnvеrtеd а VS2010 рrоjесt tо usе Intеl С++ 14. Whеn I try tо соmрilе, I gеt thе fоllоwing:

Error  3  error TRK0002: Failed to execute command: ""C:\Program Files (x86)\Intel\Composer XE 2013 SP1\bin\Intel64\xilink.exe" @C:\Users\Dmitri\AppData\Local\Temp\tmpb0f17cd220244f1aaea223a909ed1515.rsp". The operation identifier is not valid.  C:\Dropbox\Projects\Commercial\Fixer\src\Fixer\TRACKER  Fixer

Неlр аррrесiаtеd! I'm willing to provide the project files if anyone is prepared to debug this.

0 Kudos
1 Solution
JenniferJ
Moderator
449 Views

there is a bug in the conversion. it leaves the toolset to VC2010 still. change it to VC2012 (vc110) in the project property, and it should build fine.

Jennifer

View solution in original post

0 Kudos
1 Reply
JenniferJ
Moderator
450 Views

there is a bug in the conversion. it leaves the toolset to VC2010 still. change it to VC2012 (vc110) in the project property, and it should build fine.

Jennifer

0 Kudos
Reply