Part Number:TM4C129ENCZAD
Tool/software: Code Composer Studio
I installed Code Composer Studio 8 on macOS High Sierra 10.13.3, then used Resource Explorer. I was able to build one project and run successfully on the LaunchPad.
Now I am trying to build from a git clone of another project, and CCS8 is complaining:
Product 'tm4c' v2.1.3.156 is not currently installed and no compatible version is available. Please install this product or a compatible version.
I do not understand why I am seeing this error, since the product is already installed. I even tried uninstall and re-install, but no luck. I believe that I have eradicated the other developer's /Users/home path directory from the project files. As far as I know, the other project that builds is also using the TivaWare_C_Series-2.1.3.156 files.
I've scoured the project files looking for some bad path or other setting, but everything looks fine. The error message gives no details about where it is looking for the product. It's clearly installed, because when I run Resource Explorer and navigate to the "TM4C ARM Cortex-M4F MCU" item, it won't let me install without uninstalling first, telling me that Resource Explorer thinks the product is installed.
One difference is that the project that builds has its source inside my workspace. Meanwhile, the project that won't build has its source in another location, where git clone placed it. I use the "Import CCS Projects..." menu to add the source without copying it into the workspace (so that I can check changes back in to the git repository as I make improvements).
Is this an issue with CCS8? on macOS? I see other people with the same error message, but they're mixing Windows and macOS, and we're all macOS here.