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.
Tool/software: TI C/C++ Compiler
I use c67xmathlib in my project to complie ,but it display _actandp redefine in c67xmathlib actan2dp and c67xmathlib actandp,please tell me why???
Can you please provide the build log here and also indicate the compiler version and the link order in you project for this library.
The FastRTS or C67xmathlib is a library that contains optimized versions of trigonometric, logarithmic,etc that are already defined in RTS library of the compiler and found in math.h so you need to link the library with the correct link order as described in section "Using the FastMath Library" or "Calling a FastMath Function From C"
Regards,
Rahul