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.

Code Composer Studio 6.2 Problems when compiled



I'm using CCS 6 with CC13xx's TI RTOS for library ad examples source. I have downloaded all the version 2.20.00.06 in local.

The problem is that when I import some example in CCS the first build does not cause problems, but when I rebuild (build, rebuild all, clean and rebuild) something goes wrong...

  • Hi,

    Which project is failing for you? I could not reproduce this issue with the projects I tried (C++ example, RF carrier wave).

    The first error mentions "rts6000/link.xdt", which is a file that is not related to the device you have.

    Regards,
    Rafael
  • Thanks for your support, the example is "empty example".

    I know that the file is not correlated, but I have this error every time

  • Hi,

    Unfortunately I couldn't reproduce this in my PC here. I am using the same version as you (2.21.00.06) and tried to build both empty examples:

    I see some files that do not seem to be part of the original project, such as Cassetta_pem3_pem3.c or Cassetta_pem3_pem3.h. Are you adding something to the empty project? 

    If not, I usually try to delete the output directory (Debug or Release) as all the files are re-created with a new build. This sometimes helps solve some of these strange build issues, as it is easy to find files that are corrupt or have read-only permissions (among other issues). 

    Hope this helps,

    Rafael

  • Thank you for your support, but I can't fix the problem. I will try other solutions with other OS.