Part Number: TMS320C6727
Other Parts Discussed in Thread: MATHLIB
Tool/software: Code Composer Studio
Currently trying to implement the fastMath library onto my c6727 device.
I was at first trying to use c67xfastMath.lib, however I saw in another post on the forum that c67pfastMath.lib is better for c6727 devices. I receive the same error regardless.
When trying to link, I receive the following error:
error #10056: symbol "_atandp" redefined: first defined in
"C:\ti\c67xmathlib_2_01_00_00\lib\c67pfastMath.lib<atandp.obj>"; redefined
in "C:\ti\c67xmathlib_2_01_00_00\lib\c67pfastMath.lib<atan2dp.obj>"
So it seems that _atandp is being defined in both atandp.obj and atand2dp.obj, however I haven't altered the library in any way.
I have the most recent version of the MATHLIB library from http://www.ti.com/tool/MATHLIB