본문 바로가기
반응형

개발15

이클립스 오류 - 'Periodic workspace save.' has encountered a problem. 자바 이클립스 (Java eclipse) 프로그램 실행 중에 'Periodic workspace save.' has encountered a problem. 에러가 발생하는 경우가 있다. 그냥 놔둬도 될 것 같긴 하다. 하지만, 가끔 팝업창이 뜨는 것이 여간 성가신 것이 아니다. 주기적으로 저장공간(workspace)에 뭔가를 저장해야 하는데, 저장할 때 문제가 발생하는 것 같다. RemoteSystemsTempFiles에 metadata를 쓸수 없다고 한다. * 'Periodic workspace save.' has encountered a problem. 해결 방법은 간단하다. metadata를 쓸 수 있도록 RemoteSystemsTempFiles 폴더를 만들어 주면 된다. 위치는 다음과 같다. 본.. 2023. 10. 21.
퀄컴(Qualcomm)의 개발 도구(QXDM, QPST, QCAT, QACT, QDART, QSDK, QCMAP) 퀄컴(Qualcomm)은 1985년 설립된 세계적인 반도체 및 무선 통신 기술 기업으로서, 미국 캘리포니아에 본사가 있다. 모바일 통신, 무선 기술, 반도체 제조 등의 다양한 분야에서 혁신적인 솔루션을 개발하고 있으며, 전 세계에서 가장 많이 사용되는 모바일 칩셋을 생산하고 있다. 고성능과 고효율의 모바일 칩셋을 제공함으로써, 통신 반도체 분야의 선두를 달리고 있으며 엄청나게 많은 통신 표준 관련 특허를 가지고 있다. 먼저 퀄컴의 자회사인 qti를 알고 가자. * QTI(Qualcomm Technologies, Inc.) QTI는 퀄컴의 자회사로, 모바일 기술과 솔루션을 제공한다. QTI는 퀄컴의 모바일 플랫폼 기술을 개발하고, 디바이스 제조사와 네트워크 제공업체에 이를 제공한다. 특히 통신 기술, 프로.. 2023. 6. 6.
Helix QAC 문제 수정하기 HELIX-QAC.QAC.0911 Inserted '%1s' token in an attempt to continue parsing. Inserted ';' token in an attempt to continue parsing => 구분이 이상하다. 구조체 변수를 사용한다면 구조체가 정의되지 않았다. 구조체가 정의된 파일을 정확히 include 하고 있는지 확인하자. The distinction is strange. If a 'struct' variable is used, the 'struct' is not defined. Check that the structure is exactly including the defined file. HELIX-QAC.QAC.0818 Cannot find '%s' -.. 2022. 8. 17.
MISRA C:2021 Dir-4.3 Assembly language shall be encapsulated and isolated MISRA-C 2021. Dir 4.3 when a static function contains only variable declaration, asm and return statement This function contains a mix of in-line assembler statements and C statements. 코드 라인에 C 코드와 어셈블리어가 함께 포함되어 있을 때 발생한다. HELIX-QAC.QAC 3006 In-line assembler code has been encountered in a context where it is interspersed with C statements. Message 3006 will be generated on any function which i.. 2022. 8. 17.
반응형