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.

MSP430F5528 编程使用 IQmath 转换的问题

Other Parts Discussed in Thread: MSP430F5528

请较专家:

我在MSP430F5528 编程使用中使用 IQmath 转换遇到以下问题,不知是什么原因.如果解决.程序如下:

#include "IQmathLib.h"

;

char buffer[8];

_iq14  iq_XX;

uint16_t  SET_DATA;

:

iq_XX = _iq14(SET_DATA);

_IQ14toa(buffer, "%8.0f", iq_XX);

:

:

编译出现以下错误.请问怎么办?

Description Resource Path Location Type
errors encountered during linking; "C4_Example.out" not built MY_F5528_Scan C/C++ Problem
unresolved symbol _IQ14toa, first referenced in ./MAIN_Scan/mainScan5528_V1.obj MY_F5528_Scan C/C++ Problem
unresolved symbols remain MY_F5528_Scan C/C++ Problem