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

Cannot locate ICProjConvert

Engin_F_
Beginner
517 Views

Hello,

I want to use Intel complier within a cmake configured project. To achieve this, I am planning to use ICProjConvert but I cannot locate this executable on my system. 

I have been searching executable under folder which has path:

C:\Program Files (x86)\Intel\Composer XE 2013 SP1 

Could you please help on this issue?

Regards.

0 Kudos
3 Replies
Shenghong_G_Intel
517 Views

You may want to read below article:

https://software.intel.com/en-us/articles/ICProjConvert100

 

it should be in "<common files>\Intel\Shared Files\ia32\Bin" folder.

(common files, may be: C:\Program Files (x86)\Common Files or C:\Program Files\Common Files, check your system accordingly).

 

By the way, this tools is used to convert project from VS to Intel compiler, I am not sure whether it works for your case (cmake project?). You may have a try first.

 

Thanks,

Shenghong

0 Kudos
Engin_F_
Beginner
517 Views

Hello, 

Thank you so much. I couldn't locate <common_files>, now I've found appropriate file.

Cmake outputs a visual studio solution and then I think I can convert that project to an icproj.

Thank you so much for your considerable help.

0 Kudos
Shenghong_G_Intel
517 Views

Hi Engin,

Welcome. :) It will work if it is a visual studio solution.

Thanks,

Shenghong

0 Kudos
Reply