Thread: CodeBlock

  1. #1
    Registered User
    Join Date
    Sep 2011
    Posts
    1

    CodeBlock

    I have just downloaded the codeblocks-10.05mingw-setup.exe and ihave successfully installed.. I have selected the compiler "GNU GCC Compiler". When i am trying to excute my code it is giving error "uses an invalid compiler Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
    Nothing to be done.

    What could be the issue?

  2. #2
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949
    I found these possibilities:
    1. User does not have an compiler installed
    2. C::B is not configured right to use the installed compiler
    3. The user did NOT install the Compiler Correctly; example missing part of the MinGW installation
    4. The user's project uses a different Compiler than the one they configured.


    On the CodeBlocks Help Forum
    Quote Originally Posted by anduril462 View Post
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old....
    Quote Originally Posted by quzah View Post
    ..... Just don't be surprised when I say you aren't using standard C anymore, and as such,are off in your own little universe that I will completely disregard.
    Warning: Some or all of my posted code may be non-standard and as such should not be used and in no case looked at.

  3. #3
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Just one quick word of advice:
    This forum is for question about the language C++, not its tools or compilers, though libraries might usually be acceptable.
    Simply put, you will likely find more help or better advice by choosing a forum wisely. For compilers and IDEs, the best place is usually their official forum.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. compiling on codeblock
    By h_howee in forum C++ Programming
    Replies: 11
    Last Post: 12-24-2005, 02:55 PM

Tags for this Thread