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.

Mac: CCS 6.1.3.00033 does not work on case sensitive file system

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.

 

  • Dominik,

    Thank you for reporting this. I filed the bug CCS_ST-2662 so the CCS test team is aware of this shortcoming.

    I apologize for the inconvenience,
    Rafael
  • Thank you Dominik for figuring that out ....

    Its rather sad that even compilation on Mac for many of the simple link academy examples have "case insensitive-ness" as a major issue. Different C files have included header files with different "case conventions" - camel cased, all lower case etc and the physical file is with a different convention.

    I have got around it for now by creating soft links in the file system !

    Even the documentation has conventions all mixed up. An element in a structure is given as xxxx.yyyy.zzzz in the documentation and it is defined as xxxxYyyyZzzz in the header file !

    Whew .. !