apersonthinks
Member
- Joined
- Sep 28, 2011
- Messages
- 387
Robert Broglia has recently added X11 and alsa support to his emulators. I tried to compile GBA.emu and it almost finished, except it refused to recognize the existence of the EGL libraries. Since the *.emus require GCC 4.7+, I used pandebian sid to compile them. I also downloaded the latest GLES_CM and EGL headers from khronos.org and copied all of the various egl libraries included on the pandora and in the C/C++ dev tools pnd into /usr/lib. I have added -lEGL and -lGLES to the CPPFLAGS. I get undefined reference errors to various egl functions which I have determined are included correctly header-wise.