Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: xunxun on November 13, 2010, 12:44:33 pm

Title: Intel Compiler 11&12 support in C::B on Windows VS2008 or VS2010
Post by: xunxun on November 13, 2010, 12:44:33 pm
I add the intel compiler 11&12 support (C/C++/Fortran) in C::B, and the patch only works on Windows and if you have VS2008 or VS2010.

Good luck! :P
Title: Re: Intel Compiler 11&12 support in C::B on Windows VS2008 or VS2010
Post by: oBFusCATed on November 14, 2010, 08:04:35 pm
....and the patch only works on Windows and if you have VS2008 or VS2010...
Why?
Title: Re: Intel Compiler 11&12 support in C::B on Windows VS2008 or VS2010
Post by: xunxun on November 15, 2010, 05:15:26 am
....and the patch only works on Windows and if you have VS2008 or VS2010...
Why?

Sorry for my expression. I mean if you have intel compiler 11-12 on VS2008 or VS2010, you can try this patch, because I only write for the two.
Title: Re: Intel Compiler 11&12 support in C::B on Windows VS2008 or VS2010
Post by: pclausen on November 23, 2010, 06:08:40 pm
We use Intel Compiler 10 on linux and CMake, but I have some issues with the parsing of output. Would your patch be of any interest for me ?

Maybe one of you can tell me in which files the configuration regex expressions in "Settings -> Compiler -> Intel C/C++ -> Other Settings -> Advanced Options -> Output parsing" are written?  I have improved the Intel 10 Linker and Compiler parsing somewhat and would like to share it with colleagues and other users. I would post the files once I know where they files are (I assume you can import them?) but I am not sure in which forum I should post it (here?).
Title: Re: Intel Compiler 11&12 support in C::B on Windows VS2008 or VS2010
Post by: Jenna on November 23, 2010, 10:13:00 pm
We use Intel Compiler 10 on linux and CMake, but I have some issues with the parsing of output. Would your patch be of any interest for me ?

Maybe one of you can tell me in which files the configuration regex expressions in "Settings -> Compiler -> Intel C/C++ -> Other Settings -> Advanced Options -> Output parsing" are written?  I have improved the Intel 10 Linker and Compiler parsing somewhat and would like to share it with colleagues and other users. I would post the files once I know where they files are (I assume you can import them?) but I am not sure in which forum I should post it (here?).
About the files the (user-created) regexes are stored in (and how to share them): http://forums.codeblocks.org/index.php/topic,13648.msg92594.html#msg92594 (http://forums.codeblocks.org/index.php/topic,13648.msg92594.html#msg92594)
Title: Re: Intel Compiler 11&12 support in C::B on Windows VS2008 or VS2010
Post by: bug1z on November 24, 2010, 09:23:06 pm
How this use?