I am using a macintosh with a TMS320C28335 target.
My project successfully builds and runs with CCS6.1.2 beta. I did a clean install (renamed the ti directory and installed the release version of CCS6.1.3. I first got a warning that
This project was created using a version of compiler that is not currently installed: 6.4.4 [C2000]. Another version of the compiler will be used during build: 15.12.1.LTS.
so I chose the new one in the list TI v15.12.1 LTS. When I compile I get the following error:
#10056 symbol "_sqrt" redefined: first defined in "/xxx/TI/ControlSUITE/libs/math/FPUfastRTS/V100/lib/rts2800_fpu32_fast_supplement.lib<sqrt_f32.obj>"; redefined in "/Applications/ti/ccsv6/tools/compiler/ti-cgt-c2000_15.12.1.LTS/lib/rts2800_fpu32.lib<e_sqrtf.obj>"
I have always followed the guidelines of having the fastRTS library linked before the regular one. Enclosed is the linking dialog. How do I properly fix this error? I want to be sure to remove the conflicting lib file but I want the fastRTS routines. Thank you.