Other Parts Discussed in Thread: CCSTUDIO
Can anyone give me a list of the accessible macros that can be used in the command line of a projects Final build step, Initial Build step or a file specific Pre-build or Post-build step of a CCS3.3 project? Does http://processors.wiki.ti.com/index.php/Project_Macros apply to CCS3.3? My tests indicate not, first clue is the use of "{" in stead of "(" and the lack of $(Proj_cfg).
In the discussions I see reference to $(Proj_cfg) and (Proj_dir), see: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/32716.aspx and http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/32716/114429.aspx#114429
Is the file name (of the currently active source file) and include paths available as macros so I can craft a template pre-build step to call lint on a source file by file basis? Kind of like what was done in CCS4 in: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/52967/189808.aspx#189808
I would rather not have to create file specific pre-build step for each file by hand. The best would be that when I add a file it inherits a template prebuild step, if possible.
Even then, the available macros could eliminate the need to hand enter the include paths for each files prebuild step.Much like the discussion about this very thing on CCS4, http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/52967/189808.aspx#189808, however upgrading to CSS4.0 is not an option for my current project, but running LINT on all my source files is a requirement!
Thanks
Rob