Author Topic: Code::Blocks Won't compile my code  (Read 3654 times)

Graviox

  • Guest
Code::Blocks Won't compile my code
« on: August 20, 2010, 02:01:25 am »
Ok guys, I've done a fresh install of Code::Blocks 10.5 in my windows 7 machine, it came with MinGW compiler and I already set it up in the toolchain tab of the compiler settings so it SHOULD do everything right since it knows where the compiler is, but still when I try to build the log just shows "Nothing to be done" and of course nothing happens, this is my first time using it and I've already read through almost all the forums and there is no answer for this, so....

What could be the problem?


Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9695
Re: Code::Blocks Won't compile my code
« Reply #1 on: August 20, 2010, 06:22:26 am »
What could be the problem?
Could you post the full build log (see my sig)? Did you check you ave write permissions? Is your application probably indeed already compiled? Do you have an executable? Is the date of your files correct and not in the future?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ