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.
Hi
I use XDS560 PCI to debug DSP side of DSPLink application on DaVinci processor (DM3730) and CCS5.1 for Windows. When I start debug session I can watch local variables and see all the class members, but only local variables are with known type and value. Static members initialized outside the class are with unknown type and value is "Error: location is not readable"
What should I do to track/watch these static members?
Thank you
Konrad
Hi Konrad,
My apologies for the late reply. If this is still an issue, could you let me know which version of the C6000 compiler you are using (I am assuming you are using the TI compiler) and your full build options. This will help us try to reproduce the issue.
Thanks
ki
Hi Ki-Soo,
Please find attached a testcase to reproduce this issue (seems to be an issue with CCSv5.2.0.00069 as well).
Build the Debug configuration, load the .out file and observe the following in the expressions view:
So viewing the class variables via a class pointer fails, but viewing them directly works fine.
-Matti