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.

IQMath Problem

Hello,

I am trying to use IQmath for F28335. I had written my code in floating point and worked very well. But due to some timing issue, I am converting it to IQmath. I am using CCS3.3 compiler.When I am trying to compile it gives me following errors

 undefined     first referenced                                                                     symbol           in file                                                                         ---------     ----------------                                                                    _IQ15         C:\\tidcs\\DSP2833x\\v131\\..\\Debug\\ReGen_5Khz_150HP_IQ.obj  

__IQint_IQmpy C:\\tidcs\\DSP2833x\\v131\\..\\Debug\\ReGen_5Khz_150HP_IQ.obj

 __IQlog      C:\\tidcs\\DSP2833x\\v131\\..\\Debug\\ReGen_5Khz_150HP_IQ.obj

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

I have attached following library to my workspace

1> IQMath.lib

2> IQMathLog.lib

3> rts2800_ml.lib

If i remove rts file, i get many other unknown symbol.

I have disable FPU32 from build option.

Can anyone help(Advise) to resolve this error?

What to do for "POW" function? do we have any IQpow?