Hello,
we are currently trying to set up the TI graphics SDK from the following link:
http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest//exports/Graphics_SDK_setuplinux_4_10_00_01_minimal_demos.bin
The download and md5sum are fine, but unfortunately upon running
chmod +x ./Graphics_SDK_setuplinux_4_10_00_01_minimal_demos.bin
Graphics_SDK_setuplinux_4_10_00_01_minimal_demos.bin
nothing happens (i.e., the command returns instantly to the prompt), and an error 127 is returned as shown by "echo $?".
The distribution is Ubuntu 12.04 LTS, uname -a shows
Linux qakbox 3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:13:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
What can we do to set up the SDK? Is there a way to manually extract the files from the installer?