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.
Consider the include paths specified in the project options, and if those exist in the new ones?
Options -> C/C++ -> Include Paths
Thanks for the reply.
I have given include paths. Now still i am getting following 2 errors
Error: L6218E: Undefined symbol UARTStdioInit (referred from simple_rx.o). Error: L6218E: Undefined symbol UARTprintf (referred from simple_rx.o).
This two symbols are from uartstdio.h
Perhaps, but this is a LINKER error indicating an absence of an object or library file containing the code behind the "references" to other code in the include file, and use in your source.
View all questions in Keil forum