PDA

View Full Version : bug



girishdev14
June 6th, 2013, 12:23 PM
how to remove the bug:-drivers/video/omap2/vram.c:35:23: fatal error: plat/sram.h: No such file or directory
compilation terminated..while compiling the kernel..link is

https://wiki.ubuntu.com/KernelTeam/ARMKernelCrossCompile

lisati
June 6th, 2013, 12:26 PM
Thread moved to Programming Talk.

ofnuts
June 7th, 2013, 12:28 PM
If you consider thiis to be a "bug" you are dealing with stuff that is currently out of your league. What happens here is that a C source file is "including" another file (plat/sram.h) but the compiler doesn't find it. Normally the build process gives the compiler a series of directories where it can look for included files. If you are missing prerequisites you may be missing on or more of these directories.