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.

CCS5.4 编译报错



报错:

fatal error #16004: file
"D:\Setup\CCS\ccsv5\tools\compiler\c5500_4.4.1\lib\55xdsp_r3.lib<cbrev.obj>"
has a Tag_Memory_Model attribute value of "1" that is different than one
previously seen ("2"); combining incompatible files

描述:

芯片 C5509A

在回音示例程序中调用库里的rfft函数 ,但是只要一使用函数就会编译出错。该工程下注释掉rfft函数则编译通过。