Author Topic: How to use intel C plus plus Compiler v10 in Code::Blocks ?  (Read 9377 times)

Offline rods

  • Single posting newcomer
  • *
  • Posts: 2
How to use intel C plus plus Compiler v10 in Code::Blocks ?
« on: November 21, 2007, 06:29:27 am »
i use code::blocks svn 4639
the Global compiler settings have a Intel c plus plus Compiler v9 detault setting
i change the path and build file
Nothing,no build message

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: How to use intel C plus plus Compiler v10 in Code::Blocks ?
« Reply #1 on: November 21, 2007, 06:47:18 am »
Can you provide more details??
Be a part of the solution, not a part of the problem.

Offline pel

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: How to use intel C plus plus Compiler v10 in Code::Blocks ?
« Reply #2 on: January 01, 2008, 02:40:22 pm »
I would also like to know how to run intel c++ compilier v10 in Codeblocks IDE!? Does it work? As for private purposes intel C is free so why not use it...

using the search and reading some posts it seems some ppl achieved to set the v9 of intels c++ compiler as default compiler.

Edit: now i found out that intel C++ compiler needs a Visual studio IDE by M$  too bad.
« Last Edit: January 01, 2008, 03:25:58 pm by pel »

Offline Maciek

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: How to use intel C plus plus Compiler v10 in Code::Blocks ?
« Reply #3 on: January 01, 2008, 04:33:20 pm »
now i found out that intel C++ compiler needs a Visual studio IDE by M$  too bad.

It's hard to believe. Quick google search shows that it's also available on linux.

Offline pel

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: How to use intel C plus plus Compiler v10 in Code::Blocks ?
« Reply #4 on: January 01, 2008, 05:18:23 pm »
when i install the intel C++ compiler i get an error message by the installer because no MS visual studio IDE was found...

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: How to use intel C plus plus Compiler v10 in Code::Blocks ?
« Reply #5 on: January 01, 2008, 05:21:29 pm »
Edit: now i found out that intel C++ compiler needs a Visual studio IDE by M$  too bad.

A compiler is usually (not to say always) a command line application that take some files and options as input and produce the binaries as output, so it would never be tied to an IDE, unless a license says so, or is part of the GUI of the IDE code, what I don't think is the case :wink:.

Edit: I read the intel compiler page and indeed, it needs the M$ IDE beacuse it brings some headers and libraries to develop for some of the architectures supported by the compiler (including IA-32).

For IA-32 it says:

Quote
Use of command-line tools for building is supported only if one of the above required Microsoft development products is installed. The Microsoft Platform SDK alone is not sufficient.

For other platforms is not needed, only the M$ SDK
« Last Edit: January 01, 2008, 05:45:01 pm by JGM »

Offline pel

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: How to use intel C plus plus Compiler v10 in Code::Blocks ?
« Reply #6 on: January 01, 2008, 05:38:59 pm »
Edit: now i found out that intel C++ compiler needs a Visual studio IDE by M$  too bad.

A compiler is usually (not to say always) a command line application that take some files and options as input and produce the binaries as output, so it would never be tied to an IDE, unless a license says so, or is part of the GUI of the IDE code, what I don't think is the case :wink:.
sounds logical but i just forward what the msg box said... so how can i integreate intel c++ into codeblocks? Would someone please help me? I cant find the proper .exe compiler file and i dont know its name to set it as default compiler.