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.

"File not found" error running JTAG configuration test under Linux

While setting up a JTAG target in CCS V5.1.1.00033, clicking on the "Test Connection" button gives a "file not found" error. It's looking for a file named "dbgjtag.exe", which is the wrong name for a Linux system. There exists an executable file named "dbgjtag" in the same directory it's searching.

Creating a symlink from "dbgjtag.exe" to the "dbgjtag" file gives satisfactory results, so this appears to be a file name issue rather than a missing file.