Author Topic: Compiler Error  (Read 4764 times)

T3G FuZe

  • Guest
Compiler Error
« on: August 03, 2010, 09:16:51 pm »
This is what I get in the Build Log.

Code
"SayHello - 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 just started Learning today. How do I fix this?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Compiler Error
« Reply #1 on: August 03, 2010, 09:30:05 pm »
Probably the toolchain path within the compiler options is not setup correctly?!

I just started Learning today. How do I fix this?
Are you serious? What about checking the toolchain path int the compiler options??? :shock:
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

RascalRyuk

  • Guest
Re: Compiler Error
« Reply #2 on: August 07, 2010, 05:38:54 am »
Same here, its not working
I got the Right version with the compiler


NEEEVERMIND  ;D
I got it working, try going
settings -> Compiler and debugger -> Toolchain executables -> Auto-detect
« Last Edit: August 07, 2010, 05:49:08 am by RascalRyuk »

nieup17

  • Guest
Re: Compiler Error
« Reply #3 on: November 06, 2010, 02:21:06 pm »
hello I also had this problem and I couldn't fix it even with all the solution you proposed... too bad
But I fixed it!! I just didn't had "mingw32-gcc.exe" on my computer so no matter what the tool chain could be My laptop would never find it...
I had to download it, if you just google that you will see a direct link.
Hope this will help, or may be I was just stupid... :( 
« Last Edit: November 06, 2010, 02:40:12 pm by nieup17 »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Compiler Error
« Reply #4 on: November 06, 2010, 09:20:26 pm »
Hope this will help, or may be I was just stupid... :( 
Probably it's worth nothing that we have two installers: One with and one without any compiler. The latter is for people who already have their target compiler on their system (these are usually the most).
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