gzorin / RSXGL

Hardware accelerated 3D graphics library for the PS3.
Other
71 stars 17 forks source link

Undefined reference to eglGetProcAddress in project #7

Open inactive123 opened 11 years ago

inactive123 commented 11 years ago

Hi there, I'm trying to use eglGetProcAddress with RSXGL but I seem to be getting undefined references at linktime even though I have linked in EGL.

[quote] console/griffin/griffin.o: In function .gfx_ctx_get_proc_address': griffin.c:(.text.gfx_ctx_get_proc_address+0xc): undefined reference to.eglGetProcAddress' console/griffin/griffin.o: In function .gl_glsl_init': griffin.c:(.text.gl_glsl_init+0x5f4): undefined reference to.eglGetProcAddress' griffin.c:(.text.gl_glsl_init+0x608): undefined reference to .eglGetProcAddress' griffin.c:(.text.gl_glsl_init+0x61c): undefined reference to.eglGetProcAddress' griffin.c:(.text.gl_glsl_init+0x630): undefined reference to .eglGetProcAddress' console/griffin/griffin.o:griffin.c:(.text.gl_glsl_init+0x644): more undefined references to.eglGetProcAddress' follow collect2: error: ld returned 1 exit status make: *\ [retroarch_psl1ght.elf] Error 1 [/quote]

Any idea if I'm doing something wrong?

gzorin commented 11 years ago

Ah yeah, sorry about that - I actually have not implemented that function yet.