Other Parts Discussed in Thread: TMS320C6713B
Dear e2e Community!
Can't compile the C - project with the function _IQsqrt(in1) from IQmath library. During linking CCS writes the following message:
<Linking>
undefined first referenced symbol in file
_IQisqrtTable D:\\kukush.v\\ProjCCS\\OctFRectifierDecimRxy\\IQmath_c64x .lib<IQNsqrt.obj>
error: unresolved symbols remain error: errors encountered during linking; "./Debug/OctFRectifierDecimRxy.out" not built
Remark: OctFRectifierDecimRxy is the name of my project.
Files "IQmath.h" and "typedef.h" are already included to the project. IQmath_c64x .lib is also linked to the progect. All as described in SPRUGG9.
Note, please, that linker can't find _IQisqrtTable for _IQsqrt, not a _IQsqrt.
Same thing happens, when I want to use IQNsin (it can't find _IQsinTable...)
I work with C6747 EVM (OMAP L137 EVM). Use CCS v3.3 Build options: Target C64x (mv6400 ), Little endian.
Help me please! Where can I find *.lib with the necessary tables... ?
With best regards, Vitalii