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

CCS 编译报错 identifier "Int16" is undedined

CCS4.导入C5535的一个历程E:\program files\Texas Instruments\C5535\ccsv4\emulation\boards\ezdsp5535_v1\tests\lcd-osd9616,

build project是报错:identifier "Int16" is undedined

                                      identifier "Uint16" is undedined

                                      identifier "Uint32" is undedined

求问TMS320C5535类型定义是在哪个头文件里面的?

Tony Tang:

回复 noaming:

C5000 的32bit是long, int是16bit:

noaming:

回复 Tony Tang:

你可以这样定义:

typedef unsigned long Uint32; typedef unsigned short Uint16; typedef unsigned char Uint8;

Changhong Zhang:

回复 noaming:

谢谢回答!我在E:\program files\Texas Instruments\C5535\bios_5_41_10_36\packages\ti\bios\include这个路径下面找到了。

赞(0)
未经允许不得转载:TI中文支持网 » CCS 编译报错 identifier "Int16" is undedined
分享到: 更多 (0)