Hi,
please check these points:
1. if math.h is included.
2. adjust ansi_prefix.CF.size.h as :
#define _MSL_FLOATING_POINT 1
//#define _MSL_NO_MATH_LIB 0
#undef _MSL_NO_MATH_LIB
#endif
#define _MSL_FLOATING_POINT_IO 1
3. add
#define __CF_USE_FULL_LIBS__ 1
to prefix text of Target setting -> C/C++Preprocessor
can this help you?
Have a great day,
Jennie Zhang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------