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: Checking the Version of MCU-PLUS-SDK-AM263X At Build Time

Part Number: MCU-PLUS-SDK-AM263X
Other Parts Discussed in Thread: C2000WARE,

Hello,

I'd like to check that anyone building the project is using the right MCU-PLUS-SDK version. By checking I mean ideally aborting the build process if not the correct version.

For the compiler, it's easy, I just check __ti_version__ and combine with #error.

For DriverLib in C2000Ware, I can check the value of VERSION_NUMBER macro in version.h and combine with #error. 

But I cannot find the equivalent for MCU-PLUS-SDK-AM263X. Have I overlooked something and is such a check currently possible? If not, please implement a version header file similar to DriverLib.

Thank you.