Hello,
I was working on an example program for UART (Stellarisware/examples/peripherals/UART/UART_Poll) with my LM3S8962 kit.
I included the following header file and their corresponding C files in my program.
"inc/hw_memmap.h"
"inc/hw_types.h"
"driverlib/sysctl.h"
"driverlib/uart.h"
"driverlib/gpio.h"
But while building the program I got fatel error.
Fatal error: could not open source file "E:/CCSworkspace"
1 fatal error detected in the compilation of "../uart_polled.c".
Compilation terminated.
What could be the solution for this.
I am using CCS v4 for my compilation.