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.

LAUNCHXL-F280039C: How to change the reference GCC compiler path for 'clb_simulation'

Part Number: LAUNCHXL-F280039C
Other Parts Discussed in Thread: C2000WARE

Tool/software:

In my CCS project, I already changed the value of 'Path Variables' named 'CLB_SIM_COMPILER' to another different path: 'D:\ProgramFiles\TDM-GCC-64\bin', which is the actual install directory of my GCC, but why my building output 'clb_simulation.bat' file still reference to 'C:/TDM-GCC-64/bin/g++'? how to solve this problem

  • Hi Hengchen,

    I don't think the project properties is meant to automatically update the .bat file, you will need to manually edit the .bat file as a text file to use the correct GCC path.

    Thank you,

    Luke

  • Hi Luke,
    Thanks, I already solved this by modifying the template file "<C2000Ware>\utilities\clb_tool\clb_syscfg\source\.meta\templates\script\clb_simulation.bat.xdt" to use the correct GCC path, now it works just fineGrin

    Thank you Again,

    Have a nice day.

    Hengchen