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.
Tool/software: Code Composer Studio
I am guessing that there is some sort of bug in the CCS support for Simplelink microcontrollers. I have added SimpleLink MSP432E4 SDK 2.30.0.14 as a product in my project.
I go to the Build->ARM Compiler -> Include Options and I find a variable ${COM_TI_SIMPLELINK_MSP432E4_SDK_INCLUDE_PATH} that has a small rectangle that shows a tool tip "Contributed by Product SimpleLink MSP432E4 SDK <none>". This variable is obviously completely empty because it is not included as a parameter to the compile command. ${COM_TI_SIMPLELINK_MSP432E4_SDK_SYMBOLS} is likewise an empty variable.
In the Build list variables tab with "Show System Variables" checked I see: COM_TI_SIMPLELINK_MSP432E4_SDK_INSTALL_DIR contains the appropriate value as well as ...INSTALL_DIR_REPOS. You can see that the INCLUDE_DIR is empty.
I have filled it in by copying the INSTALL_DIR path, but this is something that CCS should do automatically.
Raymond,
Sorry about the delayed reply.
Raymond Mack said:This variable is obviously completely empty because it is not included as a parameter to the compile command. ${COM_TI_SIMPLELINK_MSP432E4_SDK_SYMBOLS} is likewise an empty variable.
That is correct. These variables are created by the tool, however as you noticed they are not being used at this time. There was originally a plan to use them but the implementation later changed so they are currently not used. Their presence in the Compiler's include options has no impact, and they do not serve any purpose in the build.
Hope this helps clarify.
**Attention** This is a public forum