I think the problem is in libcglue but how solve it ?psp-gcc -I. -IC:\PSPide\/psp/sdk/include -O2 -G0 -Wall -fno-strict-aliasing -L.
-LC:\PSPide\/psp/sdk/lib main.o -lpng -lz -lm -lpspdebug -lpspdisplay -lpspge -lpspctrl -lpspsdk -lc -lpspglue -lpspuser -lpspkernel -o screenshot.elf
C:\PSPide\/psp/sdk/lib/libpspglue.a(_open.o): In function __psp_init_cwd':
/cygdrive/c/cygwin/usr/local/pspdev/pspsdk/sdk/libc/libcglue.c:52: undefined reference to `strrchr' collect2: ld returned 1 exit status
make: *** [screenshot.elf] Error 1
Problem : compilation of screenshot from libpng
Problem : compilation of screenshot from libpng
When I try to compile the sample "screenshot" from libpng, I have this error :
Re: Problem : compilation of screenshot from libpng
You should update your toolchain, it works for me with the latest toolchain from SVN.