Other Parts Discussed in Thread: MATHLIB
I have a small doubt on MATHLIB function calling. I am trying to call mathlib function from one of my handcoded asm file. But linker is not able to find the function. What is the correct way to call an Library function from an .asm file?
Please see the error and the way i am calling MATH LIB function divsp. Linker is unable to find divsp function. Note that i have added "c67xfastMath.lib" in linked dependent library.
Please suggest.