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.

Linking math library to our project

Other Parts Discussed in Thread: MATHLIB

Hi,

I successfully tried to link the dsp library into my project as 

-l ti/dsplib/lib/dsplib.lib in linker comman file.

Similarly i tried to link the math library to my project  as

-l ti/mathlib/lib/mathlib.a66 but after compilation it is showing errors as,

undefined first referenced
symbol in file
--------- ----------------
atan2sp C:\ti\dsplib_c66x_3_4_0_0\packages\ti\dsplib\lib\dsplib.ae66<DSPF_sp_cholesky_cmplx.oe66>
cossp C:\ti\dsplib_c66x_3_4_0_0\packages\ti\dsplib\lib\dsplib.ae66<DSPF_sp_cholesky_cmplx.oe66>
sinsp C:\ti\dsplib_c66x_3_4_0_0\packages\ti\dsplib\lib\dsplib.ae66<DSPF_sp_cholesky_cmplx.oe66>

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "test_new_rxr.out" not built.

Please suggest me as i have got struck at this point of my project.

thanks & regards,

Gopal