Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » binary not found
binary not found [message #1811029] Sat, 24 August 2019 07:25
Matthew Bartlett is currently offline Matthew BartlettFriend
Messages: 1
Registered: August 2019
Junior Member
basically every time i try to run or debug that i get the binary not found error.
i installed mingw, MSYS and msysDTK. i did that because i kept getting the g++ error. since the install of those the errors are gone but i keep getting the binary thing.
total noob here just starting out, have no idea what else to try. i cant really find a solution, been looking for a few hours and decided to just join the community.

#include <stdio.h>
#include <stdlib.h>
int main()
{ printf("Hello World");
return(0);
}

#include <stdio.h>
int main()
{ printf("Hello World");
return(0);
}

#include <stdio.h>
int main()
{ puts("Hello World");
return(0);
}
these i tried none work, need your help.
Previous Topic:Remote Debug
Next Topic:Template option for "CDT Cross GCC Built-in Compiler Settings"
Goto Forum:
  


Current Time: Fri Apr 19 22:47:09 GMT 2024

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

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

Back to the top