CDT
설치
강좌
Cross GCC vs Linux GCC(Native)
C/Cplusplus 개발
library 등록(pthread, socket, 사용자 정의 라이브러리)
-fPIC 등록
Project → Properties
C/Cplusplus Build → Settings
Tool Settings → GCC Compiler → Miscellaneous
Position Independent Code (-fPIC) check!!
Makefile 자동생성
Project → Properties
C/Cplusplus Build
Builder Settings → Makefile generation
Generate Makefiles automatically 체크 후 Apply
소스 폴더 지정
Project → Properties
C/Cplusplus General → Paths and Symbols
Source Location
실행파일 종류 지정
Project → Properties
C/Cplusplus Build → Settings
Build Artifact
Artifact Type: 선택박스에서 Executable | Shared Library | Static Library 중 하나 지정
출력파일 지정
Project → Properties
C/Cplusplus General → Paths and Symbols
Output Location
Windows → Preferences
C/Cplusplus → Code Style → Formatter
BSD/Allman 사용
Mouse right click → Source → Format 실행
Tip
Troubleshooting
Ref