Other Parts Discussed in Thread: OMAP3530, DM3730
Hi,
I am following http://processors.wiki.ti.com/index.php/Introduction_to_C6Accel.
When I do make all everything goes well till it says:
Building examples for omap3530
make[1]: Leaving directory `/home/usuario/ti-dvsdk_dm3730-evm_4_02_00_06/psp/linux-driver-examples-psp03.00.01.06/video'
make -C /home/usuario/ti-dvsdk_dm3730-evm_4_02_00_06/<__libgles-omap3__> \
CSTOOL_DIR=/home/usuario/CodeSourcery/Sourcery_G++_Lite/ \
KERNEL_INSTALL_DIR=/home/usuario/ti-dvsdk_dm3730-evm_4_02_00_06/psp/linux-2.6.32-psp03.00.01.06.sdk \
GRAPHICS_INSTALL_DIR=/home/usuario/ti-dvsdk_dm3730-evm_4_02_00_06/<__libgles-omap3__> \
BUILD=release OMAPES=5.x all
/bin/sh: __libgles-omap3__: No such file or directory
make: *** [opengldemos] Error 1
What can it be?
Where can I get the directory <__libgles-omap3__>
I have write in Rules.make that PLATFORM=dm3730.
Is it ok if I am using a BeagleBoard xM?
Thank you.