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

Use common project files for both Windows and Linux

Sandeep_Kandula
Beginner
368 Views

I tried Intel Parallel Studio XE 2011 in Windows 7 and it got integrated well with Visual Studio 2010.

The VC++ 2010 solution and project files which compile and built successfully with VC++ 2010 compiler will compile and built successfully with Intel C++ compiler.

Do Intel Parallel Studio XE 2011 can be integrated with Eclipse in Windows 7? If so, how to proceed?

Can I use the same VC++ 2010 solution and project files in Eclipse with Intel C++ compiler in Linux? If not , are there any party tools to achieve this requirement?

0 Kudos
2 Replies
kfsone
New Contributor I
368 Views
Take a look at "CMake".
0 Kudos
Sandeep_Kandula
Beginner
368 Views
For CMAKE, we need to create a Makefile which will be used to convert project files for respective compiler/IDE.In Visual Studio 2010, there is no option to export a makefile for existing VC++ 6project as available in Visual Studio/VC++ 6.

For example : Visual Studio 6 : http://www.ibm.com/developerworks/opensource/library/os-ecl-vscdt/
0 Kudos
Reply