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.

Compiler/TMS570LC4357: reproducible build

Part Number: TMS570LC4357

Tool/software: TI C/C++ Compiler

Hello,

    I am trying to intergrate TI ARM compiler (v16.9.1) into continuous integration chain. I need the build to be reproducible. (Multiple builds on same source code give same result - bitwise). However compiler puts some random number into String table section. For example: 0514010, 0706412, ....

I was not able to find out meaning of this string and how to get rid of it.