This image is used for automated build of CCS projects for C55XX processor family.
Run this image in a directory with your CCS project giving first argument as a project name to build it:
docker run --rm -it -v "${PWD}:/src" ccs-c55x-docker my-project/Debug You will find install.sh script under install directory. This script downloads CCS and BIOS installation files and installs them into current directory according to settings (bios_responses.txt and ccs_responses.txt). Then you need to run CCS and update Eclipse configuration with DSP/BIOS tools (Eclipse usually recognizes new tools automatically). Finally, you create tarball ccs.tar.gz.