Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE
Hi all,
I kindly request your prompt assistance on the following topic.
Let me give summary of the work I am doing right now. I am trying to calculate a position using CLAatan2 calculation based on incoming sine and cosine values received as ADC inputs, and then sending the resulting output to a DAC pin. I am conducting this work with a magnetic encoder. Now the problem is when try to buid the program its shows CLAatan2 is undefined. Even I include all necessary .h and .lib files.
Error:
Description Resource Path Location Type
#10010 errors encountered during linking; "cla_lp_f2837xd.out" not built cla_lp_f2837xd C/C++ Problem
#10234-D unresolved symbols remain cla_lp_f2837xd C/C++ Problem
gmake: *** [all] Error 2 cla_lp_f2837xd C/C++ Problem
gmake[1]: *** [cla_lp_f2837xd.out] Error 1 cla_lp_f2837xd C/C++ Problem
unresolved symbol CLAatan2HalfPITable, first referenced in C:\ti\c2000\C2000Ware_4_03_00_00\libraries\math\CLAmath\c28\lib\cla1_math_library_datarom_fpu32_eabi.lib<CLAatan2.obj> cla_lp_f2837xd C/C++ Problem
unresolved symbol CLAatan2Table, first referenced in C:\ti\c2000\C2000Ware_4_03_00_00\libraries\math\CLAmath\c28\lib\cla1_math_library_datarom_fpu32_eabi.lib<CLAatan2.obj> cla_lp_f2837xd C/C++ Problem
