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.

Compiler/TMS320F28335: Type symbol "_sqrt" redefined

Part Number: TMS320F28335
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: TI C/C++ Compiler

hi there

lcompiling and linking my projet i find this error

symbol "_sqrt" redefined: first defined in "C:/ti/controlSUITE/libs/math/FPUfastRTS/V100/lib/rts2800_fpu32_fast_supplement.lib<sqrt_f32.obj>"; redefined in "C:\ti\ccsv7\tools\compiler\ti-cgt-c2000_16.9.1.LTS\lib\rts2800_fpu32.lib<e_sqrtf.obj>"

as you can see function "sqrt" seems to be declared twice, in two different library

unfortunately it's not possible use only one of them, because i need fast library but it doesn't contain all functions i need

i try to use "-priority" flag but it doesn't work

can you please help me?

thanks and regards