I try to interface LCD with Tiva C Series kit. its an error like this
lcd123.c(9): error: #5: cannot open source input file "hw_memmap.h": No such file or directory
what shell i do...
Find the file, and it's position relative to your other source, and either get a copy of the file, or set the "include paths" used by the compiler so it may find it when you #include it.