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.

Long double usage in math library

Other Parts Discussed in Thread: CONTROLSUITE

Hi, 

  • I need to use the extensive math functions with long double (float 64) data type in my application. But, whenever I use them the linker prompts with an error "unresolved symbols remain".
  • Secondly, many of the important math function are missing in "math.h" like round etc.
  • I am working under following environment;
    • Code Composer Studio v 3.3.38.2
    • Code Generation Tool v 6.2.4
    • Real Time Support Library (rts2800_fpu32.lib)
    • Include files; math.h
  • Please help in resolving the issue.