Part Number: TMDXIDK5718
Tool/software: TI-RTOS
Hi
I'm using XDCTools V3.32.01.22:
Is there a way to determine the XDC Tools version at compile-time?
Regards,
Markus
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.
Part Number: TMDXIDK5718
Tool/software: TI-RTOS
Hi
I'm using XDCTools V3.32.01.22:
Is there a way to determine the XDC Tools version at compile-time?
Regards,
Markus
HI Rahul
Thank you for your answer.
I was trying to figure out the xdctools version from within my software.
Meanwile I found out that every module has a symbolic constant "xdc_<module_name>"___VERS".
This is even better as I only need to check compatibility of some structs defined by xdc.
Regards,
Markus