How to proceed with OMAP35x_Graphics_SDK( 'eglInitialize' returned egl error 'EGL_BAD_ALLC')

hi,
    I have got OMAP35x_Graphics_SDK_setuplinux_3_00_00_06.bin and a
omap3530 board, which can boot and run with Ångström Distribution
image.

    I have setup the toolchain with arm-2007q3.

    There are some puzzles about OMAP35x_Graphics_SDK.

    1.I have there are training samples (e.g.
OMAP35x_Graphics_SDK_3_00_00_06/GFX_Linux_SDK/OGLES2/SDKPackage/
TrainingCourse/01_Initialization).
       But how to compile the codes in the folder of /
01_Initialization. I failed to compile them.

compile info:
alex:~/OMAP35x_Graphics_SDK_3_00_00_06/GFX_Linux_SDK/OGLES2/SDKPackage/
TrainingCourse/01_Initialization/OGLES2/Build/LinuxOMAP3$ make
Makefile:14: ../../../../../Builds/OGLES2//make_platform.mak: No such
file or directory
make: *** No rule to make target `../../../../../Builds/OGLES2//
make_platform.mak'. Stop.

    2. I can compile demo sample successfully. Just edit Rule.make and
run make, all thing will be done.

        But when I copy the demo to omap3530 board ,and run according
to OMAP35x_Graphics_SDK_GettingStartedGuide.pdf . it failed to run.

the output info is :

      'eglInitialize' returned egl error 'EGL_BAD_ALLC' (0X3003)

       And I can run helloworld program in omap3530 board
successfully.

      How to proceed with OMAP35x_Graphics_SDK? any help ,thanks

alex.yang