We are currently using Code Composer Version: 5.2.1.00018 to build a StarterWare project that uses a lot of file that are 'linked' into the project. When the project is build cleanly, it will build fully without errors. If I then modify one file and try to rebuild I get the following error:
Errors occurred during the build.
Errors running builder 'CDT Builder' on project 'concrete1'.
Generated resource conflict:
two resources of the same name: /concrete1/Debug/uartStdio.obj
generated by different tools
tool1: ARM Compiler
tool2: ARM Compiler
Generated resource conflict:
two resources of the same name: /concrete1/Debug/uartStdio.obj
generated by different tools
tool1: ARM Compiler
tool2: ARM Compiler
Generated resource conflict:
two resources of the same name: /concrete1/Debug/uartStdio.obj
generated by different tools
tool1: ARM Compiler
tool2: ARM Compiler
Generated resource conflict:
two resources of the same name: /concrete1/Debug/uartStdio.obj
generated by different tools
tool1: ARM Compiler
tool2: ARM Compiler
I can't see anything wrong with the uartStdio.c file. Where could we look to figure out what Code Composer is having issues with?
Thanks,
John Conover