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.

Compiler/TMS320F280049: Modify build configuration without IDE

Part Number: TMS320F280049


Tool/software: TI C/C++ Compiler

Hi expert,

I'd like to build projects without CCS, at the same time, I'd also like to modify build configurations (like default CPU1_RAM and CPU1_FLASH) using a text editor. Could you let me know if there is a local copy of build configuration I can get access to? Is that ready for me to modify outside a CCS IDE?

Thanks

Sheldon

  • Sheldon,

    If you strictly don't want to use CCS you will need to use CDT headless commands for non-CCS projects. Are your projects non-CCS projects (standard Eclipse CDT projects)? If so, follow the steps detailed for the standard Eclipe CDT documentation. Here is one example: gnu-mcu-eclipse.github.io/.../

    In order to build projects without the CCS GUI, you will still need to have an install of CCS and use the command line. I will recommend this method to bulid projects.

    In order to change build configurations, you can use a text editor to modify the projectspec or CCS project files (.cproject, .project) to add, delete or modify the settings.

    Regards,
    Ozino

    software-dl.ti.com/.../ccs_projects-command-line.html