Other Parts Discussed in Thread: TMS320C6455
Windows 7 64-bit
CCS Version 4.1.3.00038
TMS320C6455+ on a DSK6455 (Spectrum Digital)
I'm trying to build a C6455 project (which references a RTSC project) in 'Release' mode, and I'm getting (what seems to be) a compiler error: "no match for ICALL". It seems to be due to the "Optimization level -opt_level" compiler option (regardless of whether I choose level 1, 2, or 3), as I can get rid of the error if I remove this optimization entirely. However, compiling with this optimization level would be best for my specific application.
Compiler Options which DON'T reproduce the error: -mv64+ --symdebug:none -O0 -ms3 --program_level_compile --gcc --diag_warning=225 --opt_for_speed=5
Compiler Options which DO reproduce the error: -mv64+ --symdebug:none -O3 -ms3 --program_level_compile --gcc --diag_warning=225 --opt_for_speed=5
Thanks in advance for any help in resolving this issue.