Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Lauch Failed no binaries
Lauch Failed no binaries [message #172969] Sat, 15 July 2006 10:49 Go to next message
Eclipse UserFriend
Originally posted by: vallinayag.yahoo.co.in

Hi

I am a newbie using Eclipse with CDT.

I try to run a C++ program and i am getting "Lauch Failed no binaries".
This is the case when i try to run with both Standard and Managed projects.

I have installed cygwin and it contains g++.

What should i do to overcome this error.

Please help me.. Thnks in Advance

Vallinaygam S
Re: Lauch Failed no binaries [message #172977 is a reply to message #172969] Sat, 15 July 2006 14:33 Go to previous message
Eclipse UserFriend
Vallinayagam Subramanian wrote:
> Hi
>
> I am a newbie using Eclipse with CDT.
>
> I try to run a C++ program and i am getting "Lauch Failed no binaries".
> This is the case when i try to run with both Standard and Managed projects.
>
> I have installed cygwin and it contains g++.
>
> What should i do to overcome this error.
>
> Please help me.. Thnks in Advance
>
> Vallinaygam S

A search for "launch failed" in the message headers for this group shows
26 hits... the one that is the most succinct in its recommended fix says
"You must choose PE Windows Parser at
Project->Properties->C/C++ Make Project->Binary Parser"

There are other messages that talk about mingw and system paths and
indeterminate intermittent problems etc., but at the core they're
getting at the fact that internally something has to (1) generate a
binary (you're probably in good shape there), (2) be able to find the
binary generated (you'd think if CDT built it, CDT could find it,
but...), and (3) that it has to *recognize* the binary *as* a binary.
That's where the "binary parser" comes into play.
--
RDS

Randy D. Smith randy (dot) d (dot) smith (at) intel (dot) com
Eclipse TPTP Committer, Platform Proj (data collection/agent controller)
Previous Topic:Control over the editor's Popup Menu
Next Topic:Launching app on Intel Mac
Goto Forum:
  


Current Time: Tue Jul 22 02:22:44 EDT 2025

Powered by FUDForum. Page generated in 0.29661 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top