One of our customers gets the following link error with _IQ29atan2 call:
unresolved symbol
_IQatan2HalfPITable, first referenced in
C:/CCStudio_v3.3/c64plus/IQmath_v213/lib/IQmath_c64x+.lib<IQNatan2.obj>
unresolved symbol
_IQatan2Table, first referenced in
C:/CCStudio_v3.3/c64plus/IQmath_v213/lib/IQmath_c64x+.lib<IQNatan2.obj>
unresolved symbol
_IQdivTable, first referenced in
C:/CCStudio_v3.3/c64plus/IQmath_v213/lib/IQmath_c64x+.lib<IQNatan2.obj>
Any help to resolve this will be greatly appreciated.
-------------------------------------------------------------------------------------------------------
This is an earlier message from the same customer:
do the following as per the example in SPRUGG9 (page 46)
#include <IQmath.h>
_iq29 in2, out2;
in2 =
_IQ29(1.0);
out2 =
_IQ29atan(in2);
get the following
error
unresolved symbol __IQ29atan
---------------------------------------------------------------------------------------------------------------
I think the reason for this error is that definitions for _IQNatan() are missing in the header file.