I've followed the instructions on http://www.gp32x.de/board/index.php?/topic/46371-using-devkitgp2x-in-the-wiz/ about which files to alter for compiling for the Wiz.
I've removed the -static from the link in the makefile and have tried leaving it blank AND also replacing it with -mcpu=arm926ej-s -mtune=arm926ej-s.
This is what I'm getting
Any ideas what I need to do?
I've removed the -static from the link in the makefile and have tried leaving it blank AND also replacing it with -mcpu=arm926ej-s -mtune=arm926ej-s.
This is what I'm getting
C:\devkitGP2X\demo\guyfawkes>make
C:/devkitGP2X/bin/arm-linux-g++ -mcpu=arm926ej-s -mtune=arm926ej-s -o sdltest.gp
e sdltest.o -L"C:/devkitGP2X/lib" -lSDL -lSDL_gfx --start-group -lSDL_ttf -lfree
type -lSDL --end-group -lSDL_image -ljpeg -lpng12 -lz --start-group -lSDL_mixer
-lvorbisidec -lmikmod -lsmpeg -lSDL --end-group -lgcc -lm -lc -lexpat -lpthread
-ldl
c:\devkitgp2x\bin\..\lib\gcc\arm-linux\4.0.2\..\..\..\..\arm-linux\bin\ld.exe: c
annot find /usr/lib/ inside c:\devkitgp2x\arm-linux\bin\../../sysroot
make: *** [sdltest.gpe] Error 1
Any ideas what I need to do?
Last edited by a moderator: