I'm making another attempt at compiling it, I want those savestates, but I already have 2 failed attempts at compiling it, first time taking the bollocks approach, and gles2n64 failed on EGL_Init, and second time cross compiling it and it just segfaulted, so don't expect much. I'll get it to compile somehow, but it might not actually work
Angstrom website seems to be down now too, so I can't install the required packages.
edit: libgl1 and libgl-dev won't install, and libglu-dev depends on libgl1 so it won't install either. Any idea why? It's in the repository: libgl1 1:7.2-r6.1 for armv7a (Ångström 2008.6 glibc armv7a base feed)
Edit: Removed opengl, but it segfaults after the ascii logo
Edit2: From GDB trace:
Code:
#0 0x408397ec in g_atomic_int_exchange_and_add ()
from /usr/lib/libglib-2.0.so.0
#1 0x40766b28 in g_object_ref () from /usr/lib/libgobject-2.0.so.0
#2 0x407e3b94 in g_list_foreach () from /usr/lib/libglib-2.0.so.0
#3 0x403bdfc0 in gtk_window_set_icon_list ()
from /usr/lib/libgtk-x11-2.0.so.0
#4 0x080cdf34 in ?? ()
Cannot access memory at address 0x0
#5 0x080cdf34 in ?? ()
Cannot access memory at address 0x0
What could be causing this?