▶ 이전글/Programming
Eclipse + GCC(MinGW)
좋은아침페스츄리
2018. 3. 10. 20:16
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