平台:Windows 10上的 CCS 11.1。
目标:F28379D
编译器:TI-CGT-C2000_22.6.0.LTS
标志:
_fp_single_precision_constant
__float_operations_allowed=32
stlport/s__limit.h 文件失败、出现以下#30浮点常量超出范围错误:
"C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include/stlport/s__limits.h", line 516: error #30: floating constant is out of range
static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
^
"C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include/stlport/s__limits.h", line 521: error #30: floating constant is out of range
{ return _STLP_DBL_DENORM_STYLE ? _STLP_PRIV _LimG<bool>::get_D_denormMin() : DBL_MIN; }
^
"C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include/stlport/s__limits.h", line 523: error #30: floating constant is out of range
static double (_STLP_CALL max)() _STLP_NOTHROW { return DBL_MAX; }