Other Parts Discussed in Thread: CCSTUDIO
I just installed CCS 6.1.3.00033 on Mac OS X 10.11.4. While it installs without problems, when I try to run it, it will give me an error that a companion shared library can't be found.
I am very certain that the reason is that I am using a case sensitive HFS+ partition, which is not what the average Mac OS X user is using.
There is also a link in <INSTALL>/ti/ccsv6/eclipse which also has the wrong case:
ccstudio -> <INSTALL>/ti/ccsv6/eclipse/ccstudio.app/Contents/MacOS/ccstudio
which should be
ccstudio -> <INSTALL>/ti/ccsv6/eclipse/Ccstudio.app/Contents/MacOS/ccstudio
Installing it on a case aware HFS+ partition works.