Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: khaoz on September 04, 2010, 11:47:14 pm

Title: [SOLVED] Problems with toolchains path after a code::blocks/mingw installation
Post by: khaoz on September 04, 2010, 11:47:14 pm
I have downloaded the file:

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

And installed. But i'm receving the error:

Code
"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.
Title: Re: Problems with toolchains path after a code::blocks with mingw installation
Post by: stahta01 on September 05, 2010, 01:19:25 am
What is yours toolchain path; and for which Compiler?

Tim S.
Title: Re: Problems with toolchains path after a code::blocks with mingw installation
Post by: khaoz on September 05, 2010, 05:26:15 pm
Path:

C:\Program Files\CodeBlocks\MinGW\bin

I'm planning to use gcc/g++

Thank you.
Title: Re: Problems with toolchains path after a code::blocks with mingw installation
Post by: khaoz on September 05, 2010, 05:42:06 pm
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!