Tool/software: Code Composer Studio
Hello,
Not really a question since I found a way around these issues but anyway:
I tried to install CCS 8.3.1 (& 8.3.0), but encountered a few issues (I have admin rights on my user).
MacBook Pro (16-inch, 2019)
macOS Catalina | Version 10.15.2
Issue #1 | Setup application wouldn't launch::
- Need to give executing rights to app: sudo chmod +x CCS8.3.1.00004_osx/ccs_setup_8.3.1.00004.app/Contents/MacOS/*
Issue #2 | During installation got error "an error occurred failed to install jre correctly"
- Need to install app as as sudo: sudo ccs_setup_8.3.1.00004.app/Contents/MacOS/installbuilder.sh
After these changes CCS installed normally and seems to work fine.
PS: When I installed CCS8 on older Mac (don't remember which OS version ~4months ago), I did not have these same issues. Seems to be something new.