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.
With CCS 6.1.3.00033 when the MSP430 TI v16.6.0.STS compiler was selected for a MSP430FR6989 the displayed "Library Function Assumptions" property page was blank, meaning unable to change the settings:
Changing to a different compiler version, e.g. TI v16.3.0.STS, allows the properties to be displayed (and thus modified):
I didn't fully explain, but the option I was trying to control was --printf_support.desouza said:The options you mentioned are being deprecated and therefore only show if a project using a previous release has set them to a non-default value.
I now see that with CCS 6.1.3 and the compiler TI v16.6.0.STS the --printf_support option appears on the "Language Options" property page, whereas when a previous compiler version is used the --printf_option appeared under the "Library Function Assumptions" properties (which from memory is where I expected the option to be).
In future, when can't find an option on the expected property page will check the other pages before reporting an issue.