Personal tools
Document Actions

Problem with 1.2beta on x86_64

Up to General discussion

Re: Problem with 1.2beta on x86_64

Posted by nikko sto at November 24. 2007

Previously nikko sto wrote:



Does someone manage to execute tuxgdg on a 64bits system?


On mine it ends up with "OSError: /opt/tuxdroid/apps/tux_framework/libs/_DTW.so: wrong ELF class: ELFCLASS32".




So do i need to (re)install a  chroot32bits?






Re: Problem with 1.2beta on x86_64

Posted by Rémi Jocaille at November 25. 2007

Hello Nikko,


The _DTW.so library need to be recompiled for working in your 64bits system. The sources of this library is in attachment. You just must compile the library and replace the library located in  /opt/tuxdroid/apps/tux_framework/libs/_DTW.so .


Rémi


Attachments

Re: Problem with 1.2beta on x86_64

Posted by Thierry Lebourque at November 26. 2007
Hi Rémi,

Thank you for the sources. I was ready to ask them, having the same kind of trouble as Nikko : _DTW.so does not load on Debian Etch.

I just wonder why the sources are not given (neither in the tar.gz package nor in the subversion repository) ?

Thiery

Re: Problem with 1.2beta on x86_64

Posted by nikko sto at November 27. 2007

Thank you Remi,


I'll try this as soon as I'll be back home tonight.


Re: Problem with 1.2beta on x86_64

Posted by Rutger Bazen at December 03. 2007

I had to alter the Makefile to look like this:


make:

        gcc -fPIC -c main.c
        ld -shared main.o -o _DTW.so
        rm main.o


Powered by Ploneboard
You are here: Home Forum General discussion Problem with 1.2beta on x86_64

Powered by Plone CMS, the Open Source Content Management System