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.

AM335x Graphics SDK build

I am trying to build the 5_01_01_01 SDK using the linaro compiler including Xorg support. This is failing with the following error.

keno@keno-VirtualBox:~/Graphics_SDK_5_01_01_01$ make BUILD=release OMAPES=8.x SUPPORT_XORG=1 FBDEV=yes all
building the sgx kernel modules...
/home/keno/gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux/bin:/home/keno/CodeSourcery/arm-2014.05/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
make[1]: Entering directory `/home/keno/Graphics_SDK_5_01_01_01/GFX_Linux_KM'
make[1]: Leaving directory `/home/keno/Graphics_SDK_5_01_01_01/GFX_Linux_KM'
make[1]: Entering directory `/home/keno/Graphics_SDK_5_01_01_01/GFX_Linux_KM'
make -C /home/keno/graphics/KERNEL M=`pwd`
make[2]: Entering directory `/home/keno/graphics/KERNEL'
LD /home/keno/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/built-in.o
CC [M] /home/keno/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/bc_cat.o
LD [M] /home/keno/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/bufferclass_ti.o
LD /home/keno/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/built-in.o
CC [M] /home/keno/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_displayclass.o
CC [M] /home/keno/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.o
/home/keno/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.c:134:27: fatal error: omapfb/omapfb.h: No such file or directory
#include <omapfb/omapfb.h>
^
compilation terminated.
make[4]: *** [/home/keno/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux/omaplfb_linux.o] Error 1
make[3]: *** [/home/keno/Graphics_SDK_5_01_01_01/GFX_Linux_KM/services4/3rdparty/dc_ti335x_linux] Error 2
make[2]: *** [_module_/home/keno/Graphics_SDK_5_01_01_01/GFX_Linux_KM] Error 2
make[2]: Leaving directory `/home/keno/graphics/KERNEL'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/keno/Graphics_SDK_5_01_01_01/GFX_Linux_KM'
make: *** [buildkernel] Error 2

The build succeeds if the XORG support is not enabled.

Any assistance is appreciated.