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/TMS570LS3137: How to enable the c11 standards

Part Number: TMS570LS3137

Tool/software: TI C/C++ Compiler

Hi,

I am using the ti-cgt-arm_18.1.3.LTS\ armcl for the compilation and I want it conform to c11 standards.

So, i am providing the --c11 flag while compiling.

But during the compilation process, this option is getting ignored.

Is this compiler version supports the C11 standards?If not, then which versions support it, and which compiler i need to use?

and if yes then is there any settings i need to do to enable it?

Regards,

Shivam Kakad

  • Shivam Kakad said:
    Is this compiler version supports the C11 standards?

    No

    Shivam Kakad said:
    If not, then which versions support it, and which compiler i need to use?

    Support for C11 begins with version 18.12.0.LTS.  For further details, please search the latest ARM compiler manual for the sub-chapter titled Changing the ANSI/ISO C/C++ Language Mode.

    Thanks and regards,

    -George