Thread 中讨论的其他器件:CCStudio、 OMAPL138
工具/软件:TI C/C++编译器
我一直在为我的项目使用 TI ARM CGT 18.1.5.LTS、其中包括(#include 和 #include ) 、但现在我已经切换到了
最新的 CCStudio 和使用 TI CGT 18.12.2.LTS 时,我会遇到以下编译器错误(与 TI CGT 18.12.1.LTS 相同)。
COMS 行参数:
-mv5e -code_state=32 -me --include_path="C:/ti/ccs901/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include --define=development --define=omapl138 -g -c11 --c++14 --diag_warning=225 --diag_wrap=off --multithread --gen_cross_reference_listing --gen_preprocessor_listing_on-section_sizes
错误:
重载函数"std:__2:_C11_atural_exchange"的实例不匹配参数列表.ccsproject /MyArmProj line 1730、外部位置:C:\ti\ccs901\ccs\tools\compiler\ti-cgt-arm_18.12.2.LTS \include\libcxx\aturic C/C++ problem
重载函数"std:__2:_C11_atural_exchange"的实例不匹配参数列表.ccsproject /MyArmProj 第1733行、外部位置:C:\ti\ccs901\ccs\tools\compiler\ti-cgt-arm_18.12.2.LTS \include\libcxx\aturic C/C++ problem
重载函数"std:__2:_C11_atural_store"的实例不匹配参数列表.ccsproject /MyArmProj 第1736行、外部位置:C:\ti\ccs901\ccs\tools\compiler\ti-cgt-arm_18.12.2.LTS \include\libcxx\aturic C/C++问题
重载函数"std:__2:_C11_atural_store"的实例不匹配参数列表.ccsproject /MyArmProj 第1739行、外部位置:C:\ti\ccs901\ccs\tools\compiler\ti-cgt-arm_18.12.2.LTS \include\libcxx\aturic C/C++ problem
我还成功地使用 TI C6000 CGT 8.2.6.LTS 为 DSP 编译相同的代码一段时间、但现在我已包含(#include 和#include )我有
需要移至 TI C6000 CGT 8.3.LTS、但出现以下错误时仍无法正常工作。
COMS 行参数:
-mv6740 --include_path="C:/ti/ccs901/ccs/tools/compiler/ti-cgt-c6000_8.3.3/include --define=omapl138 -g --c99 --diag_warning=225 --diag_wrap=off --multithread
错误:
主模板.ccsproject /MyDspProj 第5166行的声明中不允许模板参数列表、外部位置:C:\ti\ccs901\ccs\tools\compiler\ti-cgt-C6000-c8.3.3\include\libcxx\memory C/C++ problem
主模板.ccsproject /MyDspProj 第5182行的声明中不允许模板参数列表、外部位置:C:\ti\ccs901\ccs\tools\compiler\ti-cgt-C6000-c8.3.3\include\libcxx\memory C/C++ problem
预期会出现";".ccspproject /MyDspProj line 5150、外部位置:C:\ti\ccs901\ccs\tools\compiler\ti-cgt-C6000-8.3.3\include\libcxx\memory C/C++ problem
预期标识符.ccsproject /MyDspProj line 3487、外部位置:C:\ti\ccs901\ccs\tools\compiler\ti-cgt-C6000-8.3.3\include\libcxx\memory C/C++ problem
预期标识符.ccspProj line 4955、外部位置:C:\ti\ccs901\ccs\tools\compiler\ti-cgt-C6000-8.3.3\include\libcxx\memory C/C++ problem
预期标识符.ccspProj line 5150、外部位置:C:\ti\ccs901\ccs\tools\compiler\ti-cgt-C6000-c8.3.3\include\libcxx\memory C/C++ problem
gmake:***[MyDspProj.obj]错误1 MyDspProj C/C++问题
gmake:目标"全部"不会由于错误而重新生成。 MyDspProj C/C++问题
这是一个问题还是我缺少什么?
提前感谢、
Andy。