This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

More: Lab 5: Creating IoT Solutions with the Tiva® C Series Connected LaunchPad Workshop

Other Parts Discussed in Thread: TM4C1294NCPDT

When I do the lab exactly as specified, with no "${TIVAWARE_INSTALL}" under include options I get:

#1965 cannot open source file "inc/tm4c1294ncpdt.h"      Note CCS6 cannot open any of the 7 #include files, this is just the first one. These folders/files are all in the C:\ti\TivaWare_C_Series-2.1.0.12573 folder.

However, when I include "${TIVAWARE_INSTALL}" in the ARM compiler Include path, all of the errors mentioned in my earlier post appear. The program builds the 2, c files (there are only two), but won't create the .out file. 

I tried copying all of the 7 files into the program and eliminating the #include for all of them. No go.

I am pretty well stumped having worked for the better part of 3 days on this without tangible results.

Thank you,

Hal

  • Hi Harold,

         I have tried Lab 5 using CCS 5.5, without any issues. Did you encounter any problems with lab 1 - 4 ? Because, the process is the same in creating a new CCS project.

         In the laboratory workshop, there is that part that you need to build variables for CCS. Did you do that?

         I am not much familiar yet to advice you about CCS6. Alternatively, post this at Code Composer Studio Forum, to get more expert advice.

    -kel

  • Markel:

    Thank you. After reviewing Lab 2 (Labs 1-4 worked fine), I noticed that the driverlib.lib file was not in Lab 5. Apparently we were supposed to add it, so once it and the TIVAWARE were added it worked. Adding the driverlib.lib was not in Lab 5 directions, so I guess I was supposed to know this.

    Thank you very much,

    Hal

  • I noticed too, that the laboratory workshop for Connected Launchpad, needs improvement.

    -kel