Thread 中讨论的其他器件:SysBIOS、 SysConfig
您好!
我升级到 TIRTOS7并得到 IAR 错误
错误[Pe020]:标识符"GateAll_Params"未定义 C:\GitHub_Enterprise\int-visonic-PG-CC13xx-Platform\_source\common\eventQ\eventQ_private.h 102
错误[Pe020]:标识符"GateAll_Struct"未定义 C:\GitHub_Enterprise\int-visonic-PG-CC13xx-Platform\_source\common\eventQ\eventQ_private.h 103
错误[Pe020]:标识符"GateAll_Handle"未定义 C:\GitHub_Enterprise\int-visonic-PG-CC13xx-Platform\_SOURCE \common\eventQ\eventQ_private.h 104
ERROR[Pe020]:标识符"Error_Block"未定义 C:\GitHub_Enterprise\int-visonic-PG-CC13xx-Platform\_SOURCE \common\eventQ\eventQ.c 31
我添加 include of: #include
并获得:
致命错误[Pe1696]:无法打开源文件"ti/sysbios/gates/GateAll.h" C:\gitHub_Enterprise\int-visonic-pg-CC13xx-Platform\_source\application\Ecosystem \_projectSys_sip\includTi_h_files.h 4.
搜索:"C:\GitHub_Enterprise\int-visonic-PG-CC13xx-Platform\_source\application\Ecosystem \_projectEcoSys_SIP\"
搜索:"C:/ti/simplelink_cc13xx_cc26xx_sdk_6_20_00_29/source\"
搜索:"C:/ti/simplelink_cc13xx_cc26xx_sdk_6_20_00_29/kernel/tirtos7/packages/"
文件不在文件夹中。
我的 SysConfig 定义:
我可以在其中找到以下定义:
静态 GateAll_Params gateParams;
静态 GateAll_StructgateStruct;
静态 GateAll_Handle gateHandle;