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.

CCSTUDIO: CCS 10.2 Linux no GUI cannot find SimpleLink MSP432

Part Number: CCSTUDIO


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

  • I found the solution by running this command before building the workspace:

    ./eclipse -noSplash -data /root/ti-ccs/workspace/ -application com.ti.common.core.initialize -rtsc.productDiscoveryPath "root/ti/ccs1020/;/root/ti/"

    No i get some other issues while building:

    subdir_rules.mk:10: recipe for target 'build-90018911-inproc' failed
    Error occurred during initialization of VM
    java.lang.UnsatisfiedLinkError: java.io.FileDescriptor.set(I)J
            at java.io.FileDescriptor.set(Native Method)
            at java.io.FileDescriptor.standardStream(FileDescriptor.java:163)
            at java.io.FileDescriptor.<clinit>(FileDescriptor.java:96)
            at java.lang.System.initializeSystemClass(System.java:1188)

  • So...

    I solved my own issue :D

    I installed the software new and followed the steps from this docker image:

    https://github.com/ahills60/ti-ccs-docker/blob/master/Dockerfile