Hi guys,
Thanks in advance for helping me out. I am progamming on the Tiva Launchpad microcomputer, the EK-TM4C123GXL. I have a very simple project right now that blinks LEDs when I press a button. Everything was compiling and running fine until yesterday. I added another .c and .h file and it was still compiling just fine, but then I started getting this error.
"Browse Information of one or more files is not available:
.\source\termio.c
Doing a project rebuild would fix this."
termio.c is a file that initializes and has functions for uart usb communication with tera term. I added the termio.c and termio.h file to my project. Of course, rebuilding does not fix this error. I don't know what it means by browse information not available. Does anyone know how to fix this?
Thanks!