Hi,
in our group we use CCS5.4.0.00091 to program our microcontroller TMS320FF2808. While we all use same functions for regulation/control purpose (like PI-regulator, clark and park transformation, ...) we made in the paste a .lib file with the ar2000, invoked from some batchfiles (CCS3.3)
From some month we migrate to CCS5.4, and I want to be able to rebuild our existing .lib, to add new functionality. Of course I could adapt the batch files to invoke the new ar2000. But I like integrate in CCS5.4 the command lines (or tool chaine) to generates this .lib file directly.
I now that with project wizzard it's possible to create a static library (search "How to Generate Library (.LIB) file" in this forum), but I would like use an existing project and create a new configuration to perform this. On this way, with a configuration "debug" I could check the functionality of my new functions. If the news functions work fine, with a new configuration "make Static Library" I will be able to generate the .lib file.
It is possible to mix the Tool Chain in the same project? If yes how? Are some document available?
Thanks in advance.