I am on a Windows XP platform...
I can't find the way to configure the above compiler with Code::Blocks 8.02...
I checked the wiki page, i tried http://wiki.codeblocks.org/index.php/Installing_a_supported_compiler#Configuring_CodeBlocks_to_use_the_Intel_C.2B.2B_Compiler but didn't work...
The only settings that Code::Blocks 8.02 has is only for Intel C++ Compiler 9...
Any hint?
any help ??? :(
You may find this thread: http://forums.next.codeblocks.org/index.php/topic,7326.msg57078.html (http://forums.next.codeblocks.org/index.php/topic,7326.msg57078.html) relevant to your interests :) I'm afraid it's bad news, though.
You'll need MS tools to use Intel C++ compiler; at least on Windows. So we need to detect the additional tools, MSVC compiler installation and Platform SDK, in order to use this.
I'm working on it now to fix the auto-detection on Windows. Hopefully I'll be able to commit it tomorrow. :)
When I added the support for intel compilers, icc 10.1 wasn't released (way before RC2 AFAIR). Most things there were tested to work with icc 9 and the major testing was under linux.
Quote from: yop on March 17, 2008, 09:18:38 AM
When I added the support for intel compilers, icc 10.1 wasn't released (way before RC2 AFAIR). Most things there were tested to work with icc 9 and the major testing was under linux.
I've modified the auto-detection code in such a way so that it can detect Intel C/C++ compiler 9.x or 10.x. It's in trunk now. :)
@asdz
Please download the next nightly and try working with Intel+C::B. :)
Quote from: Biplab on March 17, 2008, 05:15:01 PM
Quote from: yop on March 17, 2008, 09:18:38 AM
When I added the support for intel compilers, icc 10.1 wasn't released (way before RC2 AFAIR). Most things there were tested to work with icc 9 and the major testing was under linux.
I've modified the auto-detection code in such a way so that it can detect Intel C/C++ compiler 9.x or 10.x. It's in trunk now. :)
@asdz
Please download the next nightly and try working with Intel+C::B. :)
you mean that with the current version of C::B i cant use Intel Compiler 10.1 and have to wait for a future version?
Quote from: asdz on March 20, 2008, 03:10:29 AM
you mean that with the current version of C::B i cant use Intel Compiler 10.1 and have to wait for a future version?
You need to
manually edit the settings to add and use Intel compiler with C::B 8.02. The code change will be available in future nightly which shall be able to do that automatically.
Once I update the wiki, I'll post here. You need to follow the steps outlined in the wiki. :)
Quote from: Biplab on March 20, 2008, 11:46:31 AM
Quote from: asdz on March 20, 2008, 03:10:29 AM
you mean that with the current version of C::B i cant use Intel Compiler 10.1 and have to wait for a future version?
You need to manually edit the settings to add and use Intel compiler with C::B 8.02. The code change will be available in future nightly which shall be able to do that automatically.
Once I update the wiki, I'll post here. You need to follow the steps outlined in the wiki. :)
i am looking forward for the updated wiki!
Thanks for the help!
Quote from: asdz on March 21, 2008, 10:09:13 AM
i am looking forward for the updated wiki!
Thanks for the help!
I've updated the Wiki. You may follow the steps outlined there. :)
Quote from: Biplab on March 21, 2008, 06:08:31 PM
Quote from: asdz on March 21, 2008, 10:09:13 AM
i am looking forward for the updated wiki!
Thanks for the help!
I've updated the Wiki. You may follow the steps outlined there. :)
dude you
RULE!thank you 1,000,000,000,000 times!