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.

CCS/TMS320F28335: "C:\ti\xdctools_3_25_03_72/tconf"' is not recognized as an internal or external command, operable program or batch file

Part Number: TMS320F28335

Tool/software: Code Composer Studio

Hello,

On build I hit the error mentioned 

"C:/ti/xdctools_3_25_03_72/tconf"' is not recognized as an internal or external command,
operable program or batch file

As a solution:

- Added C:\ti\xdctools_3_25_03_72\ to environment PATH variables

- Added C:/ti/xdctools_3_25_03_72/ as XDCROOT to build variable in CCS

.

Still facing the same issue. Any help would be greatly welcomed.

  • Richard,

    Sorry about the delayed reply.

    Richard Lobo said:
    "C:/ti/xdctools_3_25_03_72/tconf"' is not recognized as an internal or external command,
    operable program or batch file

    The tconf executable is usually within the BIOS v5.x installation, not directly in the xdctools folder. So depending on your version of BIOS, it should be in c:\ti\bios_5_42_xx_xx\xdctools directory. I'm not sure why it is looking for it in a different location though, especially if invoking tconf is part of the build process then CCS should take care of the paths by itself.

  • Aarti,
    Thanks for the response. The build batch was directed with the path variable XDC_CG_ROOT which wasn't available. Resolved it by adding the path directly c:\ti\bios_5_42_xx_xx\xdctools.