Thread: Eclipse CDT-showing error

  1. #1
    Registered User
    Join Date
    Mar 2011
    Location
    India ,Kerala
    Posts
    37

    Eclipse CDT-showing error

    Hello masters,
    I am beginers i installed Eclipse IDE for C/C++ Developers (Kepler Release).
    and instaled cygwin and set the path as ;C:\cygwin\bin.

    I can able to build but cant run
    when I Run as local ....
    shows error as
    Launch Failed : binary not found

    I am tired .. trying to make it clear..

    please help me

  2. #2
    Registered User
    Join Date
    Jan 2011
    Posts
    144
    Quote Originally Posted by thannara123 View Post
    Hello masters,
    I am beginers i installed Eclipse IDE for C/C++ Developers (Kepler Release).
    and instaled cygwin and set the path as ;C:\cygwin\bin.

    I can able to build but cant run
    when I Run as local ....
    shows error as
    Launch Failed : binary not found

    I am tired .. trying to make it clear..

    please help me
    Hi,
    A quick google search shows this:
    Launch Failed Binary not found eclipse for C in windows - Stack Overflow

    and
    c++ - launch failed. Binary not found - Stack Overflow

    hopefully it will solve the issue

    edit: I had a similar problem with minigw. Antivirus was detecting the .exe file after compiling and deleting it. Try to disable your antivirus, then compile and run!
    Last edited by bos1234; 08-23-2013 at 08:36 PM.

  3. #3
    Registered User
    Join Date
    Mar 2011
    Location
    India ,Kerala
    Posts
    37
    I was tried out it also but not worked ....

  4. #4
    Registered User ledow's Avatar
    Join Date
    Dec 2011
    Posts
    435
    Make sure you have a Run Configuration set up. The default Run button just runs a Run configuration. On Eclipse, it's under the Run menu, Run Configuration... and then create one relevant to your project.

    - Compiler warnings are like "Bridge Out Ahead" warnings. DON'T just ignore them.
    - A compiler error is something SO stupid that the compiler genuinely can't carry on with its job. A compiler warning is the compiler saying "Well, that's bloody stupid but if you WANT to ignore me..." and carrying on.
    - The best debugging tool in the world is a bunch of printf()'s for everything important around the bits you think might be wrong.

  5. #5
    Registered User
    Join Date
    Mar 2011
    Location
    India ,Kerala
    Posts
    37
    thanks for reply
    Now it is okay ...

  6. #6
    Registered User
    Join Date
    Jan 2011
    Posts
    144
    what was the fix?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 05-18-2012, 06:27 AM
  2. Code showing error
    By chaklader in forum C++ Programming
    Replies: 11
    Last Post: 01-25-2012, 06:58 AM
  3. Code showing error
    By chaklader in forum C++ Programming
    Replies: 5
    Last Post: 01-05-2012, 01:15 AM
  4. Replies: 2
    Last Post: 05-22-2011, 03:37 PM
  5. GDB showing memory error
    By SasDutta in forum C Programming
    Replies: 3
    Last Post: 12-17-2010, 01:51 PM