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.