This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello,
My customer experienced the following warning message and asked me the explanation and solution. Could you please advise?
>>>
Description Resource Path Location Type
#99922 C:\Users\Y539C~1.AAA\AppData\Local\Temp\{97BB1AE6-821C-4D55-8538-A56AD92B3B80}: Invalid CIE reference 0xffff0000 for the FDE at offset 0x00007466 in the .debug_frame section() AAA_AAA_AAA C/C++ Problem
<<<
(Note: "AAA" was customer-specific strings.)
- Background:
- From a successful project, some source files were selected to be converted to a library.
- A new project was created, the source files were put in, built. None of concerned problems here.
- The newly generated library file came back to the original project.
- The original project was built again -- Then the warning was generated.
- The error code 99922 -- None of clear hits on E2E and CCSv730 help.
To understand what happened, I need to reproduce this diagnostic ...
Hideaki Nambu said:#99922 C:\Users\Y539C~1.AAA\AppData\Local\Temp\{97BB1AE6-821C-4D55-8538-A56AD92B3B80}: Invalid CIE reference 0xffff0000 for the FDE at offset 0x00007466 in the .debug_frame section() AAA_AAA_AAA C/C++ Problem
I presume it is emitted during the link step. That being the case, the best way to reproduce the diagnostic is with the CCS project. Please submit it. See the article Project Sharing for the details of how to create a zip file. Then attach that file to your next post.
Thanks and regards,
-George
George and Archaeologist,
Thank you for your replies.
I duplicated the warning code and uploaded both the lib and main() projects.
CCS ver is 720 for my customer, 730 for me. Please tell me if it concerns.
The original project was blinky_cpu01.
The warning message in my CCS:
<Linking>
warning #99922:
C:\Users\123\AppData\Local\Temp\{8E77B2DA-FDA0-44BB-8345-63DCBAC9D8B3}:
Invalid CIE reference 0xff000000 for the FDE at offset 0x00001745 in the
.debug_frame section()
'Finished building target: blinky_cpu01_F2837xD_SysCtrl_Lib_01.out'
' '
**** Build Finished ****
Thank you for submitting a test case. I can reproduce the problem. I filed CODEGEN-4311 in the SDOWP system to have this investigated. You are welcome to follow it with the SDOWP link below in my signature.
Note the diagnostic is a warning, and not an error. An executable .out file is created. I'm sure it works. Though there might be some minor problems with debugging it.
Thanks and regards,
-George
George,
Thank you for your inputs.
We would wait for the investigation result.
p.s. I corrected the title: CCS v720: Build {error warning} code 99922