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.

New Warnings with latest ARM compiler



While upgrading to a new notebook I installed CCS 5.3.00083. This comes as default with a 5.0.1 version of the ARM compiler.

Now I get this:

warning #10366-D: automatic library build: using library
   "C:\ti\ccsv5\tools\compiler\arm_5.0.1\lib\rtsv7A8_A_le_n_v3_eabi.lib" for
   the first time, so it must be built.  This may take a few minutes.
"tdeh_uwentry_arm.asm", REMARK   at line 57: [R0003] Including SP in the list is
                                                     deprecated in ARM mode
        STMFD    sp!, {r13-r15}  

"tdeh_uwentry_arm.asm", REMARK   at line 80: [R0003] Including SP in the list is
                                                     deprecated in ARM mode
        STMFD    sp!, {r13-r15}  

"tdeh_uwentry_arm.asm", REMARK   at line 97: [R0002] Including both LR and PC in
                                                     the list is deprecated in
                                                     ARM mode
        LDMIA    r13, {r0-r15}

"tdeh_uwentry_arm.asm", REMARK   at line 97: [R0003] Including SP in the list is
                                                     deprecated in ARM mode
        LDMIA    r13, {r0-r15}

"setjmp32.asm", REMARK   at line 107: [R0003] Including SP in the list is
                                              deprecated in ARM mode
        STMIA    A1!, {V1 - V8, SP, LR}

"setjmp32.asm", REMARK   at line 151: [R0003] Including SP in the list is
                                              deprecated in ARM mode
        LDMIA    A1!, {V1 - V8, SP, LR}

------------------

The compile of RTS and link still worked. But I am not sure what the warnings mean. Any serious implications? Are we going to fix the assembly in the RTS?

Regards.