원인

프로젝트 가져오기 기능을 수행한 이후 프로젝트 분석에 실패하는 경우가 있습니다. 이 때 가져온 프로젝트 관련 파일 경로의 길이가 지나치게 길지 않은지 확인해봐야 합니다.

해결방안

CT 환경설정으로 해결하는 방법

프로젝트를 가져올 때 기존 소스 코드와 툴체인 관련 코드를 저장하는 폴더[imported] 경로를 짧은 경로로 수정합니다.
  1. [제품 설치 경로]\plugins\com.codescroll.gp.rcp.helios_XXXXXX\plugin_customization.ini 파일 열기
    • 제품 설치 기본 경로: C:\Program Files\Suresoft\CT 2024
  1. com.codescroll.gp.prj/project.import.directory 주석(#) 해제
  2. imported 경로를 짧은 경로로 수정하기
    • 기본 경로 : %APPDATA%\CodeScroll\1.1\imported
수정 전
# When importing a project, enter the path to save the toolchain system header and source files. (The separator must be \\.)
# (default: %appdata%\\CodeScroll\\1.1\\imported)
# com.codescroll.gp.prj/project.import.directory=%appdata%\\CodeScroll\\1.1\\imported
수정 후
# When importing a project, enter the path to save the toolchain system header and source files. (The separator must be \\.)
# (default: %appdata%\\CodeScroll\\1.1\\imported)
com.codescroll.gp.prj/project.import.directory=D:\\imported

윈도우 설정에서 명령 프롬프트의 글자 수 제한을 늘리기
명령 프롬프트의 글자 수 제한에 따라 분석 명령이 수행되지 않는 경우가 있습니다. 이 경우 윈도우에 설정된 명령 프롬프트의 글자 수 제한을 변경해야 합니다.
자세한 방법은 Microsoft의 문제 해결 가이드 를 참고하세요.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.