Part Number: TMS320F28377S Tool/software: TI C/C++ Compiler Hi, Trying to add SFRA library and TMU float mode and compile i get the following error called "sqrt redefined" i am not using square root in source code seems square root is implemented and used in SFRA library Type symbol "_sqrt" redefined: first defined in "C:/ti/controlSUITE/libs/math/FPUfastRTS/V100/lib/rts2800_fpu32_fast_supplement.lib "; redefined in "C:\ti\ccsv8\tools\compiler\lib\rts2800_fpu32.lib " null: symbol "_sqrt" redefined: first defined in "C:/ti/controlSUITE/libs/math/FPUfastRTS/V100/lib/rts2800_fpu32_fast_supplement.lib "; redefined in "C:\ti\ccsv8\tools\compiler\lib\rts2800_fpu32.lib " GTI_VFD_Test C/C++ Problem I have gone through this thread in TI forum kind of similar problem i am facing after build https://e2e.ti.com/support/tools/ccs/f/81/t/569552 I have added that code suggested in that thread but i didnt worked and i get following errors #249 function "__relaxed_cosf" has already been defined #249 function "__relaxed_sinf" has already been defined #249 function "__relaxed_sqrtf" has already been defined Please suggest Regards Naveen
↧