Toggle theme
문제를 잘 정의하는 것은 문제를 절반 해결한 것이다. - 2023.12
사용자 도구
Toggle theme
로그인
사이트 도구
검색
도구
문서 보기
이전 판
PDF로 내보내기
Fold/unfold all
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
현재 위치:
start
»
wiki
»
eclipse
»
cdt
wiki:eclipse:cdt
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
====== CDT ====== <WRAP left notice 80%> * description : Eclipse에서 c, cplusplus 개발 방법 기술 * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-05-19 </WRAP> <WRAP clear/> ===== 설치 ===== [[https://www.bogotobogo.com/cplusplus/eclipse_CDT_JNI_MinGW_64bit.php|ECLIPSE CDT & JNI (JAVA NATIVE INTERFACE) WITH 64 BIT MINGW - 2020]] \\ ===== 강좌 ===== [[https://www.youtube.com/playlist?list=PL-suslzEBiMrqFeagWE9MMWR9ZiYgWq89|Linux C Programming]] \\ [[https://www.youtube.com/watch?v=DIaRhRgNfx4|Importing C Code Files Into Eclipse]] \\ ===== Cross GCC vs Linux GCC(Native) ===== 컴파일한 바이너리가 다른 곳에서도 사용 가능 ===== C/Cplusplus 개발 ===== ==== library 등록(pthread, socket, 사용자 정의 라이브러리) ===== - Project -> Properties - C/Cplusplus Build -> Settings - Tool Settings -> GCC Linker -> Libraries pthread, iconv 처럼 해야됨 \\ [[https://wookiist.tistory.com/76|[Wiki] Ubuntu 환경의 Eclipse CDT에서 thread 사용시 undefined references with pthread create 가 뜨는 경우 해결 방법]] ==== -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 ==== 코드 스타일 지정(Formatter) ===== - Windows -> Preferences - C/Cplusplus -> Code Style -> Formatter - BSD/Allman 사용 - Mouse right click -> Source -> Format 실행 ===== Tip ===== [[https://youtu.be/UQ-QrdwjHMw|Detecting Memory Leaks With Valgrind]] \\ ===== Troubleshooting ===== ===== Ref ===== {{tag>주레피 cdt mingw dbcp}}
/volume1/web/dokuwiki/data/pages/wiki/eclipse/cdt.txt
· 마지막으로 수정됨: 2023/01/13 18:44 (바깥 편집)
문서 도구
문서 보기
이전 판
역링크
PDF로 내보내기
Fold/unfold all
맨 위로