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: Problem with Gitlab&Code Composer: CCS build options project are not loades correctly the configuration from the repository

Part Number: CODECOMPOSER

Hello,

i used Gitlab as a versioni control. When I clone a project from the repository in other computer, some of the CCS build options from the project are not loaded well. The most concerning is the optimization level, because it can give a lot serious problems if I don't remember to configure it again manually. Another issue is that the include options are also not loaded properly.

I think I track all the needed files (i have followed this https://software-dl.ti.com/ccs/esd/documents/sdto_ccs_source-control.html#files-to-check-in), and when I make changes, for example in the optimization, the .cproject and the .mk files are updated properly in the repository.

Any idea?

  • Hello,

    The .*project files should contain most of the build properties, especially the compiler options like optimization levels. Besides optimization levels, what are some of the other options that are not being preserved? Are the options all at the project level or are some of them file specific options?

    Thanks

    ki