I recently downloaded the latest release of Tivaware (2.0.1.x) and changed my current project to utilize it. However, the project utilizing the TM4C1233H6PM which compiled with the previous version (1.1) without any errors or warnings is now giving me the following errors:
"C:/ti/TivaWare_C_Series-2.0.1.11577/driverlib/hibernate.h", line 229: warning #233-D: declaration is not visible outside of function "C:/ti/TivaWare_C_Series-2.0.1.11577/driverlib/hibernate.h", line 230: warning #233-D: declaration is not visible outside of function "C:/ti/TivaWare_C_Series-2.0.1.11577/driverlib/hibernate.h", line 231: warning #233-D: declaration is not visible outside of function "C:/ti/TivaWare_C_Series-2.0.1.11577/driverlib/hibernate.h", line 232: warning #233-D: declaration is not visible outside of function
However, when I look at the errors and warnings I'm begin pointed to a random location within my code. and highlighting lines which don't reference the hibernate module at all. It also tells me it can't fit the ".data" into SRAM.
Attached is my Debug Linker address map. In order to attach it I had to rename it to .txt from .map.3443.SLD.txt