Hello:
I am getting the warning in the image below while compiling my project.
My CCS version is v11.0.0.00012. Also, I am using compiler TI v21.6.0.LTS version.
How we can solve this problem?
Sinan,
Thanks and best regards.
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.
Hello:
I am getting the warning in the image below while compiling my project.
My CCS version is v11.0.0.00012. Also, I am using compiler TI v21.6.0.LTS version.
How we can solve this problem?
Sinan,
Thanks and best regards.
Sinan,
This indicates that you are using the COFF version of the library whereas the output format of your project is set to ELF.
You will either have to use the ELF version of driverlib or set the output format of your project to COFF . See attached snapshot.
Best Regards
Siddharth
Hi, Siddharth:
I set the output format of the project to COFF as in the screenshot below.
However, the problem still remains.
Best regards,
Sinan.
If you are using COFF, you can add "driverlib_coff.lib" to your project.
If you are using ELF, then please use the "driverlib_eabi.lib" in your project.
Best Regards
Siddharth
Hi, Siddharth:
Thank you very much for your feedbacks.
My problem solved. I am thankful to you.
I will close this post case later.
Sinan,
Thanks and best regards.