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.

AIS Gen and Environment variables



Hi,

I am trying to have the AIS Gen pointing into the project workspace folder to get the .out files and generate the .bin file in the same folder.

Instead of using an absolute folder with AIS Gen, is it possible possible to use a {$workspace} environment variable?

Thx

KB2603

 

 

  • Hi KB2603,

    The {$workspace} and other environment variables are macros defined within Code Composer Studio. These are not global Windows environment variables, and are not available to programs outside of CCS.

    The AIS Gen tool also does not appear to accept defined Windows environment variables either (%TEMP%, etc.). The only way I can suggest to make a portable AIS Gen project would be to write a script that output an AIS Gen configuration (.cfg) file using a Windows environment variable.

    Hope this helps.

    Stan