EASY7

gcc 본문

보안 공부/리눅스

gcc

E.asiest 2019. 8. 3. 12:18

gcc hello.c -o hello.out

./hello.out

 

 

gcc hello.c 하면 컴파일만 되어서

hello.o 생성됨.

 

 

c언어 컴파일 과정

  1. 컴파일 ( .c -------> .o )
  2. 링크 ( .o -------> 실행화일 a.out )

'보안 공부 > 리눅스' 카테고리의 다른 글

스니핑 도구 python snipy  (0) 2019.08.04
리눅스 디렉터리 구조  (0) 2019.08.03
CentOS install VMwaretools  (0) 2019.08.03
압축 해제  (0) 2019.08.03
kali linux  (0) 2019.08.02
Comments