Tool/software: Code Composer Studio
This is my first project, please tell me what I'm doing wrong.
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
This is my first project, please tell me what I'm doing wrong.
Which version of SimpleLink SDK are you using?
The out of box examples should build fine without any errors. If possible I would suggest uninstalling and reinstalling the SDK. Then import the project into CCS and build. If the error persists, please save the complete build log of the stack_library project to a text file and attach it here.
Thank you for that screenshot. I can reproduce the issue with the default compiler tools v20.2.0.LTS that come with CCSv10. The error is caused by a change that was made to the compiler to fix a different issue. However the source code in the SDK was not adjusted to compensate for that change.
I will work with the team internally so this is addressed for a future release. In the meantime, you can set the project to build with an older version of the ARM compiler tools. I would suggest installing version 18.12.4.LTS using the procedure described in this page: http://software-dl.ti.com/ccs/esd/documents/ccs_compiler-installation-selection.html
Then set the project to use that compiler version and that should fix the error.