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.

TMS570 - Code Composer Studio 5.5 - Turning off stdlib inclusion

Hi,

we are carrying out some compiler verification work and see calls in the asembler to various standard library routines such as memset &  memcpy.

We have gone to great lengths to remove the use of stdlib routines in our main code body and do not have any requirement for stdlib in the source code, however the compiler is including them to use, for example during initilisation of arrays.

In order to reduce the scope of the work need for verification of the compiler it would be good to be able to instruct the complie it cannot use stblib.  I though --nostdlib would be the switch for this but is is not recognised by the compiler.

In summary:  It is possible to instruct the compiler not to use stdlib (assuming it is not included in the source code)

 

Regards

 

Steve