Tool/software: TI C/C++ Compiler
In the setting of my project, here is a path variable called CCE_INSTALL_ROOT.
But I cannot find this path variable under properties -> linked resources.
Why project is still able to reference it?
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.
Tool/software: TI C/C++ Compiler
In the setting of my project, here is a path variable called CCE_INSTALL_ROOT.
But I cannot find this path variable under properties -> linked resources.
Why project is still able to reference it?
Andy Lin94 said:Why project is still able to reference it?
It must be defined as a build variable. You can verify by going to Project Properties → Build → Variables tab, and check the box Show system variables.