User forums > Help
can't find compiler executable in your configured search path
(1/1)
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.
--- End quote ---
kees:
Okay, that did the trick, I installed it in a directory without spaces in the path :)
Thanx!
Navigation
[0] Message Index
Go to full version