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.

L27.IS.2.P2 OMAP4 Icecream Sandwich Release. Can't build gfx_vout_mod

Hello!

I use instruction from http://omappedia.org/wiki/L27.IS.2.P2_OMAP4_Icecream_Sandwich_Release_Notes  with simular to OMAP4430SDP board.

cd ${YOUR_PATH}
mkdir kernel
git clone git://git.omapzoom.org/kernel/omap.git kernel/android-3.0
cd kernel/android-3.0
git checkout ba85feb915a37bfd798deb3e24ae9fdd58cba6aa 

And can build 3.0.8 kernel.

But when I enabled  OMAP V4L2 GFX driver in .config build failed(.

Can you help me?