Hi guys,
I have some problems with building two of my projects on a linux server although I already got them build on another Windows machine. Here is my set up and the corelated error message.
- machine: Linux with Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-76-generic x86_64)
- installed: CCS 10.2 under /root/ti
- installed: SimpleLink MSP432, ti-cgt-arm_20.2.0.LTS and xdctools_3_61_00_16_core at /root/ti ( the toolchain and the xdc tools are copied manually into the dir ! )
- projects to be build: 1) own project 2) referenced tirtos_builds_MSP_EXP432E401Y_release_ccs
I got this mirroed on a windows machine and it works perfectly fine. The only difference is that I can verify my settings through the GUI which I have done once in the beginning.
Now on the Linux machine I can create a workspace with the terminal commands (same as on my windows set up) with
./root/ti/ccs1020/ccs/eclipse/eclipse -noSplash -data /mydir/ -application com.ti.ccstudio.apps.importProject -ccs.location project1 -ccs.location mydir/tirtos_builds_MSP_EXP432E401Y_release_ccs/tirtos_builds_MSP_EXP432E401Y_release_ccs
The second step is to build the workspace which gives me an error. I am running:
./root/ti/ccs1020/ccs/eclipse/eclipse -noSplash -data /mydir/ -application com.ti.ccstudio.apps.projectBuild -ccs.workspace
This is giving me the following error:
Buildfile generation error occurred..
Product com.ti.SIMPLELINK_MSP432E4_SDK v4.10.0.13 is not currently installed and no compatible version is available. Please install this product or a compatible version.
Build stopped..
I appreciate any help!
Best
Fabi