Error-Launch failed. Binary not found, 해결방법 1 2 3
CODEDRAGON ㆍDevelopment/C, C++
반응형
오류 메시지
Launch failed. Binary not found.
원인
- 프로젝트 생성시 MinGW GC를 선택하지 않은 경우 발생할 수 있습니다.
- Run configuration에서 MinGW나 gcc 컴파일, 프로젝트 설정이 제대로 되지 않아 발생되는 문제일 수 있습니다.
해결방법 1
프로젝트 새로 생성
해결방법 2
프로젝트 폴더 선택 > 마우스 우클릭 >
Properties > Run/Debug Setting > New버튼 클릭
C/C++ Application 선택 > OK
Main 탭에서 C/C++ Application: 이 부분이 빈칸으로 되어있습니다.
C/C++ Application: Debug/Project명.exe |
Debug/Project명.exe 입력한 후 > OK
OK >
Build Project > Run
해결방법 3
Ctrl+B 단축키를 눌러 Build All 수행 >
Ctrl+F11 단축키을 눌러 Run실행
'Development > C, C++' 카테고리의 다른 글
Ex09-정적변수 (0) | 2015.07.08 |
---|---|
Error-Error exist in a required project. Continue launch? (0) | 2015.07.08 |
Error-The program file specified in the launch configuration does not exist filename.exe not found (0) | 2015.07.08 |
Error-cannot open output file filename.exe: Permission denied C/C++ Problem (0) | 2015.07.08 |
정적 변수(Static Variable) (0) | 2015.07.08 |