Eclipse + GCC(MinGW)

1. MinGW Download

https://sourceforge.net/projects/tdm-gcc/?source=typ_redirect


2. installation MinGW

3. Set path on windows


4. Eclipse setting

  • Window > Preferences > C/C++ > New C/C++ Project Wizard > Makefile Project
  • Binary Parsers selection : PE Windows Parser, Elf Parser and Move up to top
  • Builder Settings : Unset Use default build command, write mingw32-make.exe on the command line
  • mak new project with MinGW GCC


'▶ 이전글 > Programming' 카테고리의 다른 글

Eclipse - Tab, 공백(space) setting  (0) 2018.01.27
Eclipse Git 연동 - 2  (0) 2018.01.20
Eclipse Git 연동 - 1  (0) 2018.01.20
Eclipse Theme - Darkest Dark Theme 설치  (0) 2018.01.19
플랫폼 만들기  (0) 2015.01.21