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/TMS320C6678: Change the link variable directory

Part Number: TMS320C6678

Tool/software: Code Composer Studio

Hi

My tools:

CCS: V7

OS: Win7

DSP: C6678

Board: Customized

I want to change the MCDSK_PDK library directory for TI example project  "C:\ti\mcsdk_2_01_02_06\examples\ndk\client\evmc6678l".

The default directory is "C:\Program Files (x86)\Texas Instruments\...", I want to change the directory to "C:\ti\...".

I change the default directory of the variable link in the project properties but the modification didn't save!!!!

When I check it again the variable link directory return to the default directory.

Please guide me.

Best Regards

  • dariush karami said:
    I change the default directory of the variable link in the project properties but the modification didn't save!!!!

    Could you please clarify exactly what you are trying to change and where? If you could show a screenshot that will help us understand your question better.

  • Since I haven’t heard back from you, I’m assuming you were able to move past this issue. If not, please post a reply with an update below (or create a new thread). Thanks!
  • Hi

    Sorry for my delay.

    The project is TI client example project as below.

    I want to change the default directory of the variable link in the project properties as below:

    I chose the "Edit" button and the edit variable window appear as below:

    I changed the location directory as below:

    after I pressed the "OK" button the variable path changed as below:

    After I press the "OK" button  and close the project properties the path variable didn't save because I checked it in the project properties and the

    PDK installation directory was the default !!!!

    What should I do? Should I change other things in the IDE?

    BR

  • Please see this related post.

    Rather than changing the variable manually, go into the Project Properties->General->Products tab and select the PDK that is installed into the c:\ti directory. The COM_TI_*_INSTALL_DIR variables are set automatically based on the product enabled in the project properties.

    Let us know if this helps.