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.

Building SGX530 Graphics Demos for OGLES2

Guru 10685 points

Hi, not sure if this is the right forum for this but I post here as it concerns the EZSDK which comes with the Integra. I am trying to build the 3D graphics demos that run on OGLES2 so that I can emulate them on my PC before running them on the dev board. I am following the PDF guide that is located here:

 

ti-ezsdk_c6a816x-evm_5_00_00_56/omap35x_graphics_sdk_4.00.00.01/GFX_Linux_SDK/OGLES2/SDKPackage/OpenGL ES 2.x SDK.User Guide.1.20f.External.pdf

 

and specifically within that guide I am following section 3.1.2. "Linux PC Emulation". Basically, it says that I must run “export PLATFORM=LinuxPC” and then type "make" in the "Build/LinuxGeneric" folder to build an application. When I do this for any of the training examples it always fails.

i.e. my command line dialogue in Ubuntu goes like this:

user@tempuser-desktop:~/ezsdk/ti-ezsdk_c6a816x-evm_5_00_00_56/omap35x_graphics_sdk_4.00.00.01/GFX_Linux_SDK/OGLES2/SDKPackage/Demos/Coverflow/OGLES2/Build/LinuxGeneric$ make
../../../../../Builds/OGLES2/LinuxGeneric/make_demo.mak:11: ../../../../../Builds/OGLES2/LinuxPC/make_platform.mak: No such file or directory
Makefile:25: warning: overriding commands for target `clean'
../../../../../Builds/OGLES2/LinuxGeneric/make_demo.mak:102: warning: ignoring old commands for target `clean'
make: *** No rule to make target `../../../../../Builds/OGLES2/LinuxPC/make_platform.mak'. Stop.

Any ideas where I am going wrong? To be honest, it looks like the EZSDK is missing numerous folders that should be called "LinuxPC" that should have makefiles called "make_platform.mak" in.