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.

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

Other Parts Discussed in Thread: OMAP3530

在使用 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对应的库在哪呢?谁能给一个?或者怎么可以解决。