Hello to all,
I am working on the cla_logic_cpu01 example project on 28377S launchpad. I want to include the CLAMath library in the .cla file but even after adding in the compiler #include search the path : "C:\ti\controlSUITE1\libs\math\CLAmath\v4_00_01_00\include" I am still getiing the following errors when I am trying to use a CLAMath function:
Description Resource Path Location Type
#10010 errors encountered during linking; "cla_logic_cpu01.out" not cla_logic_cpu01 C/C++ Problem
<a href="file:/c:/ti/ccsv6/tools/compiler/dmed/HTML/10234.html">#10234-D</a> unresolved symbols remain cla_logic_cpu01 C/C++ Problem
unresolved symbol _CLAatan2, first referenced in ./logic.obj cla_logic_cpu01 C/C++ Problem
Which extra files do I need to add in my project?
Thanks.