News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

C::B Can't find the installation folder for Intel C/C++ Compiler

Started by phazall, July 11, 2015, 08:30:23 PM

Previous topic - Next topic

phazall

EDIT: The problem has been fixed. I went to Project > Build Options and then set the compiler to the desired compiler.

I can't compile my program because I'm missing the Intel C/C++ compiler executable.

I don't even have that compiler installed on my windows 8.1 64-bit system! And, I have the MinGW compiler installed. I have in the compiler settings menu the GNU GCC compiler set as the default compiler, among a list of a plethora of other compilers to choose from, most of which I have never installed.

I have tried resetting my compiler settings to default, but C::B still gets hung up on the fact that it can't find the Intel C/C++ compiler.

Here's what it looks like with the default MinGW settings:


And this is the little bubble that pops up after I hit "OK":



Any ideas would be greatly appreciated!!!

oBFusCATed

Can you post the exact steps to reproduce the problem?
Reading your description I'm not really sure what you're complaining about.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

phazall

Certainly. I'm trying to compile a simple "Hello World" program, but am unable to do so because I am missing the Intel C/C++ compiler. However, I want to use the MinGW compiler. I don't even have the Intel C/C++ compiler installed on my system. I've included some pictures of my system in the above post.

scarphin

Are you sure mingw is the designated compiler for your project/target in 'project -> build options' menu item?

phazall

If by designated compiler you mean that I have set it as the default compiler, then yes, I am sure.

In fact, when I arbitrarily select another compiler in the drop-down menu, and set that as the default compiler, then click "OK", I still get the same popup shown in the second picture in my first post.

EDIT:

Sorry, I misread your comment. No, I did not. I switched it to that and then reset my settings to default. Everything works great! Thanks!