Part Number: TMS320F28335
Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Hallo,
actual we are working with CCSv3.3 and have CGT for C2000 TMS320F28335.
To have best calculation performance we do use the fast Library rts2800_fpu32_fast_supplement.lib!
We now start working with CCS6.0 (exact 6.1.3).
Question:
Is the content of rts2800_fpu32_fast_supplement.lib now included in the standard librarys for the F28335!
Or do we have to install a newer version of rts2800_fpu32_fast_supplement.lib?
Actual we have included the old rts2800_fpu32_fast_supplement.lib an get errors with sin and cos functions.
like this:
#10056 symbol "_cos" redefined: first defined in "<whole-program>"; redefined in "./src/cos_f32.obj" VTIQ C/C++ Problem
Settings for Linker in CCSv6:
"C:\ti\ccsv6\tools\compiler\c2000_15.12.3.LTS\lib\libc.a"
"C:\ti\ccsv6\tools\compiler\c2000_15.12.3.LTS\lib\rts2800_fpu32.lib"
br
Ralf