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/TMS320F28075: About the problem that the include path in the source file is automatically changed when changing the folder name in the workspace

Part Number: TMS320F28075


Tool/software: Code Composer Studio

Hi all,

When I change the folder name in the workspace, there is a problem that the include path in the source file is automatically changed.

My CCS version : 7.3.0.00019 

For example:

When I change the folder name of the following project, the include path in the source code is automatically changed.

(Before)

(after)

I want to disable automatic change of include path in source code.

How can I disable this feature?

I have referred to the following link, but I can not disable it yet.

www.eclipse.org/.../

Best regards,

Sasaki

  • Sasaki-san,
    If you rename the source file inside CCS/Eclipse (via Project Explorer), it will auto-refactor the paths in the affected source file as you see. There does not seem to be a way to disable this refactoring. At least I am unable to find a way. I will keep looking.

    If you wish the rename the folder, the best option is to rename it outside of CCS/Eclipse (via Windows Explorer or some other external system method). That way the refactoring will not be triggered.

    Thanks
    ki
  • Lee-san,

    Thank you for your support!

    I tried that method and confirmed that refactoring was not triggered.

    Best regards,

    Sasaki