Author Topic: Noob needd help  (Read 22875 times)

Offline maxlol

  • Single posting newcomer
  • *
  • Posts: 4
Noob needd help
« on: November 19, 2010, 05:45:46 am »
I Followed this guide : http://www.cprogramming.com/code_blocks/
installed and followed all the directions.  I tried to compile and run the final product.

I keep getting the same log:

"again - Release" 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...


I am running windows 7 32bit.

If theres any more information you need from me in order to help, tell me and I'll see what i can do.

Offline xunxun

  • Almost regular
  • **
  • Posts: 187
Re: Noob needd help
« Reply #1 on: November 19, 2010, 05:56:16 am »
Did you configure your compiler?
Settings-Global compiler settings-Toolchain executables
Regards,
xunxun

Offline maxlol

  • Single posting newcomer
  • *
  • Posts: 4
Re: Noob needd help
« Reply #2 on: November 19, 2010, 07:03:14 am »
I tried but it says " Could not auto-detect installation path of "GNU GCC Compiler"... Do you want to use this compiler's default installation directory?"
I press OK and it shows C:\MinGW. Which doesn't exist.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Noob needd help
« Reply #3 on: November 19, 2010, 07:32:16 am »
I tried but it says " Could not auto-detect installation path of "GNU GCC Compiler"... Do you want to use this compiler's default installation directory?"
I press OK and it shows C:\MinGW. Which doesn't exist.
So why not do the simple thing: just chose the compilers installation directory manually (if a compiler is installed, if not install it).

Offline maxlol

  • Single posting newcomer
  • *
  • Posts: 4
Re: Noob needd help
« Reply #4 on: November 19, 2010, 07:51:31 am »


I think I tried that also, but it still says it doesn't work.

And when you say install one manually, was that part of the tutorial? I'm sorry for my ignorance but i am very new to this.  :?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Noob needd help
« Reply #5 on: November 19, 2010, 08:00:06 am »


I think I tried that also, but it still says it doesn't work.

And when you say install one manually, was that part of the tutorial? I'm sorry for my ignorance but i am very new to this.  :?
You should know, whether it's part of the tutorial or not.
I never read it, and it is nor maintained by us, so you have to ask the authors of the tutorial.

And of course you should know whether you have a compiler installed or not.
Whho else should know what you do on your system.

Did you use the official installer (with mingw-included or not), if yes which version, or are you using a nightly build ?

Offline maxlol

  • Single posting newcomer
  • *
  • Posts: 4
Re: Noob needd help
« Reply #6 on: November 19, 2010, 08:08:51 am »
OK i think i found the problem, looking back i downloaded the wrong version of codeblocks, the one without mingw, so it makes sense as to why the file doesn't exist.

I appreciate your help though, I can see you may be a little frustrated with someone as stupid as me, and I apologize, but thanks anyways.