Search found 2 matches

by AgeR
Sat Aug 30, 2008 3:29 pm
Forum: DS/DSi Development
Topic: Undefined references at videoGL.h (solved)
Replies: 1
Views: 5300

Re: Undefined references at videoGL.h

Sorry, that was my mistake. The libs order at the makefile were in the wrong order.
Wrong: LIBS := -lnds9 -lcore -lgfx
Good: LIBS := -lcore -lgfx -lnds9

Sorry for the silly post.
by AgeR
Sat Aug 30, 2008 3:01 pm
Forum: DS/DSi Development
Topic: Undefined references at videoGL.h (solved)
Replies: 1
Views: 5300

Undefined references at videoGL.h (solved)

I'm trying to compile my first project with devkitpro and libnds, but the compiler throws me this errors:


e:/AndorProyectos/NaraEngine/Test/../gfx/lib\libgfx.a(RendererDS.o): In function `glInit':
e:/devkitPro/libnds/include/nds/arm9/videoGL.h(1136): undefined reference to `glInit_C'
e ...