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.

MCU-PLUS-SDK-AM263X: TI Clang compiler warning

Part Number: MCU-PLUS-SDK-AM263X
Other Parts Discussed in Thread: LP-AM263

Tool/software:

I would like to know what compiler should be used with the AM263X SDK.

The readme states CLANG:

However on the simplest hello world example from here (which also has CLANG toolchain mentioned): 
https://dev.ti.com/tirex4-desktop/content/mcu_plus_sdk_am263x_09_02_00_55/docs/api_guide_am263x/EXAMPLES_HELLO_WORLD.html

I get this warning:
Selected device does not currently provide project initialization details for the TICLANG toolchain. The project may require further manual set up.

Devboard used is LP-AM263, example compiles and runs however I would like to know what is that warning and should I care about it.

  • Hello,

    however I would like to know what is that warning and should I care about it.

    It is a generic warning from the IDE. It typically is something to be aware of if creating a new project from scratch. If you are working with an existing SDK example, then everything should already be configured correctly.

    Thanks

    ki

  • So basically I should always start with an example closest to what I want to achieve to avoid editing config files. And the compiler toolchain is definitely CLANG than ... Well see how it works.