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.

Graphics SDK build error

Hello.

I have compiled u-boot and linux kernel, and made nfs root file system. It started ok.

Now i`m trying to build graphics sdk v3_01_00_06

and after 

(edit Rules.make)

export ARCH=arm

make all OMAPES=2.x BUILD=release

i have

/home/skeram/OMAP35x_Graphics_SDK_3_01_00_06/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/bc_cat.c: In function 'bc_cat_init':
/home/skeram/OMAP35x_Graphics_SDK_3_01_00_06/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/bc_cat.c:490: error: implicit declaration of function 'omap_rev_lt_3_0'
make[4]: *** [/home/skeram/OMAP35x_Graphics_SDK_3_01_00_06/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/bc_cat.o] Error 1
make[3]: *** [/home/skeram/OMAP35x_Graphics_SDK_3_01_00_06/GFX_Linux_KM/services4/3rdparty/bufferclass_ti] Error 2
make[2]: *** [_module_/home/skeram/OMAP35x_Graphics_SDK_3_01_00_06/GFX_Linux_KM] Error 2
make[2]: Leaving directory `/home/skeram/workdir/kernel/linux-2.6.32'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/skeram/OMAP35x_Graphics_SDK_3_01_00_06/GFX_Linux_KM'
make: *** [buildkernel] Error 2

I have LogicPD ZOOM OMAP35x SOM development kit, so i have to use appropriate linux kernel with patches(not from PSP SDK). I suspect it may be the reason.

Or, may be i have to do some additional steps to do before building graphics SGX kernel modules?