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

TMS320F28035: #error "Header file <string.h> not supported by CLA compiler"

Part Number:TMS320F28035

#ifndef _STRING_H_
#define _STRING_H_

#include <_ti_config.h>

#if defined(__TMS320C2000__)
#if defined(__TMS320C28XX_CLA__)
#error "Header file <string.h> not supported by CLA compiler"
#endif
#endif

编译出错,没有解决思路,望指点,谢谢!

Susan Yang:

Arvin chu 说:#error "Header file <string.h> not supported by CLA compiler"

如提示所说 string.h are not supported on the CLA. CLA是不支持string.h的

赞(0)
未经允许不得转载:TI中文支持网 » TMS320F28035: #error "Header file <string.h> not supported by CLA compiler"
分享到: 更多 (0)