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: CCS v7 for Mac OS X will not install

Other Parts Discussed in Thread: CCSTUDIO, ENERGYTRACE

Tool/software: Code Composer Studio

I've tried both the web based and the offline version of the installer on OS X 10.12.3 (latest) and both simply launch and die.

I've installed both the latest JRE and JDK 8.121 thinking that was the issue (and rebooted even).

Then went to /var/log/system.log and found this when I launch....

Feb 1 06:57:34 jmbp17 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.IDECacheDeleteAppExtension.98205): Path not allowed in target domain: type = pid, path = /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/XPCServices/RootDebuggingXPCService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/Xcode.app/Contents/PlugIns/IDECacheDeleteAppExtension.appex
Feb 1 06:57:34 jmbp17 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.IDECacheDeleteAppExtension.98205): Path not allowed in target domain: type = pid, path = /Applications/Xcode.app/Contents/Frameworks/DFRSupportKit.framework/Versions/A/XPCServices/IDETouchBarSimulatorService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/Xcode.app/Contents/PlugIns/IDECacheDeleteAppExtension.appex

It appears as though the .zip (extracted to a folder) is incomplete.  Wish this were a .dmg instead anyway.

This product is so new it doesn't have any CCS v7 FAQs, forums entries, etc (at least not that I could find), no migration pages whatever.  So maybe I'm the first or I'm blind :)

Looks like CCS v7 is using Eclips 4.6 which is supposed to have CDT unit test included (which is what I'm hoping since I can't find CDT unittest for download anymore).

Please direct me to anything I'm going wrong.  Thx.

  • Hi Jay,

    Were you able to install CCS 6.2.0? You may be running into an issue we're seeing but unfortunately, there's no work around yet as we can't reproduce the problem here. Please let me know if 6.2 installed for you, it'll give us one more lead.

    Thanks

    Danish

  • Yes, 6.2 is working fine.

  • I also cannot install 7.1 on a Mac. I'm behind a proxy and though it does start downloading with the correct proxy info, after a while it crashes. I tried the "offline" version, but it still wants to download even though it already seems to have all the files! And then it also crashes. OS X 10.12.3. Argh.
  • Hi Paul,

    Could you please zip up the contents of the install_dir/ccsv7/install_logs folder and attach the zip file here? Also, could you try the offline installer after deleting the contents of the ccsv7 folder? Sometimes, a previously failed installation does not get the opportunity to exit gracefully and can leave files behind that confuse the next installation.

    Thanks

    Danish

  • Just saw your Mar 7 note.  Sorry for the delay.

    FYI - I've installed 7.1.0.00016 on my Mac just fine.  Been using it now for some time.

    So I'm sure I've overwritten whatever you were asking for and believe the request is now OBE - right?

    Thx.

    J

  • No worries, as long as you're able to install and use CCS.

    We did find the cause of the offline installer looking to download from the web - Sierra introduced a new security feature called "Gatekeeper Path Randomization" (or "app translocation", as it's called on the API level).

    Running "xattr -r -d com.apple.quarantine ccs_setup_7.1.0.00016.app" will fix the issue.
  • Danish - it would be good to get this fix added to the installation notes in the release notes or on the blog - it is still needed for the v7.2 CCS
  • Yes, the plan is to make this information available, with 7.2.
  • Running "xattr -r -d com.apple.quarantine ccs_setup_7.3.0.00019.app" didn't work for me. I have also tried running "xattr -r -d com.apple.quarantine" on the folder containing ccs_setup_7.3.0.00019.app.

    I am trying to install CCS 7.3 on macOS High Sierra (10.13 (17A365)). The online installer didn't work and the offline installer keeps trying to download things. In the end, I get an error message such as:

    "An error occured : Installation of the following components failed:

    com.ti.ccstudio.doc.osx
    com.ti.dvt2.graph.visualization.feature.group,com.ti.dvt2.rov.feature.group,com.ti.dvt2.resource.explorer.feature.group
    com.ti.dvt.energytrace.feature.group
    com.ti.dvt2.trace.ccs.feature.group,com.ti.dvt2.trace.control.feature.group,com.ti.dvt2.analysis.suite.feature.group
    com.ti.dvt2.uia.feature.group,com.ti.dvt2.analysis.suite.feature.group
    com.ti.dvt2.via.ccs.feature.group,com.ti.dvt2.profileanalysismanager.feature.group
    com.ti.ccstudio.c2000
    com.ti.ccstudio.p2appf
    com.ti.targetcontent.feature.group
    com.ti.tirex
    com.ti.ccstudio.targetdb.props.default.osx
    Binaries can be found in /Applications/ti/ccsv7/installers to complete the installation.
    Some features of CCS may not be functional due to this failure. Please submit your installation logs and visit the e2e forum at e2e.ti.com/.../81.aspx to resolve the issue."

    Also, the folder referenced in the above message, installers, in /Applications/ti/ccsv7/, does not exist.
  • This solved it for me. I deleted the ccsv7 folder and ran the offline installer.

    Besides that, I had already ran "xattr -r -d com.apple.quarantine" on the whole offline installer folder and moved the folder to another directory (other than Downloads), although I can't tell whether all those steps were necessary for it to work.