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.
my project is based on TI sqrt cla example.when I use "sine" in sqrt .cla ,some problems occur.
This is why?
This is my project:sqrt.rar
Hi,
The CLA Math library is not included in your project. Its complaining that CLAsine is declared implicitly, it cant find its object file. You need to add the library name and path to Project Properties -> C2000 linker -> File Search Path.
If you see the user's guide for the CLA math library, chapter 4 or 5 there is a section that talks about integrating the library with a project.