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.

cl6x: acp6x command file location

I'm attempting to migrate code development using C6000 code generation tools from a virtual box environment into windows subsystem for linux.  Unfortunately, I keep getting acp6x file could not be found errors as follows:

acp6x -@C:\\Users\\me\\AppData\\Local\\Temp\\1044016
>> ERROR: cannot run acp6x - file could not be found

What flag or environment variable do I need to set to make cl6x use the linux "/tmp" temporary directory instead of trying to use inaccessible windows temporary file locations? I've already tried setting "-ft=/tmp" without success.