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.

Change .cproject parameters

Hello,


I work on a project for my internship wich is an Eclipse CDT Plugin.

I need to change some informations in programmatic way of a CCS or C++ .cproject file.

Actually i have found functions to change some parameters like the Endianness, the device configuration or the target processeur but now, i would like to change the compiler version with the same way. (I'm on TI 7.3.1 and i would like to change to 7.4.7).

How can i do that? Someone have an idea?

Thanks in advance :)

Regards

Manuel Guesdon

  • Hi Manuel,

    if you have both versions of the compiler installed you can change the version in the project properties.  See the screen capture.

    Otherwise you will need to be sure you have both versions.  You can check your installed versions/add/modify in Window->Preferences->Code Composer Studio->Build->Compilers

    Best Regards,
    Lisa

  • If you're looking to change it outside of the GUI, the compiler tools version is stored in the .ccsproject file. You can try changing it there but I'm not certain if that alone is sufficient or what you were looking for. If you can provide more specific details on the type of collateral you are looking for, we will see if we can get you some pointers.If it is in general about writing an Eclipse plugin a web search will probably give you the best hints.

  • Thank you for your help! :)

    I will continue to search with this new information (.ccsproject file), i hope that i will find somes methodes to change the compiler version ;)

    have a nice day!

    Manuel guesdon