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.
#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
编译出错,没有解决思路,望指点,谢谢!
#error "Header file <string.h> not supported by CLA compiler"
如提示所说 string.h are not supported on the CLA. CLA是不支持string.h的