Other Parts Discussed in Thread: CCSTUDIO, EK-TM4C1294XL
Tool/software: Code Composer Studio
Based on recommendations on these forums, I've been trying to build some simple I2C examples in SPMA073 - touching the above-referenced part - the TMP275.
subdir_rules.mk produces the following error:
random.obj: /Applications/ti/ccsv7/eclipse/Ccstudio.app/Contents/MacOS/D:/ti/TivaWare_C_Series-2.1.1.71/utils/random.c $(GEN_OPTS) | $(GEN_HDRS)
How to remediate this? Among other things, this being on a Mac, there is no 'D:/'
I do have more recent versions of TivaWare:
- in my EK-TM4C129 local 'repo': SW-EK-TM4C129EXL-2.1.4.178
- and /ti/TivaWare_C_Series-2.1.3.156
and use these configurations to build various projects... ( is it generally good Build Hygiene to use the most recent version of TivaWare? )
... but no version of TivaWare within the CCSv7 tree: /Applications/ti/ccsv7/eclipse/Ccstudio.app/Contents/MacOS/... (etc)
Have modified variables/search paths in the Project's Properties to reflect the location of these packages, but can't find any which will modify the above behavior.
Where is it?
