Tools/Eclipse
RSE project의 F3key symbol 등록하기
_Erato
2020. 2. 25. 16:10
RSE(remote로 makefile project를 진행할 때) 프로젝트에서 f3 key가 동작하지 않는다.
이는 tag 정보가 없기 때문이다.
이를 위해 다음과 같이 한다.
1. new project
new - other - c/c++ - makefile project with existing code 선택
2. project name를 입력
3. existing code location 입력
4. project에 오른쪽 마우스 클릭 - properties - c/c++ general - path and symbols에서 includes에 gnu c, gnu c++에 필요로 하는 경로 추가
5. apply and close
6. f3 key 동작 확인