Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse does not create the exe-file in debug directory after successful build
Eclipse does not create the exe-file in debug directory after successful build [message #1171708] Tue, 05 November 2013 12:29 Go to next message
Gustav Schmalfuß is currently offline Gustav SchmalfußFriend
Messages: 1
Registered: November 2013
Junior Member
Hello everbody,

I started working with eclipse yesterday morning and after 15 hours of desperate trying and searching for solutions I still wasnt able to solve all problems, so I decided to ask for help.

I started a usual hello.cpp program as an Executable Empty C++-Project with the cygwin toolchain.

#include <iostream>
using namespace std;

int main() {
cout << "Hello, world!" << endl;
return 0;
}

I set the Cygwin PE and PE Windows Parser active and added the links "C:\cygwin64\usr\include" and "C:\cygwin64\lib\gcc\i686-pc-cygwin\4.7.3\include" to the Source Location in Properties -> C/C++ General -> Paths and Symbols. Without the link folders eclipse were not able to identify cout, endl and std. Now the program can be build without any errors, but there is no hello.exe folder in the debug directory and therefore the error "Launch failed. Binary not found." occurs when I try to run the program.

After so many hours, I'd really appreciate some help!

Greets, Gustav
Re: Eclipse does not create the exe-file in debug directory after successful build [message #1456923 is a reply to message #1171708] Thu, 30 October 2014 21:34 Go to previous message
carl johnsons is currently offline carl johnsonsFriend
Messages: 2
Registered: October 2014
Junior Member
I'm having the same problem
Previous Topic:Inconsistent compiler results
Next Topic:Newcomer! In need of some help.
Goto Forum:
  


Current Time: Wed Oct 09 04:53:45 GMT 2024

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

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

Back to the top