TI中文支持网
TI专业的中文技术问题搜集分享网站

SRIO编译报警问题

小弟在编译K1_STK例程里面的SRIO例程时候遇到了很多的报警问题,报警的位置是结构体数组那块。报警的截图是:

SRIO_Multiple_Test_Config test_2DSP_cfg=
{
SRIO_PATH_CTL_1xLaneA_1xLaneB_1xLaneC_1xLaneD, /*multiple_port_path*/
/*packet_type source dest size*/
{{0, 0, 0, 0}, /*port0 is not availible for this case*/
{0, 0, 0, 0}, /*port1 is not availible for this case*/
{SRIO_PKT_TYPE9_STREAM, CORE0_LL2_HOST_SIZE1_FDQ, DSP1_SRIO_BASE_ID+SRIO_RX_FLOW_CORE1_LL2, 4096}, /*port2*/
{SRIO_PKT_TYPE_SWRITE, ((Uint32)&packetBuffer_LL2_Size1[0][0])+0x10000000, ((Uint32)&packetBuffer_LL2_Size1[1][0])+0x10000000, LL2_PACKET_BUFFER_SIZE1}} /*port3*/
};

警告的语句是:Description Resource Path Location Type

#190-D enumerated type mixed with another type SRIO_2DSP_Test.c /SRIO/src line 27 C/C++ Problem

还请大神指点

Allen35065:

这个警告不影响代码运行,可以无需在意

赞(0)
未经允许不得转载:TI中文支持网 » SRIO编译报警问题
分享到: 更多 (0)