Tool/software: TI-RTOS
Hi,
I have a project that gets built for various CCS build configurations, let's say DEBUG1/RELEASE1/DEBUG2/RELEASE2.
DEBUG2/RELEASE2 are new and they need a new SYSBIOS .cfg file.
I need a way to specify in DEBUG1/RELEASE1 that XDCTOOLS should build only SYSBIOS1.cfg.
And of course, DEBUG2/RELEASE2 -> should build only SYSBIOS2.cfg.
Both SYSBIOS1.cfg and SYSBIOS2.cfg are in my project directory tree root.
A 2nd method would to use a common SYSBIOS.cfg for both an figure out in the .cfg itself which is the CCS build configuration but the syntax of .cfg is undocumented.
For both of these methods I can't find any documentation in the SYSBIOS manual.
Hope I get some help here.
Thanks.