Author Topic: Intel C++ Compiler 10.1 & Code::Blocks 8.02  (Read 11375 times)

Offline asdz

  • Multiple posting newcomer
  • *
  • Posts: 16
Intel C++ Compiler 10.1 & Code::Blocks 8.02
« on: March 02, 2008, 08:17:43 pm »
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?
« Last Edit: March 02, 2008, 08:20:44 pm by asdz »

Offline asdz

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Intel C++ Compiler 10.1 & Code::Blocks 8.02
« Reply #1 on: March 15, 2008, 03:09:09 pm »
any help ??? :(

Offline Maciek

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Intel C++ Compiler 10.1 & Code::Blocks 8.02
« Reply #2 on: March 15, 2008, 07:12:03 pm »
You may find this thread: http://forums.codeblocks.org/index.php/topic,7326.msg57078.html relevant to your interests :) I'm afraid it's bad news, though.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Intel C++ Compiler 10.1 & Code::Blocks 8.02
« Reply #3 on: March 15, 2008, 07:59:24 pm »
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.

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: Intel C++ Compiler 10.1 & Code::Blocks 8.02
« Reply #4 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.
Life would be so much easier if we could just look at the source code.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Intel C++ Compiler 10.1 & Code::Blocks 8.02
« Reply #5 on: March 17, 2008, 05:15:01 pm »
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.

Offline asdz

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Intel C++ Compiler 10.1 & Code::Blocks 8.02
« Reply #6 on: March 20, 2008, 03:10:29 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?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Intel C++ Compiler 10.1 & Code::Blocks 8.02
« Reply #7 on: March 20, 2008, 11:46:31 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.

Offline asdz

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Intel C++ Compiler 10.1 & Code::Blocks 8.02
« Reply #8 on: March 21, 2008, 10:09:13 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!

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Intel C++ Compiler 10.1 & Code::Blocks 8.02
« Reply #9 on: March 21, 2008, 06:08:31 pm »
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.

Offline asdz

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Intel C++ Compiler 10.1 & Code::Blocks 8.02
« Reply #10 on: March 25, 2008, 06:27:42 pm »
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!