This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Fatal error in example program

Other Parts Discussed in Thread: LM3S8962

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.