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.

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

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

x 出现错误。请重试或与管理员联系。