Part Number: TMDXIDK5718
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi
I would like to write some C header files that work with and without SYSBIOS.
How can I find out whether SYSBIOS is used or not?
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
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi
I would like to write some C header files that work with and without SYSBIOS.
How can I find out whether SYSBIOS is used or not?
Regards,
Markus
Hi Sasha
Thank you for your suggestions.
My build environment is CSS and this will also be true for some other people who work without sysbios.
The idea to check ti_sysbios_version for existance also can to my mind,
but this would require to include <ti/sysbios/bios.h> which will result in an error if that
package is not installed.
Is it possible to check the CSS sysbios install path variable from within C code?
Regards,
Markus
Hi Sasha
Sorry for the delay.
Yes, with "xdc_target_name__" it works.
Thank you!
Regards,
Markus