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.

CLA工程编译问题



为什么,CLA例程iir2p2z编译没有警告,而我自己导过来就出现了下面这种警告? cmd文件用的是DSP2803x_common/cmd库里的F28035_CLA_C.cmd文件。

  • 请问你导出的工程与例程对比改变了哪些?

    从编译的问题来看,前两个问题的RESOURCE是Cla_User.c,"puts"&"printf"的声明出现问题。你需要在Cla_User.c添加#include <stdio.h>。

    将例程iir2p2z_report.c文件的#include <stdio.h>去掉后,会出现同样的问题。