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.

CCS 5.0.2 Exception: org.eclipse.core.internal.dtree.NoDataDeltaNode

Other Parts Discussed in Thread: OMAP-L138

CCS 5.0.2
OMAP-L138 (C674x Project)
Codegen 7.2.0 (COFF)

I keep getting the following error popping up:

It appears connected to getting a linker warning.  For example, in the attached project I intentionally commented out the placement of .stack and that will cause this error to appear.  The only way to stop it from popping up (on my setup) is to fix all linker warnings, clean the project, build the project.  I've attached my absurdly simple project and I hope you can reproduce the issue!

Brad

test.zip
  • FYI, looks like any error/warning will cause the problem to appear.  For example adding this line to main will also cause the issue to appear:

    int i;

    Can someone please let me know if you see this same issue or if something is messed up in my installation?

     

  • I have 5.0.2 build 6 installed, I imported your project and built without any issues for me. Could you send/attach your workspace .log file? It should have more details as to what might be causing this. Log file should be in WorkspaceRoot\.metadata directory. 

     

    martin