This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] CCS/CC2630:枚举问题

Guru**** 2587345 points
Other Parts Discussed in Thread: CC2630, TIMAC

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/605038/ccs-cc2630-problem-with-enums

部件号:CC2630
主题中讨论的其他部件: TIMAC

工具/软件:Code Composer Studio

我正在将CC2630 IAR项目移至当前的CCS v7,并且正在触发TI MAC标头中外部函数的大量编译错误,例如,TI标头saddr.h中第119行:

extern bool sAddrIden(const sAddr_t *pAddr1, const sAddr_t *pAddr2);

结果如下

说明资源类型路径位置
ccsproject C/C++ problem /foo line 119,external location:C:\ti\simplelink\TIMAC_1_05_02_4.3299万\Components\services\saddr\saddr.h

更多错误消息示例:


ccsproject C/C++ problem /foo line 136,外部位置:C:\ti\simplelink\TIMAC_1_05_02_4.3299万\Components\services\saddr\saddr.h
ccsproject C/C++ problem /foo line 152,外部位置:C:\ti\simplelink\TIMAC_1_05_02_4.3299万\Components\services\saddr\saddr.h
ccsproject C/C++ problem /foo line 169,外部位置:C:\ti\simplelink\TIMAC_1_05_02_4.3299万\Components\services\saddr\saddr.h
ccsproject C/C++ problem /foo line 173,外部位置:C:\ti\ti\tos_simplelink_2_11_01_09\products\cc26xxware_2_20_06_1.4829万\driverlib\rom.h
ccsproject C/C++ problem /foo line 200,外部位置:C:\ti\ti\tos_simplelink_2_11_01_09\products\cc26xxware_2_20_06_1.4829万\driverlib\I2C.h
ccsproject C/C++ problem /foo line 248,外部位置:C:\ti\ti\tos_simplelink_2_11_01_09\products\cc26xxware_2_20_06_1.4829万\driverlib\I2C.h
ccsproject C/C++ problem /foo line 45, 外部位置:C:\ti\simplelink\TIMAC_1_05_02_4.3299万\Components\hal\target\CC2650TIRTOS\ICallAddrs.h</s>2650
ccsproject C/C++ problem /foo line 464,外部位置:C:\ti\simplelink\TIMAC_1_05_02_4.3299万\Components\Mac\include\mac_api.h
ccsproject C/C++ problem /foo line 465,外部位置:C:\ti\simplelink\TIMAC_1_05_02_4.3299万\Components\Mac\include\mac_api.h
ccsproject C/C++ problem /foo line 471,外部位置:C:\ti\simplelink\TIMAC_1_05_02_4.3299万\Components\Mac\include\mac_api.h

 

是否有一个简单的解决方法,无需接触TI的所有插头?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    CCS生成控制台中显示的完整错误消息是什么? 是否可以保存生成日志(如 图所示)并将其附加到此处?