Tool/software:
HI Team,
My customer want to use the whole program optimizations to speed program execute, but CCS complier will report error, how can we avoid this error with -O = 4? Thanks!
Best Regards,
Zane
Tool/software:
HI Team,
My customer want to use the whole program optimizations to speed program execute, but CCS complier will report error, how can we avoid this error with -O = 4? Thanks!
Best Regards,
Zane
Hi Zane,
This compiler error is specific to the customer's code, you can often resolve this error by reordering some of the calculations around where the error is being thrown, in order to better optimize the CPU instructions. You can read more information on this in the document http://ti.com/lit/spraan9
Regards,
Peter