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.

TMS570LS3137: CCS 10 compiler errata

Part Number: TMS570LS3137


We are using CCS Version: 10.1.1.00004 and compiler version 20.2.4.LTS, The following compiler issues are unable reproduce,


CODEGEN-962 Should accept 2-operand SUB SP in Thumb1/UAL mode.

Observation: SUB SP, SP, #0x1004 is working as expected.

CODEGEN-927 Should accept 2-operand add in ARM mode.

Observation: ADD R1, R1, #0x1004 is working as expected.

CODEGEN-753 Warning generated when using __curpc intrinsic on Thumb 2.

Observation: No warning generated.


CODEGEN-104 Linker gives misleading warning when dot expressions used in SECTION directive for .stack section.

Observation: No warning generated.


CODEGEN-56 Forward reference in .space generates an internal error.

Observation: No internal error generated.