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 was trying to evaluate a build issue. I had a some code that would build for TI v5.0.4. I created a build configuration for GNU, which showed promising results, but was not a good finished product solution. When I switched back to the TI v5.0.4, it showed this build error. How do I fix this?
Neil,
The error message didn't come through in the post. Could you try posting the text.
Build configurations are generally independent. I am guessing that you created the new config by going to your existing config and then trying to switch the compiler, CCS would have then prompted to create an <existingconfig>_GNU configuration.
One thing to check is if any source files got added to the project that are only meant to be part of the GNU configuration. For example in the project below I have Debug and Debug_GNU configs. When I created the new Debug_GNU it added a GCC specific startup file and linker script to the project. Those should be excluded from build in the original configuration but it is work checking.
Regards,
John