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.
刚涉及C6747,在编译的时候,
出现类似的错误
Severity and Description Path Resource Location Creation Time Id
#error 'invalid target' D:/Program Files/Texas Instruments/dsplib_c674x_3_1_0_0/packages/ti/dsplib/src/DSPF_blk_eswap16 DSPF_blk_eswap16.h line 46 1381715473641 448
双击进入源代码,
#if defined(_TMS320C6740)
#include <ti/dsplib/src/DSPF_blk_eswap16/c674/DSPF_blk_eswap16.h>
#else
#error invalid target
#endif
请问是什么问题,求指教
你好,
试试到CCS->Show Build Settings->C6000 Compiler->Predefined Symbols添加_TMS320C6740, 再编译看看