News:

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

Main Menu

'Intel C/C++ Compiler' doesn't have correctly defined debugger!

Started by frepie, March 02, 2015, 09:19:09 PM

Previous topic - Next topic

frepie

Hi
Newbie here
I just installed Code::Blocks and upon opening it I get the error

     'Intel C/C++ Compiler' doesn't have correctly defined debugger!

Strange because Netbean seems to be running correctly.

I am running on Ubuntu 14.02

oBFusCATed

Settings -> Compiler -> Intel -> Toolchain executable -> Debugger, then choose "GDB/CDB Debugger : Default" and it should work just fine.
(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!]

frepie

I did as instructed but get the same error message. plus I get a yellow slide up message that says

    "can't find compiler executable in your configured search path's for Intel C/C++ Compiler"

I don't have intel C++ compiler, I have GCC compiler but when I select it, code blocks falls back to Intel's.

What is strange is that under my other user account on the same computer, code blocks works just fine with gcc as the selected compiler.
I tried to set gcc as default without any success, code blocks still tries to use intel's.

I compared both toolchain executables for both user accounts and they are identical..... :o

oBFusCATed

(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!]

frepie

The issue corrected itself after I logged out and then logged back in the problematic user. It seems the changes brought to the toolchain executables were enacted only after the new login.