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.

C67x FastRTS Library Linker Error

Hi,

I am trying to link my CCS4 project with c674xfastMath.lib but get

'Invoking: Linker'

"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -@"ccsLinker.opt" -o "Library.out"

<Linking>

error: symbol "_atandp" redefined: first defined in

"C:\\c67xmathlib_2_01_00_00\\lib\\c674xfastMath.lib<atan2dp.obj>"; redefined

in "C:\\c67xmathlib_2_01_00_00\\lib\\c674xfastMath.lib<atandp.obj>"

error: errors encountered during linking; "Library.out" not built

Why does this not work out of the box as expected ? Just adding the library as a file to the project (as suggested by the docs does not seem to work), adding the library as the first entry in the Linker File Search Path at least seems to try linking in the library.

Also what are the lines

"

single sample asm
single sample c intrinsics
vector c intrinsics
inline single sample c intrinsics

"

in the ReadMe.txt and

"

Describe

1. single sample asm

2. single sample c intrinsics

3. vector c intrinsics

4. inline single sample c intrinsics

"

in c67xfastRTS_user_guide.pdf  trying to say ?

Please can a Ti person tell me how to make my program (C674x) link with this lbrary