Thread: Compiler Error Message

  1. #1
    Registered User
    Join Date
    Aug 2013
    Posts
    7

    Compiler Error Message

    Hello,
    I am work on a C++ project but I have problem that I need help with.
    Whenever I try to build my program I get a message that says:

    "uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...
    Nothing to be done."

    I do not know how to fix this problem could some please help me.

  2. #2
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    It seems pretty straight forward to me.

    We can't really help you without some idea of what IDE and compiler you are using - name and version. Then, if and only if necessary, we could test it on our end and tell you what to do.

  3. #3
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Step 1: Install a Compiler.
    Step 2: Configure the IDE to use the compiler.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler Error Message
    By explosive in forum C++ Programming
    Replies: 6
    Last Post: 11-04-2004, 06:35 AM
  2. compiler warning message
    By alice in forum C Programming
    Replies: 2
    Last Post: 04-18-2004, 12:53 PM
  3. DEV-C++ compiler message/
    By tu_user in forum C++ Programming
    Replies: 11
    Last Post: 01-18-2004, 01:56 AM
  4. G++ compiler's error message
    By Krem in forum C Programming
    Replies: 4
    Last Post: 09-10-2002, 04:45 PM
  5. Can't figure out compiler message please help
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 03-27-2002, 10:22 AM