Author Topic: Debugger and auto detect  (Read 5982 times)

Offline nxt234

  • Single posting newcomer
  • *
  • Posts: 2
Debugger and auto detect
« on: February 12, 2011, 05:34:18 pm »
I bought a book about C++ and it came with a CD. The CD had CodeBlocks 8.0.2. I have a windows 7 laptop and when i was  starting the program i did everything the book told me and it say "Test - Debug" uses an invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]. Skipping...
Nothing to be done.

So i click debug> Start and it say that the debug couldn't run. So i went to Compiler and Debugger and went to ToolChain exe. Then i clicked auto detect and it say could not auto detect would you like to this compiler's default installation directory and i said yes and it didnt work. i need help.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: Debugger and auto detect
« Reply #1 on: February 12, 2011, 06:01:55 pm »
Some suggestions :
- forget about 8.02
- install newer version of MinGw system (debugger and compiler) here : http://tdm-gcc.tdragon.net/
- download a more recent version, a nightly build version for example : http://forums.codeblocks.org/index.php/board,20.0.html

Offline nxt234

  • Single posting newcomer
  • *
  • Posts: 2
Re: Debugger and auto detect
« Reply #2 on: February 12, 2011, 06:21:28 pm »
Thank you sooooo much now it works. The book doesn't tell you what you need to get it to work.