6.4. Creating and Building Projects from the Command LineΒΆ
CCS Theia has terminal commands for creating, building, and importing projects. This is very convenient for nightly automated builds, or simply to perform these actions without bringing up the GUI interface.
- 6.4.1. Creating and Building Projects from Command Line
- 6.4.1.1. Create a CCS Project
- 6.4.1.2. Build a CCS Project
- 6.4.1.3. Import an Existing CCS Project
- 6.4.1.4. FAQs
- 6.4.1.4.1. Is there a command for deleting projects?
- 6.4.1.4.2. What is the command for importing multiple projects at once?
- 6.4.1.4.3. Is there a command line option to specify a path for newly installed version of compiler tools so CCS Theia can detect it?
- 6.4.1.4.4. Is there a command line option to specify a path for a new discoverable software product (C2000Ware, SimpleLink SDK, etc) so CCS Theia can detect it?
- 6.4.1.4.5. Is there a command line option to specify a path for a new RTSC software product so CCS Theia can detect it?
- 6.4.1.4.6. Are relative paths supported when using the Import Project command?
- 6.4.1.4.7. Can the -ccs.linkFile and -ccs.copyFile options use paths relative to a linked resource path variable such as PROJECT_LOC?
- 6.4.1.4.8. Is there an option to build all available build configurations for a project without specifying the configuration name? Currently it builds the default(active) configuration by default, or a specific build configuration can be specified.
- 6.4.1.4.9. Is there a way to modify the project options?
- 6.4.1.4.10. When creating a project using projectspec file, is it possible to override the version of RTSC products specified in the projectspec using a command line option?
- 6.4.1.5. Full API Guide
- 6.4.2. List of createProject Options
- 6.4.3. List of buildProject Options
- 6.4.4. List of importProject Options
- 6.4.5. Full API Guide
- 6.4.5.1. List of available applications
- 6.4.5.2. com.ti.ccs.apps.createProject
- 6.4.5.3. com.ti.ccs.apps.buildProject
- 6.4.5.4. com.ti.ccs.apps.importProject
- 6.4.5.5. com.ti.ccs.apps.modifyProject
- 6.4.5.6. com.ti.ccs.apps.importSketch
- 6.4.5.7. com.ti.ccs.apps.inspect
- 6.4.5.8. com.ti.ccs.apps.createTargetConfiguration
- 6.4.5.9. Full ISA device support descriptions