Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Re: Please Help![Launch Failed,Binary not Found]
Re: Please Help![Launch Failed,Binary not Found] [message #481991] Tue, 25 August 2009 01:03 Go to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Forwarding this to the eclipse.tools.cdt group. CDT is the C/C++
Development Tools.


fatih kaplan wrote:
> fatih kaplan wrote:
>> hi fellas.i have a terrible problem.i looked everywhere on internet i
>> tried too many things but it didnt work.i have installed mingw without
>> mingw make because it was written in eclipse help.i am using eclipse
>> version 3.5 galileo.i installed c and c++ package.but when i try to
>> debug my code there is a problem window and there is writing launch
>> failed binary not found.what is the problem ? should i insatall mingw
>> make too ? or anything else.please help.
> aren't there anybody who can help me about this topic
Re: Please Help![Launch Failed,Binary not Found] [message #482048 is a reply to message #481991] Tue, 25 August 2009 09:03 Go to previous messageGo to next message
Dmitry Smirnov is currently offline Dmitry SmirnovFriend
Messages: 92
Registered: July 2009
Member
What kind of project was created in Eclipse?
Was compilation successfull?
Can you manually locate any .exe file?
Re: Please Help![Launch Failed,Binary not Found] [message #482088 is a reply to message #482048] Tue, 25 August 2009 10:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fatih_killer.hotmail.com

Dmitry Smirnov wrote:
> What kind of project was created in Eclipse?
> Was compilation successfull?
> Can you manually locate any .exe file?
the project was a c project.i tried a simple code to test to eclipse.
it was like

#include <stdio.h>
int main()
{
printf("hello\n");
return 0;
}


but everytime it says launch failed binary not found.i was thinkin that
after writing a code i have to press on debug button.i don't know what
is wrong.maybe i am making a mistake in using eclipse or installing eclipse.

i downloaded eclipse 3.5 from internet.unzipped it.downloaded mingw
except mingw make.but still eclipse does not work.
Re: Please Help![Launch Failed,Binary not Found] [message #482089 is a reply to message #482048] Tue, 25 August 2009 10:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fatih_killer.hotmail.com

Dmitry Smirnov wrote:
> What kind of project was created in Eclipse?
> Was compilation successfull?
> Can you manually locate any .exe file?
the project was a c project.i tried a simple code to test to eclipse.
it was like

#include <stdio.h>
int main()
{
printf("hello\n");
return 0;
}


but everytime it says launch failed binary not found.i was thinkin that
after writing a code i have to press on debug button.i don't know what
is wrong.maybe i am making a mistake in using eclipse or installing eclipse.

i downloaded eclipse 3.5 from internet.unzipped it.downloaded mingw
except mingw make.but still eclipse does not work.
Re: Please Help![Launch Failed,Binary not Found] [message #482097 is a reply to message #482089] Tue, 25 August 2009 11:27 Go to previous message
Eclipse UserFriend
Originally posted by: fatih_killer.hotmail.com

fatih kaplan wrote:
> Dmitry Smirnov wrote:
>> What kind of project was created in Eclipse?
>> Was compilation successfull?
>> Can you manually locate any .exe file?
> the project was a c project.i tried a simple code to test to eclipse.
> it was like
>
> #include <stdio.h>
> int main()
> {
> printf("hello\n");
> return 0;
> }
>
>
> but everytime it says launch failed binary not found.i was thinkin that
> after writing a code i have to press on debug button.i don't know what
> is wrong.maybe i am making a mistake in using eclipse or installing
> eclipse.
>
> i downloaded eclipse 3.5 from internet.unzipped it.downloaded mingw
> except mingw make.but still eclipse does not work.
>
thanks a lot dimitri smirnov and eric rizzo i solved the problem it is
not about installing but using the eclipse.thx
Previous Topic:The purpose of "favourite" settings for launchers?
Next Topic:Viewing OpenMP objects in the debugger
Goto Forum:
  


Current Time: Fri Apr 26 04:13:31 GMT 2024

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

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

Back to the top