Tool/software:
I'm attempting to use CCS project import facility to import a working CCS5 project using Tivaware 1.1 to CCS12. I copied the TivaWare 1.1 library to the correct location and everything builds fine until the very end when I get this gmake error message: "gmake: *** No rule to make target 'C:/ti/ccs1260/ccs/eclipse/TIVAWARE_INSTALL/driverlib/ccs/Debug/driverlib.lib', needed by 'tmca.out'"
The driverlib.lib file is present and I'm at a loss to even understand what this means. TIVAWARE_INSTALL is an environment variable that resolves to C:\ti\TivaWare_C_Series-1.1. I don't understand why this would be in the middle of a path used by gmake.
Any ideas?
Brent