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.

OMAP L-138: C6000 linker error with hand coded assembly file

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.