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:
Hi
I have a CCS DSP280049C project with out put format congiguration eabi. Now I want to change it to COFF format. But after I chenged directly. the project encountered error as below, So can you take a look at this issue? How can I fixed it?
build error:
Code Composer Studio 12.3.0 configurtation
Hi Luke,
I tried to use CCS(eabi configuration) generate .txt file for DSP280049C DFU, but encountered an issue as below:
for debugging this issue,I use TI demo code(that configure as out format COFF),that is OK,so my focuse put on the difference between my application and demo application. And that is why I want to change my application output format to COFF
Hi Xu,
Do you have other .lib files in your project? You may need to change those to COFF format as well.
I expect you have a driverlib.lib file in your project. You can recompile the driverlib.lib file by importing the driverlib project from C2000Ware/driverlib/f28004/driverlib and building that project in COFF format. Let me know if this resolves the issue.
Thank you,
Luke
Hi Luke,
Thanks for your guidance.
I checked my CCS configuration of "File Search Path in C2000 linker " and found the include lib don't change from eabi.lib to coff.lib,now I have changed them(as below)to coff.lib ,then compile successfully.