Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: rods on November 21, 2007, 06:29:27 am

Title: How to use intel C plus plus Compiler v10 in Code::Blocks ?
Post by: rods 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
Title: Re: How to use intel C plus plus Compiler v10 in Code::Blocks ?
Post by: Biplab on November 21, 2007, 06:47:18 am
Can you provide more details??
Title: Re: How to use intel C plus plus Compiler v10 in Code::Blocks ?
Post by: pel 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.
Title: Re: How to use intel C plus plus Compiler v10 in Code::Blocks ?
Post by: Maciek 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.
Title: Re: How to use intel C plus plus Compiler v10 in Code::Blocks ?
Post by: pel 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...
Title: Re: How to use intel C plus plus Compiler v10 in Code::Blocks ?
Post by: JGM 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
Title: Re: How to use intel C plus plus Compiler v10 in Code::Blocks ?
Post by: pel 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.