Part Number: OMAP-L138
Other Parts Discussed in Thread: OMAPL138
Tool/software: Code Composer Studio
Hi,
I have an OMAP-L138 LCDK dev board and Linux SDK v6.03 installed on my computer.
I've been experimenting with the dev board and my next step is to get a program which I compiled in CCS executing on the dev board.
I decided to try one of the example programs from TI as a starting point and chose the mem_util program.
However, when that program is compiled (with no changes) the below error message is output from the console:
mem_util.c:40:10: fatal error: stdio.h: No such file or directory
At the top of the file is #include <stdio.h>
However, if #include <stdio.h> is modified to #include "stdio.h" the compiler finds it, but then other #include <...> statements fail.
Where is the compiler expecting to find #include <stdio.h> as oppose to #include "stdio.h" ?
Below is a picture of the output:
Ben








