News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Compiler Error

Started by T3G FuZe, August 03, 2010, 09:16:51 PM

Previous topic - Next topic

T3G FuZe

This is what I get in the Build Log.

"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?

MortenMacFly

Quote from: T3G FuZe on August 03, 2010, 09:16:51 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

RascalRyuk

#2
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

nieup17

#3
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... :( 

MortenMacFly

Quote from: nieup17 on November 06, 2010, 02:21:06 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]