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.

CODECOMPOSER: Projects migration issues (from CCS10 to CCS20)

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: SYSCONFIG

Hello,

we have several projects build on top of Code Composer Studio 10.

We have customized the build targets in the Makefile using makefile.init and makefile.targets.

This seems to be compatible with CCS20 / Theia, but there are some missing features or I did not found how to do it with Theia:

a. with CCS10, we could define exclusion filters in project "Properties / C/C++ General / Paths and Symbols" in the tab "Source Location". How can I do this with Theia?

b. with CCS10, we could define "Build Targets". In the project explorer, there was a virtual directory "Build Targets" where I could add custom build targets and build them. How can I do this with CCS20/Theia?

 

  • Hello,

    a. with CCS10, we could define exclusion filters in project "Properties / C/C++ General / Paths and Symbols" in the tab "Source Location". How can I do this with Theia?

    I assume this to exclude certain files/folders from the clangd parsing. There is not an equivalent option in CCS 20 IDE but it may be possible to do something similar elsewhere. Are these files/folders excluded from the project build but being picked up by clangd index and hence you wish to explicitly instruct clangd to not parse these files/folders?

    Thanks

    ki

  • b. with CCS10, we could define "Build Targets". In the project explorer, there was a virtual directory "Build Targets" where I could add custom build targets and build them. How can I do this with CCS20/Theia?

    This is not supported in CCS Theia. 

    Thanks

    ki

  • I know that I could exclude files from clangd parsing by mark them with right click on it our when I place in in folder containing a file called ".exclude"

    But how can I do exlude a file / folder the be catched by other tools like SysConfig or RTSC?