Tool/software: Code Composer Studio
Hi,
I am getting #112-D warning on code autogenerated by CCS:
Is this normal? How I can get rid of this?
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.
Tool/software: Code Composer Studio
Hi,
I am getting #112-D warning on code autogenerated by CCS:
Is this normal? How I can get rid of this?
Hello Antonio,
The warning is described in the below post:
e2e.ti.com/.../1747862
Basically it is not necessarily something that is always cause for concern.
Thanks
ki
The TI 18.x compiler tools are a little smarter than prior tools. 18.x flags unreachable code that 17.x didn't flag.
This issue (tracked by XDCTOOLS-216) was fixed in XDC 3.50.05. XDC 3.50.05 generates slightly different code to avoid this compiler warning.
You can update to latest XDC 3.50 (all 3.50.0x are compatibile with earlier versions) or suppress that warning. The warning can be safely ignored. The compiler has a command line option to suppress specific warnings.
You can get XDC releases here: