Egil
Joined: 24 Oct 2008 Posts: 1
|
Posted: Wed Dec 10, 2008 7:54 am Post subject: undefined reference to `pspDveMgrSetVideoOut' of doom |
|
|
Today i installed J.F. new version of pspGL and SDL, and now my small study project, which was using pspgl, stopped to compile because of:
| Code: |
/usr/local/pspdev/lib/gcc/psp/4.1.0/../../../../psp/lib/libGL.a(eglGetDisplay.o)
: In function `eglGetDisplay':
/home/Egil/pspgl/eglGetDisplay.c:25: undefined reference to `pspDveMgrCheckVideoOut'
/usr/local/pspdev/lib/gcc/psp/4.1.0/../../../../psp/lib/libGL.a(eglInitialize.o)
: In function `eglInitialize':
/home/Egil/pspgl/eglInitialize.c:27: undefined reference to `pspDveMgrSetVideoOut'
/home/Egil/pspgl/eglInitialize.c:30: undefined reference to `pspDveMgrSetVideoOut'
collect2: ld returned 1 exit status
make: *** [out.elf] Error 1
|
What to add to make it work again? It compiled without problems on older pspgl version.
Also, i see that some patches (SDL-latest.patch, pspgl.patch) are available, but i don't know how to apply them, I’m a newbie when it comes to cygwin.
Thanks for any help. |
|