Thread 中讨论的其他器件:C2000WARE
工具与软件:
大家好!
我有 TMS320F28P650DK9 C2000Ware_5_01_00_00。
我正在尝试将 CLAmath.h 包含在 CLA 中;不过、如下行所示
#define Tanf (m)(CLASIN_INLINE (m)/CLACOS_INLINE (m))
创建以下编译错误:
>>编译失败
source/subdir_rules.mk:16:目标"source/claTask.obj"的配方失败
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include/math.h、第387行:错误#18:预计为")"
math.h 中的第387行如下:
_code_access float Tanf (float x);
注释掉一切正常。
有任何线索吗?