Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
A customer has complained about the following trouble of CCSv7.
The used example is C2000Ware_1_00_01_00\device_support\f2833x\examples\fpu_hardware. I attached the project zip. Example_2833xFPU_hardware.zip
1) He remade its main() as bellow;
#include <math.h>
double z1;
z1 = sqrt(2.0);
z1 = pow(2.0, 1.5);
2) Get error messages while building in the console;
'Example_2833xFPU_hardware.out' failed
error: symbol "_sqrt" redefined: first defined in
"C:/ti/tirex-content/C2000Ware_1_00_01_00/libraries/math/FPUfastRTS/c28/lib/
He says no trouble with CCSv5.5 and wants to use rts2800_ fpu32_fast_supplement.lib to speed up his processing. Please, let us know aboutworkarounds of this trouble.
Best regards,
Kazuo Yamauchi