I am getting 3 errors trying to compile TM4C Lab 5 using CCS 6.1:
1.
Description Resource Path Location Type
gmake: *** No rule to make target `C:/TI/ccsv6/ccsv6/eclipse/TIVAWARE_INSTALL/driverlib/ccs/Debug/driverlib.lib', needed by `lab5.out'. lab5 Unknown C/C++ Problem
2.
Description Resource Path Location Type
option --include_path is missing its parameter 'dir' main.c /lab5 C/C++ Problem
3.
Description Resource Path Location Type
option --include_path is missing its parameter 'dir' tm4c123gh6pm_startup_ccs.c /lab5 C/C++ Problem
Previously I could not run LAb 4 and ArtiG suggested that I install CCS 6.1.
I did that and after some more varible defines I finally got it to compile.
Now I am getting different errors using CCS 6.1 to compile Lab5.
I have been working on this for a day and read a number of Wiki and Forum posts, but they all are oriented to a different scenario of compiling or a different processor and I am not making any progress.
I have variables set:
CG_TOOL_ROOT
TIVAWARE_INSTALL
The Project Includes has:
C:\TI\ccsv6\ccsv6\tools\compiler\ti-cgt-arm_5.2.5\include
C:\TI\TivaWare_C_Series-1.1
Any help is much appreciated.
Thank-you,
Rob