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.

CCS/ENERGIA: Error message about Energia install location

Part Number: ENERGIA

Tool/software: Code Composer Studio

I have the Energia app downloaded and created a sketch within the app. I need to open the sketch in CCS to do some additional analyzation that the Energia app can't do. When I go to import the sketch, I get the following error message:

"The specified directory does not resemble an Energia install. Please select the directory containing the 'energia' executable."

Is there a solution to this problem for CCS v10 on a mac?

  • Paige,

    I have seen something like this before with Energia 21.  I have not tried this recently but the problem I hit before was a bug in Energia where the following file was not getting updated:

    /Energia.app/Contents/Java/lib/version.txt

    Inside this file do you see a string ${version}

    If so then it is the same issue.  Energia is supposed to replace that with its version so something like this: 1.8.7E21

    I am not sure what version you are using but you could check that file and see if this solution works for you.

    Regards,
    John