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.

(Urgent )unresolved symbol _Q24cosPU, first referenced in ./Linked/ipark.obj

I got a question regarding a compiling error "unresolved symbol _Q24cosPU, first referenced in ./Linked/ipark.obj".

It confuses me a lot since I think I included the ipark.h, ipark.c and IQmathLib.h into my code. I didn't created these files but using TI existing ones. But, I don't know why it kept on showing the errors.


I read some threads in this forum. However, no clues yet since the problems we are facing are different....

I am struggling with it for hours. Please give me some clues

Thanks a lot!

  • Hello,

    Yue Li2 said:
    I got a question regarding a compiling error "unresolved symbol _Q24cosPU, first referenced in ./Linked/ipark.obj".

    That is actually a linker error. It cannot find the definition of that symbol in the object files.

    You have Q24cosPU in your code. Did you mean to use IQ24cosPU? IQ24cosPU is part of the IQmath lib

    Thanks

    ki