News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Intel C++ Compiler 10.1 & Code::Blocks 8.02

Started by asdz, March 02, 2008, 08:17:43 PM

Previous topic - Next topic

asdz

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?

asdz


Maciek


Biplab

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. :)
Be a part of the solution, not a part of the problem.

yop

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.
Life would be so much easier if we could just look at the source code.

Biplab

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. :)
Be a part of the solution, not a part of the problem.

asdz

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?

Biplab

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. :)
Be a part of the solution, not a part of the problem.

asdz

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!

Biplab

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. :)
Be a part of the solution, not a part of the problem.

asdz

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!