MinGW GCC 설치

1 개요[ | ]

MinGW GCC 설치

2 사전작업[ | ]

3 확인[ | ]

doscon
Copy
C:\Users\testuser>dir C:\MinGW\bin\gcc.exe /b
파일을 찾을 수 없습니다.

4 설치[ | ]

  • MinGW Installation Manager 실행
  • All Packages --- 목록에서 패키지 선택
[v] mingw32-gcc-g++ bin
[v] mingw32-gdb bin
( 의존성 패키지들이 자동으로 선택됨 )
  • 메뉴 Installation --- Apply changes
  • "Okay to proceed?" --- [Apply]
( 설치 진행됨 )
  • [Close]

5 확인 2[ | ]

doscon
Copy
C:\Users\testuser>C:\MinGW\bin\gcc.exe --version
gcc.exe (MinGW.org GCC-6.3.0-1) 6.3.0
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
doscon
Copy
C:\Users\testuser>C:\MinGW\bin\g++.exe --version
g++.exe (MinGW.org GCC-6.3.0-1) 6.3.0
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
doscon
Copy
C:\Users\testuser>C:\MinGW\bin\gdb.exe --version
GNU gdb (GDB) 7.6.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.

6 같이 보기[ | ]

7 참고[ | ]