문서의 이전 판입니다!
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 General → Paths and Symbols
Output Location
Tip
Troubleshooting
Ref