This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

The Texture Compression Tool for Linux x64 is actually a 32 bit binary

It doesn't run on 64 bit linux. I verified this by running the 'file' command: it's a ELF 32-bit LSB executable. This is unfortunately blocking my project; is there any way you can upload a proper 64-bit version? Thanks!

  • Hello radvani, is that texture compression tool for that ARM Mali GPUs?

    If so, I advise you move that question to the ARM Mali Graphics group by clicking Move in that action list on the right. You need to have clicked Join group on ARM Mali Graphics first (no approval needed).

    EDIT: I have now moved it.

  • Hi Radvani, I just ran this on Ubuntu 12.04.3 LTS x64 and it ran fine for me, I think you just need the relevant 32bit libraries installed. If you run "ldd bin/*" in the extracted folder then it should tell you what it is missing. For example to install the 32 bit libjpeg on Ubuntu it is "apt-get install libjpeg62:i386".

    That said, we have noted this for a future release as it would be nice to not require 32 bit libs.

    Thanks,

    Chris