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
hi
I want to build with new build configuration(testA) , but this build failed.
I tried using TI's demo software : Short Range Radar (SRR) . Details are described below.
dev.ti.com/.../srr_16xx_user_guide.html
Steps:
1. Import CCS project
2. Create New Configuration [testA]. it copied from [Debug]
3. Set Active from [Debug] to [testA]
4. Build Project
5. Build Failed
- [Debug] build succeeds but [testA] failed.
- Both [Debug] and [testA] set "Generate Makefiles automatically", but generated makefile is different.
Are there any problems with the procedure for creating New build Configurations?
or Is there any other root cause?
CCS Version: 8.3.0.00009
I can reproduce this and it appears to be a bug in the CCS project and build system. I will file a bug report and then post the tracking ID here.
The only workaround I can see for now is to make a copy of the project itself (using Copy and Paste in the Project Explorer view) and then customize the settings of the Debug configuration in the copied project.