Tool/software: Code Composer Studio
Could some explain the mentioned issue reported by TI.
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.
Tool/software: Code Composer Studio
Could some explain the mentioned issue reported by TI.
The issue is with the xdctools error parser that looks at the compiler output and then parses it into errors, warnings and advice. This parser only runs when xdctools are building SYS/BIOS or TI-RTOS. The normal error parser in CCS does not have this issue.
In this case there is a particular advice statement from the C2000 compiler that it interprets as being an error and not advice. This is seen when building SYS/BIOS applications on C2000 devices.
package/cfg/app_pe28FP.c", line 1932 (col. 13): advice: (Performance)
EABI double precision is 64-bits as opposed to 32-bits for COFF.
Consider changing doubles to floats for improved performance in
FPU32-mode.
Regards,
John