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.
Tool/software: Code Composer Studio
I am trying to set up a build environment for Code Composer Studio to build projects for the CC1352 Launchpad that I have with me, inside a docker container running ubuntu.
I was able to download and install Code Composer Studio version 9.0.0 (latest 10 - and I wasn't able to install the latest version through the command line). I was also able to install the Simplelink SDK which has software and examples for the dev-kit that I have.
I'm following this guide to import and build projects from the command line for Code Composer Studio: http://software-dl.ti.com/ccs/esd/documents/ccs_projects-command-line.html
However, when I try to import a project (com.ti.ccstudio.apps.projectImport) into a workspace, or just try to create a new project (com.ti.ccstudio.apps.projectCreate), or really run any kind of eclipse command, I get an error:
java.lang.RuntimeException: Application "com.ti.ccstudio.apps.projectCreate" could not be found in the registry.
The main command that I'm running in order to build this code is :
./eclipse -noSplash -data "../../../ccs_workspaces/" -application com.ti.ccstudio.apps.projectCreate -ccs.name newProject -ccs.device com.ti.ccstudio.deviceModel.C6000.GenericC64xxDevice
Any ideas?
Samyukta,
We don't officially support docker containers however I hope that this related thread is helpful to get things working for you.
Hello AartiG,
I read the thread, and adding i386 to my dpkg did not resolve the problem.
However, I came across this github repository, which has a ccsv9 build on docker container running. It seems to at least recognise the build commands that I am giving, and may be useful to others as well.
https://github.com/algebratech/ccsv9-docker
Warm regards,
Samyukta
Glad you were able to find that reference and thanks for posting it here for the benefit of others.