코딩Coding/make★gcc★&g++★clang★compiler

C++]gcc로 컴파일 하는 방법(./ a.out 검색하다가 알게 됨)

내인생PLUS 2021. 11. 29. 12:52
728x90

https://seamless.tistory.com/m/2

 

gcc로 컴파일 하는 방법

1. gcc 동작 과정 gcc 원래는 GNU C Compiler를 의미 했지만 1999년부터 GNU Compiler Collection을 의미한다. gcc가 실행시키는 프로그램 cpp 전처리기 cc1 컴파일러 as 어셈블러 ld 링커 1) 전처리 단계 소스 파..

seamless.tistory.com

 

내가 공부하려고 따로 정리함

https://github.com/YoungHaKim7/Shell_Script




 

GitHub - YoungHaKim7/Shell_Script: My Youtube Channel - GlobalYoung https://www.youtube.com/@GlobalYoung7

My Youtube Channel - GlobalYoung https://www.youtube.com/@GlobalYoung7 - GitHub - YoungHaKim7/Shell_Script: My Youtube Channel - GlobalYoung https://www.youtube.com/@GlobalYoung7

github.com

 

 

 

 


 

 






C++]gcc로 컴파일 하는 방법(./ a.out 검색하다가 함)




http://doc.kldp.org/KoreanDoc/html/gcc_and_make/gcc_and_make-2.html

 

gcc와 make 강좌: gcc 강좌

디렉토리명은 -I 라는 문자 바로 다음에 붙여서 씁니다. 즉 -I <디렉토리>라는 식이 아니라 -I<디렉토리> 입니다. 또한 유닉스에 있어 표준 헤더 화일 디렉토리는 /usr/include 라는 사실을 기억하시기

doc.kldp.org

 


다른 글


Installing the GCC(C++ Compiler in macOS)& ❤️Apple M1 프로세서가 탑재된 최신 MacBook의 경우(경로 -
https://economiceco.tistory.com/m/11653

 

Installing the GCC(C++ Compiler in macOS)& ❤️Apple M1 프로세서가 탑재된 최신 MacBook의 경우(경로

저는 M1맥프로 에서 XCode를 앱스토어 받았습니다. 거기에 C++,GCC컴파일러 다 있습니다. XCode 12G기가라 설치 엄청나게 오래 걸립니다. 너무 오래 걸려서 컴퓨터 멈춘줄 알았습니다ㅋㅋㅋㅋ. cpp파일

economiceco.tistory.com









반응형