Hope someone may be able help me understand the problem and how to fix it.
I am using the Tiva Launchpad board, CCS 6.1.1.00022, Tivaware 1.1, compiler TI v5.2.5.
My build of Lab10 fails with the following:
**** Build of configuration Debug for project lab10 ****
"D:\\CCS\\ccsv6\\utils\\bin\\gmake" -k all
gmake:
*** No rule to make target `D:/CCS/ccsv6/eclipse/PARENT-1-TIVAWARE_INSTALL/TivaWare_C_Series-1.1/utils/ustdlib.c', needed by
`ustdlib.obj'.
gmake:
*** No rule to make target `D:/CCS/ccsv6/eclipse/PARENT-1-TIVAWARE_INSTALL/TivaWare_C_Series-1.1/driverlib/ccs/Debug/driverlib.lib',
needed by `lab10.out'.
gmake:
*** No rule to make target `D:/CCS/ccsv6/eclipse/PARENT-1-TIVAWARE_INSTALL/TivaWare_C_Series-1.1/grlib/ccs/Debug/grlib.lib',
needed by `lab10.out'.
gmake: Target `all' not remade because of errors.
**** Build Finished ****
There is no such directory as D:/CCS/ccsv6/eclipse/PARENT-1-TIVAWARE_INSTALL/TivaWare_C_Series-1.1/driverlib/ccs/Debug or the two
in the other error messages on my computer. These directories are not listed in any compiler or linker path option.
Where does the /PARENT-1-TIVAWARE_INSTALL/TivaWare_C_Series-1.1 part of the directory come from? How can I fix my problem.
I am still learning about gmake so any direction would assist
Thank you