Atom Build provider for building Code Composer Studio projects. (Windows only)
This is my first Atom Build provider and it's all manual. Path to eclipsec.exe, workspace, project name and configuration has to be entered in settings and this is what will be built, no matter which project or file is open in Atom.
Install build-ccs
from Atom's Package Manager or the command-line equivalent:
$ apm install build-ccs
Change to your Atom packages directory:
$ cd %USERPROFILE%\.atom\packages
Clone repository as build-ccs
:
$ git clone https://github.com/leifmariposa/atom-build-ccs build-ccs
Inside the cloned directory, install Node dependencies:
$ yarn || npm install
The path to eclipsec.exe, e.g. c:\ti\ccsv6\eclipse
The path to CCS workspace, e.g. C:\Users\leifm\ccs_workspace_v6_1_3
The name of the project to build
The configuration to build, e.g. Debug
For to be able to choose CCS as build target there must be a valid path to eclipsec.exe and the CCS workspace in settings.
Before you can build, select an active target with your preferred build option.
Available targets:
CCS
— builds Code Composer Studio projectHere's a reminder of the default shortcuts you can use with this package:
Choose target
Super+Alt+T or F7
Toggle build panel
Super+Alt+V or F8
Build script
Super+Alt+B or F9
This work is licensed under the The MIT License.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.