Tool/software: Code Composer Studio
hi,
when i compile MMW demo dss project in ccs, it show some warning here.
When running DSS subsystem in CCS debug mode, it will hang at soc_init().
But when change compiler optimization options from off to o3, still warning there, but will not hang at soc_init() any more.
what is the problem?
Thanks
log is attached.
warning #10370-D: Possible codesize or performance degradation. Section ".text:SOC_init:libsoc_xwr16xx.ae674<soc.oe674>" has calls to rts routines, but rts is placed out of range from call site at 0x20003cc4, or in a different section. To optimize codesize, either 1) place rts closer to call site, or 2) place rts in same section, or 3) compile with --disable_push_pop. warning #10370-D: Possible codesize or performance degradation. Section ".text:SOC_init:libsoc_xwr16xx.ae674<soc.oe674>" has calls to rts routines, but rts is placed out of range from call site at 0x20003bc0, or in a different section. To optimize codesize, either 1) place rts closer to call site, or 2) place rts in same section, or 3) compile with --disable_push_pop.