TI experts-
We're using command-line build, basically following the diagram on this page:
http://processors.wiki.ti.com/index.php/How_is_SYS/BIOS_related_to_XDCtools_and_RTSC%3F
We have our own Makefile (not using gmake). We've noticed that XDC tools (xs) always runs and re-generates several files; i.e. there does not seem to be a check whether our configuration/platform files have changed. This slows down the build process. Is there a file or command-line option we can modify to avoid running XDC tools if no RTSC platform or config file changes have been made?
Thanks.
-Jeff