블로그 이미지
SuperMjs

calendar

1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30

Notice

Eclipse에서..
Connot run program "make" : unknown reason 또는 Connot run program "bash" : unknown reason 등의 문제가 발생하는 경우

 1. Terminal에서 bash, make, gcc등 설치가 되어있는지 확인



2. Eclipse > Properties > C/C++ Build > Tool Chain Editor에서 자신이 원하는 환경에 맞는 GCC인가를 확인


 
3. Eclipse > Properties > C/C++ Build > Environment에서 PATH가 올바르게 설정되었는지 확인
- 현재 시스템의 PATH확인


- PATH가 다르게 적용된 경우 Eclipse의 PATH에 설정




∴ 위 세 가지를 확인하면 대부분의 문제는 해결 됨.


ps) 아래의 경우, GCC 선택이 잘못되어서 나타나는 경우일 수도 있음.(2번 방법으로 해결)
**** WARNING: The "Debug" Configuration may not build ****
**** because it uses the "Cygwin GCC" ****
**** tool-chain that is unsupported on this system. ****
 
posted by SuperMjs