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.

CC2652R: How does ccs make a linked file a real file copy?

Part Number: CC2652R


Tool/software:

Hi team,

This is post on customer's behalf. can you help?

I went in from the get started interface, I chose the example of 2652, and I chose zc_sampleapp, and I added it. But the files are all linked, the workspace is all empty folders, and how do I copy the files in the past?

The ccs guide did not find the relevant content, 6.1 was about adding files and file links, but there was no problem with me

Regards,

  • Hi Ying,

    Since these linked files are simply pointing to files located in the SDK, and I'm not aware of any simple CCS tool which can change this file type, you will need to manually delete them and directly replace them in your workspace with a physical copy of the original SDK file.  For example, sampleapp.c is located in <f2_sdk_directory>\source\ti\zstack\apps\sampleapp.

    Another option is to edit <f2_sdk_directory>\examples\rtos\CC26X2R1_LAUNCHXL\zstack\zc_sampleapp\tirtos7\ticlang such that each file path desired changes the action attribute from "link" to "copy" before importing the project into CCS.

    Regards,
    Ryan