Author Topic: [SOLVED] Problems with toolchains path after a code::blocks/mingw installation  (Read 15940 times)

Offline khaoz

  • Single posting newcomer
  • *
  • Posts: 4
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.
« Last Edit: September 05, 2010, 05:49:03 pm by khaoz »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Problems with toolchains path after a code::blocks with mingw installation
« Reply #1 on: September 05, 2010, 01:19:25 am »
What is yours toolchain path; and for which Compiler?

Tim S.
« Last Edit: September 05, 2010, 03:21:31 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline khaoz

  • Single posting newcomer
  • *
  • Posts: 4
Re: Problems with toolchains path after a code::blocks with mingw installation
« Reply #2 on: September 05, 2010, 05:26:15 pm »
Path:

C:\Program Files\CodeBlocks\MinGW\bin

I'm planning to use gcc/g++

Thank you.

Offline khaoz

  • Single posting newcomer
  • *
  • Posts: 4
Re: Problems with toolchains path after a code::blocks with mingw installation
« Reply #3 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!