• CodeBlocks problem!
    5 replies, posted
Hello there. I recently started to learn some C++, and I faced a problem. When I try to compile simple HelloWorld console program, it says: "HelloWorld - Debug" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping... Nothing to be done. So, I go to the Settings -> Compiler and Debugger... I select Toolchain executables tab, there's: C:\MinGW in the compiler's installation category, and I don't have such file in my C: hard disk. There's also this note: NOTE: All programs below, must exist either in the "bin" sub-directory of this path or in any of the "Additional paths"... While I installed this program, I did the full install to the CodeBlocks, so I should have "bin" somewhere. There question is, where?
Have you looked into the Code::Blocks install folder ?
Yes...
[QUOTE=Masa_boy;38446585]Yes...[/QUOTE] Well it appears something fucked up during the install. Code::Blocks installs MinGW in its install folder (at least for me), and MinGW alone installs in C:\MinGW. You won the right to reinstall MinGW. [url]http://www.mingw.org/[/url] Or, if you want to be sure that it's not installed on your computer, check your PATH. MinGW usually adds itself into PATH.
Download Codeblocks+MinGW.
Thank you, I fixed it! :D
Sorry, you need to Log In to post a reply to this thread.