User forums > Help

Intel C++

(1/1)

fluoro:
Hi, I'm just wondering if it's possible to use Code::Blocks with Intel's C++ compiler?

polygon7:

--- Quote from: fluoro on July 27, 2005, 03:45:44 pm ---Hi, I'm just wondering if it's possible to use Code::Blocks with Intel's C++ compiler?

--- End quote ---
Yes,

* change MS Toolkit linker from cl.exe to icl.exe
* add <instalation path to the Intel C++>\Ia32\Bin to the "Programs -> Extra paths"
* add "-D_USE_INTEL_COMPILER" to "Compiler options"
* add <instalation path to the Intel C++>\Ia32\Include and \lib to the "Global compiler options -> Directories"
* add some options like "/QaxK" to the "Compiler options" (icl -help) voila. :)

takeshimiya:
And in linux the Intel Compiler is source and object compatible with GCC, so I suppose it would be simmilar to what fluoro said.

rickg22:
I added P7's info to the wiki.

http://wiki.codeblocks.org/index.php/Installing_a_supported_compiler#Configuring_CodeBlocks_to_use_the_Intel_C.2B.2B_Compiler

Navigation

[0] Message Index

Go to full version