News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

can't find compiler executable in your configured search path

Started by kees, November 27, 2015, 06:15:24 PM

Previous topic - Next topic

kees

Hi,

I searched this forum for this topic, but cannot solve this.

I installed mingw gcc 5.2 x86_64 on windows 8.1 64
The compiiler is in the PATH and I can compile c++ files
I installed code::blocks
In Setting > Compiler I entered the following:
In Search directories for Compiler/Linker/Resource compiler I entered:
- C:\Program Files\mingw-w64\x86_64-5.2.0-posix-seh-rt_v4-rev1\mingw64\bin
In Toolchain executables, I navigated to the executables for
- C Compiler:             x86_64-w64-mingw32-gcc.exe
- C++ Compiler:         x86_64-w64-mingw32-g++.exe
- Linker dynamic:       x86_64-w64-mingw32-g++.exe
- Linker static:           x86_64-w64-mingw32-gcc-ar.exe
- Resource compiler: windres.exe
- make program:      mingw32-make.exe

But still I keep getting this error.

Any tips?

Thanks in advance,

Kees

raynebc

http://www.mingw.org/node/24/revisions/278/view
Quote from: MinGW install instructions
The default installation directory, as pre-configured within the installer, is C:\MinGW. Unless you are very sure you know what you are doing, you should not change this; in particular: never install MinGW into any directory which includes spaces in its absolute path name.

kees

Okay, that did the trick, I installed it in a directory without spaces in the path  :)

Thanx!