I have installed Keil MDK for ARM in my PC. Copied Stellarisware folder in C drive.
I opened can_fifo.uvproj & run, it shows no error. can_fifo.h is stored at C:\StellarisWare\boards\ek-lm3s8962\can_fifo
When I copied this project at another location e.g.E:\New folder\can_device_fifo When i run it , it shows error 'Can not open source input file "inc/hw_memmap.h": No such file or directory'
Similarly if i create a new project in E: or D: drive & suppose i am adding a file to the project e.g. simple_rx.c
When i build it shows same error 'Can not open source input file "inc/hw_memmap.h": No such file or directory'
Please help me in solving this problem.