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.

CCSv5 ignoring Build Variables



I have followed the instructions as described here:

http://processors.wiki.ti.com/index.php/Portable_Projects

But CCS Version: 5.1.0.09000 seems to be ignoring the Path Variables and/or Build Variables for my compiler Include Options.

I have DEVICE_FILES defined as type: Directory,  Value: C:\TI\ccsv5\Workspace\f28m35x_v100
This is done under C/C++ Build -> Build Variables, and Resource -> Linked Resources -> Path Variables

Under CCS Build -> C2000 Compiler -> Include Options, I have a directory specified as "${DEVICE_FILES}/F28M35x_common/include" (with quotes)

However CCS seems to ignore this.  In my Project Explorer window panel, under the project's "Includes", it just shows "/F28M35x_common/include" (without the quotes).

I've read several forum posts and not found an answer except someone mentioned perhaps an issue with "URI scheme", but I don't know how to change or test that.

Any ideas?