I am new to the software (using code composer 6.1) and was trying to learn to make a new project, I planned to modify some of the code from the hibernate example once I got it working.
To start out I selected the board (TM4C129XNCZAD) and then copied the entire code from the hibernate.c example into the main.c of the new project and tried to build it (I have successfully used the hibernate example itself before). I got the error [cannot open source file "inc/hw_gpio.h" ].
After some looking I fixed this error by adding the ti\TivaWare_C_Series-2.0.1.11577 folder as a directory, but instead got the same error, but this time for frame.h.
I tried adding the frame.c (and all the other files in the drivers folder for the hibernate example) manually through the add files but that failed as well (lots of errors).
I'm really stuck here and don't know what I'm doing wrong.