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.

CCS: build_files eclipse variable is empty

Tool/software: Code Composer Studio

I'm trying to use ${build_files} in a pre-build step in CCS to invoke my linter (flexelint).  As far as I know, there's no other easy way to get the list of active files for the build out of CCS to do this.  The problem I run into is that this variable resolves to something completely empty.  This seems totally broken and makes it difficult to hook up any external tools to the CCS build system.