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.