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.

Linked folders in CCS4

Hello All, 

Hopefully a quick question.  How does one change the "location path" of a linked resource, other than deleting and creating it again.  

Deleting the linked folder (and creating it again) has the side effect of losing which files I maked as "exclude from build".

Thanks,

Paul

  • Hi Paul,

    If you are using a linked resource path variable, you can just redefine that variable. If your link uses an absolute path, you can try opening the .project file in your project folder and modifying the location for the linked resource

        <linkedResources>
            <link>
                <name>volume.c</name>
                <type>1</type>
                <location>C:/tutorial/sim64xx/volume1/volume.c</location>
            </link>
        </linkedResources>

    Hope this helps

    ki

  • That did it thanks.

    Paul