News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

[SOLVED] Problems with toolchains path after a code::blocks/mingw installation

Started by khaoz, September 04, 2010, 11:47:14 PM

Previous topic - Next topic

khaoz

I have downloaded the file:

http://prdownload.berlios.de/codeblocks/codeblocks-10.05mingw-setup.exe

And installed. But i'm receving the error:


"AdaptFileToQuestor - Debug" uses an invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
Nothing to be done.


I have checked the paths and files and everything is ok.

Whant i need to do to get code::blocks up, running and compiling.

Thank You.

stahta01

What is yours toolchain path; and for which Compiler?

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

khaoz

Path:

C:\Program Files\CodeBlocks\MinGW\bin

I'm planning to use gcc/g++

Thank you.

khaoz

Ok. Fixed!

The problem was that in compiler and debug settings -> global compiler settings -> toolchain executables -> compiler installation directory was defined to C:\MinGW

Thank you!