This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can not open source input file "inc/hw_memmap.h": No such file or directory

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.

0