TI中文支持网
TI专业的中文技术问题搜集分享网站

CCS3.3在failure.h对应的lib库在哪呢?连接一直过不去。

在使用 SET_FAILURE_REASON(status);这个语句连接时一直报错。

错误如下:

<Linking>

undefined first referenced symbol in file ——— —————- _SetReason F:\\CCS3_8\\MyProjects\\loop\\Debug\\main.obj

error: unresolved symbols remain
error: errors encountered during linking; "./Debug/loop.out" not built

然后找到了failure.h这个文件里面有个:

#define SET_FAILURE_REASON(code)  SetReason(FILED ,__LINE__,code)

void SetReason(int fileID,int lineNo,int failureCode);

但是一直没有找到failure.h对应的库?整个安装目录都找过了,没有找到。

但是一直没有找到failure.h对应的库在哪呢?谁能给一个?或者怎么可以解决。

Shine:

请问你用的是哪款器件?

qiang liu2:

回复 Shine:

用的是OMAP3530

Shine:

回复 qiang liu2:

failure.h在dsplink里.http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/DSPLink/index.html

赞(0)
未经允许不得转载:TI中文支持网 » CCS3.3在failure.h对应的lib库在哪呢?连接一直过不去。
分享到: 更多 (0)