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.

TMS320F28388D: How to use math library in CLA for using trigonometric functions

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

I am working on TMS320F28388D CLA, for project I need to use sine function in my CLA code but if i tried including  #include "math.h"  I'm facing this error 

 warning #10461-D: Invalid to call C28 function "sinf" defined in "C:\ti\ccs1040\ccs\tools\compiler\ti-cgt-c2000_22.6.0.LTS\lib\rts2800_fpu64_eabi.lib<s_sinf.c.obj>" from CLA file "./cla_ex1_asin_cla.obj" 

I tried using  #include "CLAmath.h"  I cant able to go through this file 

is there any solution for how to include math lib for CLA and how to use functions for sine and trigonometric functions..