This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux kernel compilation

Hai 

I'm Sekra

When i compile the kernel 3.0.xx for aptina camera driver.I met one difficulty.

It shows an serious error in "board-omap3beagle-camera.c",I get this file from the github-Beagleboard xm

When i compile this file i got an error as follows,

CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
CC arch/arm/mach-omap2/board-omap3beagle-camera.o
arch/arm/mach-omap2/board-omap3beagle-camera.c:76: error: initializer element is not constant
arch/arm/mach-omap2/board-omap3beagle-camera.c:76: error: (near initialization for 'beagle_isp_platform_data.subdevs')
make[1]: *** [arch/arm/mach-omap2/board-omap3beagle-camera.o] Error 1
make: *** [arch/arm/mach-omap2] Error 2

beagle_camera_subdevs = this function needs a declaration.but i add all the libraries & header files apparently.

Can anyone helpme.

Thanks in advance.